Class AbstractBootstrapper

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener
    Direct Known Subclasses:
    OA2Bootstrapper

    public abstract class AbstractBootstrapper
    extends edu.uiuc.ncsa.security.servlet.Bootstrapper

    Created by Jeff Gaynor
    on 3/21/12 at 11:09 AM

    • Constructor Detail

      • AbstractBootstrapper

        public AbstractBootstrapper()
    • Method Detail

      • getOa4mpConfigFileKey

        public String getOa4mpConfigFileKey()
      • getOa4mpConfigNameKey

        public String getOa4mpConfigNameKey()
      • getNode

        protected org.apache.commons.configuration.tree.ConfigurationNode getNode​(javax.servlet.ServletContext servletContext)
                                                                           throws Exception
        Throws:
        Exception
      • getConfigurationLoader

        public edu.uiuc.ncsa.security.core.util.ConfigurationLoader getConfigurationLoader​(javax.servlet.ServletContext servletContext)
                                                                                    throws Exception
        Specified by:
        getConfigurationLoader in class edu.uiuc.ncsa.security.servlet.Bootstrapper
        Throws:
        Exception