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

Packages that use PolicyInitializationException
net.jini.security.policy Provides an interface for security policy providers capable of dynamic permission grants, an interface for security manager or policy providers that use custom security context state, and a security policy provider supporting dynamic permission grants.  
 

Uses of PolicyInitializationException in net.jini.security.policy
 

Constructors in net.jini.security.policy that throw PolicyInitializationException
PolicyFileProvider()
          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.
PolicyFileProvider(String policyFile)
          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.
DynamicPolicyProvider()
          Creates a new DynamicPolicyProvider instance that wraps a default underlying policy.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.