Uses of Class
net.jini.security.policy.PolicyInitializationException

Package
Description
 
 
  • Uses of PolicyInitializationException in com.sun.jini.start

    Modifier
    Constructor
    Description
     
    Creates a new AggregatePolicyProvider instance, containing a main policy created as follows: if the com.sun.jini.start.AggregatePolicyProvider.mainPolicyClass security property is set, then its value is interpreted as the class name of the main policy provider; otherwise, a default class name of "net.jini.security.policy.DynamicPolicyProvider" is used.
  • Uses of PolicyInitializationException in net.jini.security.policy

    Modifier
    Constructor
    Description
     
    Creates a new DynamicPolicyProvider instance that wraps a default underlying policy.
     
    Creates a PolicyFileProvider whose starting set of permission mappings is the same as those that would result from constructing a new instance of the J2SE default security policy provider with the current java.security.policy system property setting (if any), except that UmbrellaGrantPermissions are expanded into GrantPermissions as described in the documentation for UmbrellaGrantPermission.
     
    Creates a PolicyFileProvider whose starting set of permission mappings is the same as those that would result from constructing a new instance of the J2SE default security policy provider with the java.security.policy system property set to the value of policyFile, except that UmbrellaGrantPermissions are expanded into GrantPermissions as described in the documentation for UmbrellaGrantPermission.