Class PolicyConfigurationFactory.LoadAction

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<java.lang.Class<?>>
    Enclosing class:
    PolicyConfigurationFactory

    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.

    • 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.Class<?> 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.Class<?> run()
                               throws java.lang.Exception
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<java.lang.Class<?>>
        Throws:
        java.lang.Exception