org.apache.wss4j.policy
Class AssertionState
java.lang.Object
org.apache.wss4j.policy.AssertionState
public class AssertionState
- extends Object
|
Constructor Summary |
AssertionState(org.apache.neethi.Assertion assertion,
boolean initialAssertionState)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertionState
public AssertionState(org.apache.neethi.Assertion assertion,
boolean initialAssertionState)
getAssertion
public org.apache.neethi.Assertion getAssertion()
isHardFailure
public boolean isHardFailure()
setAsserted
public void setAsserted(boolean asserted)
isAsserted
public boolean isAsserted()
setErrorMessage
public void setErrorMessage(String errorMessage)
getErrorMessage
public String getErrorMessage()
clearErrorMessage
protected void clearErrorMessage()
isLogged
public boolean isLogged()
setLogged
public void setLogged(boolean logged)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.