Class OnlySignEntireHeadersAndBodyAssertionState
java.lang.Object
org.apache.wss4j.policy.AssertionState
org.apache.wss4j.policy.stax.assertionStates.OnlySignEntireHeadersAndBodyAssertionState
- All Implemented Interfaces:
Assertable
public class OnlySignEntireHeadersAndBodyAssertionState
extends org.apache.wss4j.policy.AssertionState
implements Assertable
WSP1.3, 6.6 Entire Header and Body Signatures Property
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wss4j.policy.AssertionState
org.apache.wss4j.policy.AssertionState.State -
Constructor Summary
ConstructorsConstructorDescriptionOnlySignEntireHeadersAndBodyAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, String roleOrActor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanassertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[]Methods inherited from class org.apache.wss4j.policy.AssertionState
clearErrorMessage, getAssertion, getErrorMessage, isAsserted, isHardFailure, isLogged, setAsserted, setErrorMessage, setLoggedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wss4j.policy.stax.Assertable
getErrorMessage, isAsserted, isHardFailure, isLogged, setLogged
-
Constructor Details
-
OnlySignEntireHeadersAndBodyAssertionState
public OnlySignEntireHeadersAndBodyAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, String roleOrActor)
-
-
Method Details
-
getSecurityEventType
public org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[] getSecurityEventType()- Specified by:
getSecurityEventTypein interfaceAssertable
-
assertEvent
public boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws org.apache.wss4j.common.WSSPolicyException - Specified by:
assertEventin interfaceAssertable- Throws:
org.apache.wss4j.common.WSSPolicyException
-