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.PrivilegedExceptionActionA 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.Stringname
-
Constructor Summary
Constructors Modifier Constructor Description privateLoadAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.Objectrun()
-