Package org.apache.wss4j.policy
Class AssertionState
- java.lang.Object
-
- org.apache.wss4j.policy.AssertionState
-
- Direct Known Subclasses:
AlgorithmSuiteAssertionState,ContentEncryptedElementsAssertionState,EncryptedElementsAssertionState,EncryptedPartsAssertionState,IncludeTimeStampAssertionState,LayoutAssertionState,OnlySignEntireHeadersAndBodyAssertionState,ProtectionOrderAssertionState,RequiredElementsAssertionState,RequiredPartsAssertionState,SignatureConfirmationAssertionState,SignatureProtectionAssertionState,SignedElementsAssertionState,SignedPartsAssertionState,TokenAssertionState,TokenProtectionAssertionState
public class AssertionState extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssertionState.State
-
Constructor Summary
Constructors Constructor Description AssertionState(org.apache.neethi.Assertion assertion, boolean initialAssertionState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclearErrorMessage()org.apache.neethi.AssertiongetAssertion()StringgetErrorMessage()booleanisAsserted()booleanisHardFailure()booleanisLogged()voidsetAsserted(boolean asserted)voidsetErrorMessage(String errorMessage)voidsetLogged(boolean logged)
-
-
-
Method Detail
-
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)
-
-