org.apache.cxf.ws.security.policy.model
Class AbstractSecurityAssertion
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
- All Implemented Interfaces:
- PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- AbstractConfigurableSecurityAssertion, Binding, ContentEncryptedElements, EncryptionToken, InitiatorToken, Layout, ProtectionToken, RecipientToken, RequiredElements, RequiredParts, SignatureToken, SignedEncryptedElements, SignedEncryptedParts, SupportingToken, Token, TransportToken, Trust10, Trust13, Wss10
public abstract class AbstractSecurityAssertion
- extends java.lang.Object
- implements PolicyAssertion
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.neethi.Assertion |
getName, serialize |
constants
protected final SPConstants constants
AbstractSecurityAssertion
public AbstractSecurityAssertion(SPConstants version)
isOptional
public boolean isOptional()
- Specified by:
isOptional
in interface org.apache.neethi.Assertion
setOptional
public void setOptional(boolean optional)
getType
public short getType()
- Specified by:
getType
in interface org.apache.neethi.PolicyComponent
equal
public boolean equal(org.apache.neethi.PolicyComponent policyComponent)
- Specified by:
equal
in interface org.apache.neethi.PolicyComponent
setNormalized
public void setNormalized(boolean normalized)
isNormalized
public boolean isNormalized()
normalize
public org.apache.neethi.PolicyComponent normalize()
- Specified by:
normalize
in interface org.apache.neethi.Assertion
isAsserted
public boolean isAsserted(AssertionInfoMap aim)
- Specified by:
isAsserted
in interface PolicyAssertion
getPolicy
public org.apache.neethi.Policy getPolicy()
- Specified by:
getPolicy
in interface PolicyAssertion
Apache CXF