public interface Assertable
Modifier and Type | Method and Description |
---|---|
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) |
org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event[] getSecurityEventType()
boolean assertEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws WSSPolicyException, org.apache.xml.security.exceptions.XMLSecurityException
WSSPolicyException
org.apache.xml.security.exceptions.XMLSecurityException
boolean isHardFailure()
boolean isAsserted()
String getErrorMessage()
boolean isLogged()
void setLogged(boolean logged)
Copyright © 2017 JBoss by Red Hat. All rights reserved.