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 SummaryFields 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.BootstrapperuseCF
 
- 
 - 
Constructor SummaryConstructors Constructor Description SASBootstrapper()
 - 
Method SummaryAll 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.BootstrappercontextDestroyed, contextInitialized, isUseCF, setUseCF
 
- 
 
- 
- 
- 
Field Detail- 
SAS_CONFIG_FILE_KEYpublic static final String SAS_CONFIG_FILE_KEY - See Also:
- Constant Field Values
 
 - 
SAS_CONFIG_NAME_KEYpublic static final String SAS_CONFIG_NAME_KEY - See Also:
- Constant Field Values
 
 - 
SAS_CONFIG_TAGpublic static final String SAS_CONFIG_TAG - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getNodeprotected org.apache.commons.configuration.tree.ConfigurationNode getNode(javax.servlet.ServletContext servletContext) throws Exception- Throws:
- Exception
 
 - 
getCFNodeprotected CFNode getCFNode(javax.servlet.ServletContext servletContext) throws Exception - Throws:
- Exception
 
 - 
getConfigurationLoaderpublic ConfigurationLoader getConfigurationLoader(javax.servlet.ServletContext servletContext) throws Exception - Specified by:
- getConfigurationLoaderin class- Bootstrapper
- Throws:
- Exception
 
 - 
getConfigurationLoaderpublic ConfigurationLoader getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node) throws MyConfigurationException - Specified by:
- getConfigurationLoaderin class- Bootstrapper
- Throws:
- MyConfigurationException
 
 - 
getInitializationpublic Initialization getInitialization() - Specified by:
- getInitializationin class- Bootstrapper
 
 - 
getConfigurationLoaderpublic ConfigurationLoader getConfigurationLoader(CFNode node) throws MyConfigurationException - Specified by:
- getConfigurationLoaderin class- Bootstrapper
- Throws:
- MyConfigurationException
 
 
- 
 
-