Class AuthConfigFactory.LoadAction
- java.lang.Object
-
- javax.security.auth.message.config.AuthConfigFactory.LoadAction
-
- All Implemented Interfaces:
java.security.PrivilegedExceptionAction
- Enclosing class:
- AuthConfigFactory
private static class AuthConfigFactory.LoadAction extends java.lang.Object implements java.security.PrivilegedExceptionAction
A PrivilegedExceptionAction that looks up the class name identified by the authcontextfactory.provider system property and loads the class using the thread context class loader.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Modifier Constructor Description private
LoadAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.Object
run()
-