Package | Description |
---|---|
org.jasig.cas.client.configuration |
Modifier and Type | Class and Description |
---|---|
class |
BaseConfigurationStrategy
Base class to provide most of the boiler-plate code (i.e.
|
class |
JndiConfigurationStrategyImpl
Loads configuration information from JNDI, using the
defaultValue if it can't. |
class |
LegacyConfigurationStrategyImpl
Replicates the original behavior by checking the
WebXmlConfigurationStrategyImpl first, and then
the JndiConfigurationStrategyImpl before using the defaultValue . |
class |
PropertiesConfigurationStrategyImpl |
class |
SystemPropertiesConfigurationStrategyImpl
Load all configuration from system properties.
|
class |
WebXmlConfigurationStrategyImpl
Implementation of the
ConfigurationStrategy that first checks the FilterConfig and
then checks the ServletContext , ultimately falling back to the defaultValue . |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ConfigurationStrategy> |
ConfigurationStrategyName.resolveToConfigurationStrategy(String value)
Static helper method that will resolve a simple string to either an enum value or a
ConfigurationStrategy class. |
Copyright © 2006–2018 Jasig. All rights reserved.