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

Packages that use PolicyContext
org.eclipse.jetty.policy   
org.eclipse.jetty.policy.entry   
org.eclipse.jetty.policy.loader   
 

Uses of PolicyContext in org.eclipse.jetty.policy
 

Methods in org.eclipse.jetty.policy that return PolicyContext
static PolicyContext JettyPolicy.getContext()
          returns the policy context which contains the map of properties that can be referenced in policy files and the keystore for validation
 

Uses of PolicyContext in org.eclipse.jetty.policy.entry
 

Methods in org.eclipse.jetty.policy.entry with parameters of type PolicyContext
 void PermissionEntry.expand(PolicyContext context)
           
 void KeystoreEntry.expand(PolicyContext context)
           
 void PrincipalEntry.expand(PolicyContext context)
           
abstract  void AbstractEntry.expand(PolicyContext context)
           
 void GrantEntry.expand(PolicyContext context)
           
 Principal PrincipalEntry.toPrincipal(PolicyContext context)
           
 

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

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



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