Uses of Class
org.apache.neethi.Policy

Packages that use Policy
org.apache.neethi   
org.apache.neethi.util   
 

Uses of Policy in org.apache.neethi
 

Methods in org.apache.neethi that return Policy
static Policy PolicyEngine.getPolicy(java.io.InputStream inputStream)
          Creates a Policy object from an InputStream.
static Policy PolicyEngine.getPolicy(org.apache.axiom.om.OMElement element)
          Creates a Policy object from an OMElement.
 Policy PolicyRegistry.lookup(java.lang.String key)
          Returns the Policy that the specified key is mapped.
 Policy Policy.merge(Policy policy)
          Returns a Policy that is the merge of specified Policy and self.
 Policy Policy.intersect(Policy policy)
          Throws an UnSupportedOpertionException.
 Policy PolicyRegistryImpl.lookup(java.lang.String key)
           
protected static Policy AbstractPolicyOperator.normalize(Policy policy, PolicyRegistry reg, boolean deep)
           
 

Methods in org.apache.neethi with parameters of type Policy
 void PolicyRegistry.register(java.lang.String key, Policy policy)
          Associates a key with a Policy
 Policy Policy.merge(Policy policy)
          Returns a Policy that is the merge of specified Policy and self.
 Policy Policy.intersect(Policy policy)
          Throws an UnSupportedOpertionException.
 void PolicyRegistryImpl.register(java.lang.String key, Policy policy)
           
protected static Policy AbstractPolicyOperator.normalize(Policy policy, PolicyRegistry reg, boolean deep)
           
 

Uses of Policy in org.apache.neethi.util
 

Methods in org.apache.neethi.util with parameters of type Policy
static boolean PolicyComparator.compare(Policy arg1, Policy arg2)
          Returns true if the two policies have the same semantics