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
 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.
protected static Policy AbstractPolicyOperator.normalize(Policy policy, PolicyRegistry reg, boolean deep)
           
 Policy PolicyRegistry.lookup(java.lang.String key)
          Returns the Policy that the specified key is mapped.
 Policy PolicyRegistryImpl.lookup(java.lang.String key)
           
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.
 

Methods in org.apache.neethi with parameters of type 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.
protected static Policy AbstractPolicyOperator.normalize(Policy policy, PolicyRegistry reg, boolean deep)
           
 void PolicyRegistry.register(java.lang.String key, Policy policy)
          Associates a key with a Policy
 void PolicyRegistryImpl.register(java.lang.String key, Policy policy)
           
 

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
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.