Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
    • Constructor Detail

      • LoadAction

        private LoadAction()
    • Method Detail

      • getName

        public java.lang.String getName()
      • run

        public java.lang.Object run()
                             throws java.lang.Exception
        Specified by:
        run in interface java.security.PrivilegedExceptionAction
        Throws:
        java.lang.Exception