Apache Neethi 3.0.2-redhat-2

Uses of Interface
org.apache.neethi.PolicyRegistry

Packages that use PolicyRegistry
org.apache.neethi   
 

Uses of PolicyRegistry in org.apache.neethi
 

Classes in org.apache.neethi that implement PolicyRegistry
 class PolicyRegistryImpl
          Provides a default implementation of PolicyRegistry interface.
 

Fields in org.apache.neethi declared as PolicyRegistry
protected  PolicyRegistry PolicyBuilder.defaultPolicyRegistry
           
 

Methods in org.apache.neethi that return PolicyRegistry
 PolicyRegistry PolicyRegistryImpl.getParent()
           
 PolicyRegistry Policy.getPolicyRegistry()
           
 PolicyRegistry PolicyBuilder.getPolicyRegistry()
          The PolicyEngine can have a default PolicyRegistry that the Policy objects that it creates are setup to use when normalize is called without the PolicyRegistry.
 

Methods in org.apache.neethi with parameters of type PolicyRegistry
 Iterator<List<Assertion>> Policy.getAlternatives(PolicyRegistry reg)
           
protected static Policy AbstractPolicyOperator.normalize(Policy policy, PolicyRegistry reg, boolean deep)
           
 Policy Policy.normalize(PolicyRegistry reg, boolean deep)
          Returns a normalized version of self.If deep is set false then the assertions are not normalized and it returns a partially normalized version of self.
 PolicyComponent PolicyReference.normalize(PolicyRegistry reg, boolean deep)
          Returns normalized version of the Policy that is referred by self.
 void PolicyRegistryImpl.setParent(PolicyRegistry parent)
           
 void Policy.setPolicyRegistry(PolicyRegistry reg)
           
 void PolicyBuilder.setPolicyRegistry(PolicyRegistry reg)
           
 

Constructors in org.apache.neethi with parameters of type PolicyRegistry
Policy(PolicyRegistry r)
           
Policy(PolicyRegistry r, String ns)
           
PolicyRegistryImpl(PolicyRegistry parent)
          Constructs a PolicyRegistryImpl with the specified PolicyRegistry as it's parent.
 


Apache Neethi 3.0.2-redhat-2

Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.