Package org.apache.ws.policy

Interface Summary
Assertion Assertion is an interface which all constructs of policy must implement.
CompositeAssertion CompositeAssertion interface is a marker interface for indecating which Assertions are CompositeAssertion type.
PolicyConstants PolicyConstants interfaces defines some CONST VALUES that are used in the entier framework.
 

Class Summary
AbstractAssertion AbstractAssertion provides the default implementation of some basic functions definded in Assertion interface.
AndCompositeAssertion AndCompositeAssertion requires that all of its terms are met.
Policy Policy class is the runtime representation of a policy.
PolicyReference PolicyReference class has implicit reference to a external policy.
PrimitiveAssertion PrimitiveAssertion wraps an assertion which contain domain specific knowledge.
XorCompositeAssertion XorCompositeAssertion requires that exactly one of its terms are met.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.