org.apache.ws.secpolicy.model
Class AbstractSecurityAssertion
java.lang.Object
org.apache.ws.secpolicy.model.AbstractSecurityAssertion
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- AbstractConfigurableSecurityAssertion, Binding, EncryptionToken, InitiatorToken, Layout, ProtectionToken, RecipientToken, SignatureToken, SignedEncryptedElements, SignedEncryptedParts, SupportingToken, Token, TransportToken, Trust10, Wss10
- public abstract class AbstractSecurityAssertion
- extends java.lang.Object
- implements org.apache.neethi.Assertion
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 |
AbstractSecurityAssertion
public AbstractSecurityAssertion()
isOptional
public boolean isOptional()
- Specified by:
isOptional
in interface org.apache.neethi.Assertion
setOptional
public void setOptional(boolean isOptional)
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
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.