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

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-2007 Apache Software Foundation. All Rights Reserved.