org.apache.cxf.ws.security.policy.model
Class AbstractConfigurableSecurityAssertion

java.lang.Object
  extended by org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
      extended by org.apache.cxf.ws.security.policy.model.AbstractConfigurableSecurityAssertion
All Implemented Interfaces:
PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
Direct Known Subclasses:
AlgorithmSuite

public abstract class AbstractConfigurableSecurityAssertion
extends AbstractSecurityAssertion


Field Summary
protected  java.util.List<org.apache.neethi.Assertion> configurations
           
 
Fields inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
constants
 
Constructor Summary
AbstractConfigurableSecurityAssertion(SPConstants version)
           
 
Method Summary
 void addConfiguration(org.apache.neethi.Assertion assertion)
           
 java.util.List<org.apache.neethi.Assertion> getConfigurations()
           
 org.apache.neethi.Assertion getDefaultAssertion()
           
 
Methods inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
equal, getPolicy, getType, isAsserted, isNormalized, isOptional, normalize, setNormalized, setOptional
 
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
 

Field Detail

configurations

protected java.util.List<org.apache.neethi.Assertion> configurations
Constructor Detail

AbstractConfigurableSecurityAssertion

public AbstractConfigurableSecurityAssertion(SPConstants version)
Method Detail

addConfiguration

public void addConfiguration(org.apache.neethi.Assertion assertion)

getConfigurations

public java.util.List<org.apache.neethi.Assertion> getConfigurations()

getDefaultAssertion

public org.apache.neethi.Assertion getDefaultAssertion()


Apache CXF