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.OA2ClientBootstrapper
Created by Jeff Gaynor
on 4/2/15 at 2:01 PM
-
-
Field Summary
Fields Modifier and Type Field Description static String
CIL_OA2_CONFIG_FILE_KEY
static String
CIL_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.ConfigurationLoader
getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)
String
getOa4mpConfigFileKey()
String
getOa4mpConfigNameKey()
-
Methods inherited from class org.oa4mp.client.loader.OA2ClientBootstrapper
getConfigurationLoader, getInitialization, 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:
getOa4mpConfigFileKey
in classorg.oa4mp.client.loader.OA2ClientBootstrapper
-
getOa4mpConfigNameKey
public String getOa4mpConfigNameKey()
- Overrides:
getOa4mpConfigNameKey
in 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:
getConfigurationLoader
in classorg.oa4mp.client.loader.OA2ClientBootstrapper
- Throws:
edu.uiuc.ncsa.security.core.exceptions.MyConfigurationException
-
-