private static class PolicyConfigurationFactory.LoadAction
extends java.lang.Object
implements java.security.PrivilegedExceptionAction<java.lang.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.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
private |
LoadAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.Class<?> |
run() |