org.apache.wss4j.policy.stax
Interface Assertable

All Known Implementing Classes:
AlgorithmSuiteAssertionState, ContentEncryptedElementsAssertionState, EncryptedElementsAssertionState, EncryptedPartsAssertionState, HttpsTokenAssertionState, IncludeTimeStampAssertionState, IssuedTokenAssertionState, KerberosTokenAssertionState, KeyValueTokenAssertionState, LayoutAssertionState, OnlySignEntireHeadersAndBodyAssertionState, ProtectionOrderAssertionState, RelTokenAssertionState, RequiredElementsAssertionState, RequiredPartsAssertionState, SamlTokenAssertionState, SecureConversationTokenAssertionState, SecurityContextTokenAssertionState, SignatureConfirmationAssertionState, SignatureProtectionAssertionState, SignedElementsAssertionState, SignedPartsAssertionState, SpnegoContextTokenAssertionState, TokenAssertionState, TokenProtectionAssertionState, UsernameTokenAssertionState, X509TokenAssertionState

public interface Assertable


Method Summary
 boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
           
 String getErrorMessage()
           
 org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[] getSecurityEventType()
           
 boolean isAsserted()
           
 boolean isHardFailure()
           
 boolean isLogged()
           
 void setLogged(boolean logged)
           
 

Method Detail

getSecurityEventType

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

assertEvent

boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
                    throws org.apache.wss4j.common.WSSPolicyException,
                           org.apache.xml.security.exceptions.XMLSecurityException
Throws:
org.apache.wss4j.common.WSSPolicyException
org.apache.xml.security.exceptions.XMLSecurityException

isHardFailure

boolean isHardFailure()

isAsserted

boolean isAsserted()

getErrorMessage

String getErrorMessage()

isLogged

boolean isLogged()

setLogged

void setLogged(boolean logged)


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