Class TokenAssertionState

    • Method Detail

      • assertEvent

        public boolean assertEvent​(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
                            throws WSSPolicyException,
                                   org.apache.xml.security.exceptions.XMLSecurityException
        Specified by:
        assertEvent in interface Assertable
        Throws:
        WSSPolicyException
        org.apache.xml.security.exceptions.XMLSecurityException
      • assertToken

        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
        Throws:
        WSSPolicyException
        org.apache.xml.security.exceptions.XMLSecurityException
      • hasDerivedKeys

        protected boolean hasDerivedKeys​(org.apache.xml.security.stax.securityToken.SecurityToken securityToken)
                                  throws org.apache.xml.security.exceptions.XMLSecurityException
        Throws:
        org.apache.xml.security.exceptions.XMLSecurityException
      • isInitiator

        protected boolean isInitiator()