Uses of Class
org.eclipse.jetty.policy.PolicyBlock

Packages that use PolicyBlock
org.eclipse.jetty.policy   
org.eclipse.jetty.policy.loader   
 

Uses of PolicyBlock in org.eclipse.jetty.policy
 

Methods in org.eclipse.jetty.policy with parameters of type PolicyBlock
abstract  void PolicyMonitor.onPolicyChange(PolicyBlock grant)
          implemented by the user of the policy monitor to handle custom logic related to the usage of the policy grant instance/s.
 

Uses of PolicyBlock in org.eclipse.jetty.policy.loader
 

Methods in org.eclipse.jetty.policy.loader that return types with arguments of type PolicyBlock
static Set<PolicyBlock> DefaultPolicyLoader.load(InputStream policyStream, PolicyContext context)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.