public abstract class AbstractClientBootstrapper
extends edu.uiuc.ncsa.security.servlet.Bootstrapper
client.xml
$USER_HOME is the home directory for the current user and $USER_DIR
is he current invocation directory.
If all of these locations as well as the servlet context have been checked for usable configurations
and none is found, an error is issued stating there is no usable configuration.Bootstrapper} for more details.
Created by Jeff Gaynor
on 11/25/13 at 11:24 AM
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONFIG_FILE_NAME |
static String[] |
DEFAULT_CONFIG_LOCATIONS |
protected static String |
OA4MP_CONFIG_FILE_KEY |
protected static String |
OA4MP_CONFIG_NAME_KEY |
| Constructor and Description |
|---|
AbstractClientBootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
edu.uiuc.ncsa.security.core.util.ConfigurationLoader |
getConfigurationLoader(javax.servlet.ServletContext servletContext) |
String |
getOa4mpConfigFileKey() |
String |
getOa4mpConfigNameKey() |
edu.uiuc.ncsa.security.core.util.ConfigurationLoader |
loadFromDefaultLocations(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String configName) |
protected static final String OA4MP_CONFIG_FILE_KEY
protected static final String OA4MP_CONFIG_NAME_KEY
public static final String DEFAULT_CONFIG_FILE_NAME
public static final String[] DEFAULT_CONFIG_LOCATIONS
public String getOa4mpConfigFileKey()
public String getOa4mpConfigNameKey()
public edu.uiuc.ncsa.security.core.util.ConfigurationLoader loadFromDefaultLocations(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String configName)
throws Exception
ExceptionCopyright © 2019. All Rights Reserved.