org.apache.wss4j.policy.stax.assertionStates
Class IncludeTimeStampAssertionState

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

public class IncludeTimeStampAssertionState
extends AssertionState
implements Assertable

WSP1.3, 6.2 Timestamp Property


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wss4j.policy.AssertionState
AssertionState.State
 
Constructor Summary
IncludeTimeStampAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted)
           
 
Method Summary
 boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
           
 org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[] getSecurityEventType()
           
 
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 Detail

IncludeTimeStampAssertionState

public IncludeTimeStampAssertionState(AbstractSecurityAssertion assertion,
                                      PolicyAsserter policyAsserter,
                                      boolean asserted)
Method Detail

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)
Specified by:
assertEvent in interface Assertable


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.