public abstract class TokenAssertionState extends AssertionState implements Assertable
AssertionState.State| Constructor and Description |
|---|
TokenAssertionState(AbstractSecurityAssertion assertion,
boolean asserted,
boolean initiator) |
TokenAssertionState(AbstractSecurityAssertion assertion,
boolean asserted,
PolicyAsserter policyAsserter,
boolean initiator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) |
abstract boolean |
assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent,
AbstractToken abstractToken) |
protected PolicyAsserter |
getPolicyAsserter() |
protected boolean |
hasDerivedKeys(org.apache.xml.security.stax.securityToken.SecurityToken securityToken) |
protected boolean |
isInitiator() |
clearErrorMessage, getAssertion, getErrorMessage, isAsserted, isHardFailure, isLogged, setAsserted, setErrorMessage, setLoggedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorMessage, getSecurityEventType, isAsserted, isHardFailure, isLogged, setLoggedpublic TokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, boolean initiator)
public TokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator)
public boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
throws WSSPolicyException,
org.apache.xml.security.exceptions.XMLSecurityException
assertEvent in interface AssertableWSSPolicyExceptionorg.apache.xml.security.exceptions.XMLSecurityExceptionpublic abstract boolean assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent,
AbstractToken abstractToken)
throws WSSPolicyException,
org.apache.xml.security.exceptions.XMLSecurityException
WSSPolicyExceptionorg.apache.xml.security.exceptions.XMLSecurityExceptionprotected boolean hasDerivedKeys(org.apache.xml.security.stax.securityToken.SecurityToken securityToken)
throws org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.XMLSecurityExceptionprotected PolicyAsserter getPolicyAsserter()
protected boolean isInitiator()
Copyright © 2018 JBoss by Red Hat. All rights reserved.