|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationStrategy | |
|---|---|
| org.jasig.cas.client.configuration | |
| Uses of ConfigurationStrategy in org.jasig.cas.client.configuration |
|---|
| Classes in org.jasig.cas.client.configuration that implement ConfigurationStrategy | |
|---|---|
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. |
| Methods in org.jasig.cas.client.configuration that return types with arguments of type ConfigurationStrategy | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||