Uses of Class
net.jini.security.policy.PolicyInitializationException
Packages that use PolicyInitializationException
-
Uses of PolicyInitializationException in com.sun.jini.start
Constructors in com.sun.jini.start that throw PolicyInitializationExceptionModifierConstructorDescriptionCreates a newAggregatePolicyProviderinstance, containing a main policy created as follows: if thecom.sun.jini.start.AggregatePolicyProvider.mainPolicyClasssecurity 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
Constructors in net.jini.security.policy that throw PolicyInitializationExceptionModifierConstructorDescriptionCreates a newDynamicPolicyProviderinstance that wraps a default underlying policy.Creates aPolicyFileProviderwhose 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 currentjava.security.policysystem property setting (if any), except thatUmbrellaGrantPermissions are expanded intoGrantPermissions as described in the documentation forUmbrellaGrantPermission.PolicyFileProvider(String policyFile) Creates aPolicyFileProviderwhose 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 thejava.security.policysystem property set to the value ofpolicyFile, except thatUmbrellaGrantPermissions are expanded intoGrantPermissions as described in the documentation forUmbrellaGrantPermission.