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.
 

Methods in org.apache.neethi that return PolicyRegistry
 PolicyRegistry PolicyRegistryImpl.getParent()
           
 

Methods in org.apache.neethi with parameters of type PolicyRegistry
protected static Policy AbstractPolicyOperator.normalize(Policy policy, PolicyRegistry reg, boolean deep)
           
 PolicyComponent PolicyReference.normalize(PolicyRegistry reg, boolean deep)
          Returns normalized version of the Policy that is refered by self.
 PolicyComponent 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.
 void PolicyRegistryImpl.setParent(PolicyRegistry parent)
           
 

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



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