Class KeyValueTokenAssertionState

java.lang.Object
org.apache.wss4j.policy.AssertionState
org.apache.wss4j.policy.stax.assertionStates.TokenAssertionState
org.apache.wss4j.policy.stax.assertionStates.KeyValueTokenAssertionState
All Implemented Interfaces:
Assertable

public class KeyValueTokenAssertionState extends TokenAssertionState
WSP1.3, 5.4.11 KeyValueToken Assertion
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.wss4j.policy.AssertionState

    org.apache.wss4j.policy.AssertionState.State
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeyValueTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, org.apache.wss4j.policy.model.AbstractToken abstractToken)
     
    org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[]
     

    Methods inherited from class org.apache.wss4j.policy.stax.assertionStates.TokenAssertionState

    assertEvent, getPolicyAsserter, hasDerivedKeys, isInitiator

    Methods inherited from class org.apache.wss4j.policy.AssertionState

    clearErrorMessage, getAssertion, getErrorMessage, isAsserted, isHardFailure, isLogged, setAsserted, setErrorMessage, setLogged

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.wss4j.policy.stax.Assertable

    getErrorMessage, isAsserted, isHardFailure, isLogged, setLogged
  • Constructor Details

    • KeyValueTokenAssertionState

      public KeyValueTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator)
  • Method Details

    • getSecurityEventType

      public org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[] getSecurityEventType()
    • assertToken

      public boolean assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, org.apache.wss4j.policy.model.AbstractToken abstractToken) throws org.apache.wss4j.common.WSSPolicyException
      Specified by:
      assertToken in class TokenAssertionState
      Throws:
      org.apache.wss4j.common.WSSPolicyException