|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
PrincipalEntry.expand(PolicyContext context)
|
void |
PermissionEntry.expand(PolicyContext context)
|
void |
KeystoreEntry.expand(PolicyContext context)
|
void |
GrantEntry.expand(PolicyContext context)
|
abstract void |
AbstractEntry.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||