Package edu.uiuc.ncsa.sas.loader
Class SASBootstrapper
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.Bootstrapper
-
- edu.uiuc.ncsa.sas.loader.SASBootstrapper
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class SASBootstrapper extends Bootstrapper
Created by Jeff Gaynor
on 8/15/22 at 4:04 PM
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAS_CONFIG_FILE_KEYstatic StringSAS_CONFIG_NAME_KEYstatic StringSAS_CONFIG_TAG-
Fields inherited from class edu.uiuc.ncsa.security.servlet.Bootstrapper
useCF
-
-
Constructor Summary
Constructors Constructor Description SASBootstrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CFNodegetCFNode(javax.servlet.ServletContext servletContext)ConfigurationLoadergetConfigurationLoader(CFNode node)ConfigurationLoadergetConfigurationLoader(javax.servlet.ServletContext servletContext)ConfigurationLoadergetConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)InitializationgetInitialization()protected org.apache.commons.configuration.tree.ConfigurationNodegetNode(javax.servlet.ServletContext servletContext)-
Methods inherited from class edu.uiuc.ncsa.security.servlet.Bootstrapper
contextDestroyed, contextInitialized, isUseCF, setUseCF
-
-
-
-
Field Detail
-
SAS_CONFIG_FILE_KEY
public static final String SAS_CONFIG_FILE_KEY
- See Also:
- Constant Field Values
-
SAS_CONFIG_NAME_KEY
public static final String SAS_CONFIG_NAME_KEY
- See Also:
- Constant Field Values
-
SAS_CONFIG_TAG
public static final String SAS_CONFIG_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNode
protected org.apache.commons.configuration.tree.ConfigurationNode getNode(javax.servlet.ServletContext servletContext) throws Exception- Throws:
Exception
-
getCFNode
protected CFNode getCFNode(javax.servlet.ServletContext servletContext) throws Exception
- Throws:
Exception
-
getConfigurationLoader
public ConfigurationLoader getConfigurationLoader(javax.servlet.ServletContext servletContext) throws Exception
- Specified by:
getConfigurationLoaderin classBootstrapper- Throws:
Exception
-
getConfigurationLoader
public ConfigurationLoader getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node) throws MyConfigurationException
- Specified by:
getConfigurationLoaderin classBootstrapper- Throws:
MyConfigurationException
-
getInitialization
public Initialization getInitialization()
- Specified by:
getInitializationin classBootstrapper
-
getConfigurationLoader
public ConfigurationLoader getConfigurationLoader(CFNode node) throws MyConfigurationException
- Specified by:
getConfigurationLoaderin classBootstrapper- Throws:
MyConfigurationException
-
-