| Package | Description |
|---|---|
| org.jasig.cas.client.configuration |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2006–2021 Jasig. All rights reserved.