refresh
on the base policy. If this PolicyFileProvider
instance was constructed with an explicit policy file value, then the java.security.policy
system property is set to that value prior to invoking refresh
on the base policy; once the base policy refresh
call has completed, the java.security.policy
system property is reset to its prior value. Internal synchronization ensures that concurrent invocations of this method and/or the {@link #PolicyFileProvider(String)} constructor(which also modifies java.security.policy
) will not interfere with the java.security.policy
values set and restored by each. No synchronization is done with any other accesses or modifications to java.security.policy
.
|
|
|
|