org.apache.ws.secpolicy.model
Class AbstractSecurityAssertion

java.lang.Object
  extended byorg.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


Constructor Summary
AbstractSecurityAssertion()
           
 
Method Summary
 boolean equal(org.apache.neethi.PolicyComponent policyComponent)
           
 short getType()
           
 boolean isNormalized()
           
 boolean isOptional()
           
 org.apache.neethi.PolicyComponent normalize()
           
 void setNormalized(boolean normalized)
           
 void setOptional(boolean isOptional)
           
 
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
 

Constructor Detail

AbstractSecurityAssertion

public AbstractSecurityAssertion()
Method Detail

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.