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, setLogged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorMessage, getSecurityEventType, isAsserted, isHardFailure, isLogged, setLogged
public 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 Assertable
WSSPolicyException
org.apache.xml.security.exceptions.XMLSecurityException
public 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
WSSPolicyException
org.apache.xml.security.exceptions.XMLSecurityException
protected boolean hasDerivedKeys(org.apache.xml.security.stax.securityToken.SecurityToken securityToken) throws org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.XMLSecurityException
protected PolicyAsserter getPolicyAsserter()
protected boolean isInitiator()
Copyright © 2017 JBoss by Red Hat. All rights reserved.