org.jasig.cas.client.configuration
Class PropertiesConfigurationStrategyImpl
java.lang.Object
org.jasig.cas.client.configuration.BaseConfigurationStrategy
org.jasig.cas.client.configuration.PropertiesConfigurationStrategyImpl
- All Implemented Interfaces:
- ConfigurationStrategy
public final class PropertiesConfigurationStrategyImpl
- extends BaseConfigurationStrategy
- Since:
- 3.4.0
- Author:
- Scott Battaglia
|
Method Summary |
protected String |
get(ConfigurationKey configurationKey)
Retrieve the String value for this key. |
void |
init(javax.servlet.FilterConfig filterConfig,
Class<? extends javax.servlet.Filter> filterClazz)
Initializes the strategy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesConfigurationStrategyImpl
public PropertiesConfigurationStrategyImpl()
get
protected String get(ConfigurationKey configurationKey)
- Description copied from class:
BaseConfigurationStrategy
- Retrieve the String value for this key. Returns null if there is no value.
- Specified by:
get in class BaseConfigurationStrategy
- Parameters:
configurationKey - the key to retrieve. MUST NOT BE NULL.
- Returns:
- the String if its found, null otherwise.
init
public void init(javax.servlet.FilterConfig filterConfig,
Class<? extends javax.servlet.Filter> filterClazz)
- Description copied from interface:
ConfigurationStrategy
- Initializes the strategy. This must be called before calling any of the "get" methods.
- Parameters:
filterConfig - the filter configuration object.filterClazz - the filter
Copyright © 2006-2015 Jasig. All Rights Reserved.