Uses of Class
org.jasig.cas.client.configuration.BaseConfigurationStrategy

Packages that use BaseConfigurationStrategy
org.jasig.cas.client.configuration   
 

Uses of BaseConfigurationStrategy in org.jasig.cas.client.configuration
 

Subclasses of BaseConfigurationStrategy in org.jasig.cas.client.configuration
 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-2015 Jasig. All Rights Reserved.