Apache CXF API

org.apache.cxf.ws.policy
Interface PolicyAssertion

All Superinterfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
All Known Implementing Classes:
AbstractSecurityAssertion, AlgorithmSuite, AsymmetricBinding, Binding, ContentEncryptedElements, EncryptionToken, HttpsToken, InitiatorToken, IssuedToken, JaxbAssertion, KeyValueToken, Layout, NestedPrimitiveAssertion, PrimitiveAssertion, ProtectionToken, RecipientToken, RequiredElements, RequiredParts, SecureConversationToken, SecurityContextToken, SignatureToken, SignedEncryptedElements, SignedEncryptedParts, SupportingToken, SymmetricAsymmetricBindingBase, SymmetricBinding, Token, TokenWrapper, TransportBinding, TransportToken, Trust10, Trust13, UsernameToken, Wss10, Wss11, X509Token, XmlPrimitiveAssertion

public interface PolicyAssertion
extends org.apache.neethi.Assertion


Method Summary
 org.apache.neethi.Policy getPolicy()
           
 boolean isAsserted(AssertionInfoMap aim)
           
 
Methods inherited from interface org.apache.neethi.Assertion
getName, isOptional, normalize, serialize
 
Methods inherited from interface org.apache.neethi.PolicyComponent
equal, getType
 

Method Detail

isAsserted

boolean isAsserted(AssertionInfoMap aim)

getPolicy

org.apache.neethi.Policy getPolicy()

Apache CXF API

Apache CXF