| Package | Description |
|---|---|
| org.eclipse.jetty.policy | |
| org.eclipse.jetty.policy.entry | |
| org.eclipse.jetty.policy.loader |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractEntry.expand(PolicyContext context) |
void |
PrincipalEntry.expand(PolicyContext context) |
void |
GrantEntry.expand(PolicyContext context) |
void |
KeystoreEntry.expand(PolicyContext context) |
void |
PermissionEntry.expand(PolicyContext context) |
java.security.Principal |
PrincipalEntry.toPrincipal(PolicyContext context) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<PolicyBlock> |
DefaultPolicyLoader.load(java.io.InputStream policyStream,
PolicyContext context) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.