Package org.cilogon.oauth2.client
Class CILOA2ClientBootstrapper
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.Bootstrapper
-
- org.oa4mp.client.loader.OA2ClientBootstrapper
-
- org.cilogon.oauth2.client.CILOA2ClientBootstrapper
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class CILOA2ClientBootstrapper extends org.oa4mp.client.loader.OA2ClientBootstrapperCreated by Jeff Gaynor
on 4/2/15 at 2:01 PM
-
-
Field Summary
Fields Modifier and Type Field Description static StringCIL_OA2_CONFIG_FILE_KEYstatic StringCIL_OA2_CONFIG_NAME_KEY
-
Constructor Summary
Constructors Constructor Description CILOA2ClientBootstrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.ConfigurationLoadergetConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)StringgetOa4mpConfigFileKey()StringgetOa4mpConfigNameKey()-
Methods inherited from class org.oa4mp.client.loader.OA2ClientBootstrapper
getCFNode, getConfigurationLoader, getConfigurationLoader, getInitialization, getNode, loadFromDefaultLocations
-
-
-
-
Field Detail
-
CIL_OA2_CONFIG_FILE_KEY
public static final String CIL_OA2_CONFIG_FILE_KEY
- See Also:
- Constant Field Values
-
CIL_OA2_CONFIG_NAME_KEY
public static final String CIL_OA2_CONFIG_NAME_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOa4mpConfigFileKey
public String getOa4mpConfigFileKey()
- Overrides:
getOa4mpConfigFileKeyin classorg.oa4mp.client.loader.OA2ClientBootstrapper
-
getOa4mpConfigNameKey
public String getOa4mpConfigNameKey()
- Overrides:
getOa4mpConfigNameKeyin classorg.oa4mp.client.loader.OA2ClientBootstrapper
-
getConfigurationLoader
public edu.uiuc.ncsa.security.core.util.ConfigurationLoader getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node) throws edu.uiuc.ncsa.security.core.exceptions.MyConfigurationException- Overrides:
getConfigurationLoaderin classorg.oa4mp.client.loader.OA2ClientBootstrapper- Throws:
edu.uiuc.ncsa.security.core.exceptions.MyConfigurationException
-
-