Class SignedPartsAssertionState

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

public class SignedPartsAssertionState extends org.apache.wss4j.policy.AssertionState implements Assertable
WSP1.3, 4.1.1 SignedParts 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
    SignedPartsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, int attachmentCount, boolean soap12)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
     
    org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[]
     
    boolean
     

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

    clearErrorMessage, getAssertion, getErrorMessage, 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, isHardFailure, isLogged, setLogged
  • Constructor Details

    • SignedPartsAssertionState

      public SignedPartsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, int attachmentCount, boolean soap12)
  • Method Details

    • getSecurityEventType

      public org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[] getSecurityEventType()
      Specified by:
      getSecurityEventType in interface Assertable
    • assertEvent

      public boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws org.apache.wss4j.common.WSSPolicyException
      Specified by:
      assertEvent in interface Assertable
      Throws:
      org.apache.wss4j.common.WSSPolicyException
    • isAsserted

      public boolean isAsserted()
      Specified by:
      isAsserted in interface Assertable
      Overrides:
      isAsserted in class org.apache.wss4j.policy.AssertionState