Class Summary |
ClassLoadPermission |
This class specifies the permission to load a class into the VM. |
DelegatingCL |
Implements a class loader that uses the delegating policy to assign
permissions. |
DelegatingPolicy |
This class implements an authorization policy that enables granting of
authorizition based on the CA of the associated certificates and based on
Role s. |
RoleImpl |
This class implements a simple role assignment. |
RoleMappingImpl |
This class implements a basic role mapping, using a memory based
table. |
StrictSecurityManager |
This class implements a more strict Security manager than the
standard SecurityManager . |
TestMain |
Demonstrate the class loading and delegation mechanism by loading
a test class from a (signed) jar and executing the test methods. |