| Class | Description |
|---|---|
| BasePolicyWrapper |
This class is a wrapper around the default jdk policy file
implementation.
|
| PolicyConfigurationFactoryImpl |
Implementation of jacc PolicyConfigurationFactory class
|
| PolicyConfigurationImpl |
Implementation of Jacc PolicyConfiguration Interface
|
| PolicyParser |
The policy for a Java runtime (specifying
which permissions are available for code from various principals)
is represented as a separate
persistent configuration.
|
| PolicyParser.GrantEntry |
Each grant entry in the policy configuration file is
represented by a
GrantEntry object.
|
| PolicyParser.PermissionEntry |
Each permission entry in the policy configuration file is
represented by a
PermissionEntry object.
|
| PolicyParser.PrincipalEntry |
Principal info (class and name) in a grant entry
|
| PolicyUtil |
A utility class for getting a KeyStore instance from policy information.
|
| PolicyWrapper |
This class is a wrapper around the default jdk policy file
implementation.
|
| Exception | Description |
|---|---|
| PolicyParser.ParsingException |
Copyright © 2017. All rights reserved.