|
Class Summary |
| JPolicy |
Defines the "delegating Policy provider" / JACC 2.5
In J2SE 1.4 new methods can be used for dynamic permissions
implies() and getPermissions() methods on Policy class were added. |
| JPolicyConfiguration |
Defines the PolicyConfiguration implementation class of JACC |
| JPolicyConfigurationFactory |
Defines the PolicyConfigurationFactory implementation class of JACC |
| JPolicyConfigurationKeeper |
This class keep the JPolicyConfiguration. |
| JPolicyWrapper |
Wrapper to the JPolicy class. |
| PolicyConfigurationFactoryWrapper |
Defines a wrapper for the PolicyConfigurationFactory
Uses a wrapper because JACC provider factory is loaded by abstract Factory
with the system classloader. |