Class PolicyConfigurationFactory.LoadAction

java.lang.Object
javax.security.jacc.PolicyConfigurationFactory.LoadAction
All Implemented Interfaces:
PrivilegedExceptionAction<Class<?>>
Enclosing class:
PolicyConfigurationFactory

private static class PolicyConfigurationFactory.LoadAction extends Object implements PrivilegedExceptionAction<Class<?>>

A PrivilegedExceptionAction that looks up the class name identified by the javax.security.jacc.PolicyConfigurationFactory.provider system property and loads the class using the thread context class loader.