|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationKey | |
|---|---|
| org.jasig.cas.client.configuration | |
| org.jasig.cas.client.util | The validation package includes interfaces for validating Tickets, as well as the common implementations. |
| Uses of ConfigurationKey in org.jasig.cas.client.configuration |
|---|
| Methods in org.jasig.cas.client.configuration with parameters of type ConfigurationKey | ||
|---|---|---|
protected String |
WebXmlConfigurationStrategyImpl.get(ConfigurationKey configurationKey)
|
|
protected String |
SystemPropertiesConfigurationStrategyImpl.get(ConfigurationKey configurationKey)
|
|
protected String |
PropertiesConfigurationStrategyImpl.get(ConfigurationKey configurationKey)
|
|
protected String |
LegacyConfigurationStrategyImpl.get(ConfigurationKey key)
|
|
protected String |
JndiConfigurationStrategyImpl.get(ConfigurationKey configurationKey)
|
|
protected abstract String |
BaseConfigurationStrategy.get(ConfigurationKey configurationKey)
Retrieve the String value for this key. |
|
boolean |
ConfigurationStrategy.getBoolean(ConfigurationKey<Boolean> configurationKey)
Retrieves the value for the provided , falling back to the 's getDefaultValue() if nothing can be found. |
|
boolean |
BaseConfigurationStrategy.getBoolean(ConfigurationKey<Boolean> configurationKey)
|
|
|
ConfigurationStrategy.getClass(ConfigurationKey<Class<? extends T>> configurationKey)
Retrieves the value for the provided , falling back to the 's getDefaultValue() if nothing can be found. |
|
|
BaseConfigurationStrategy.getClass(ConfigurationKey<Class<? extends T>> configurationKey)
|
|
int |
ConfigurationStrategy.getInt(ConfigurationKey<Integer> configurationKey)
Retrieves the value for the provided , falling back to the 's getDefaultValue() if nothing can be found. |
|
int |
BaseConfigurationStrategy.getInt(ConfigurationKey<Integer> configurationKey)
|
|
long |
ConfigurationStrategy.getLong(ConfigurationKey<Long> configurationKey)
Retrieves the value for the provided , falling back to the 's getDefaultValue() if nothing can be found. |
|
long |
BaseConfigurationStrategy.getLong(ConfigurationKey<Long> configurationKey)
|
|
String |
ConfigurationStrategy.getString(ConfigurationKey<String> configurationKey)
Retrieves the value for the provided , falling back to the 's getDefaultValue() if nothing can be found. |
|
String |
BaseConfigurationStrategy.getString(ConfigurationKey<String> configurationKey)
|
|
| Uses of ConfigurationKey in org.jasig.cas.client.util |
|---|
| Methods in org.jasig.cas.client.util with parameters of type ConfigurationKey | ||
|---|---|---|
protected boolean |
AbstractConfigurationFilter.getBoolean(ConfigurationKey<Boolean> configurationKey)
|
|
protected
|
AbstractConfigurationFilter.getClass(ConfigurationKey<Class<? extends T>> configurationKey)
|
|
protected int |
AbstractConfigurationFilter.getInt(ConfigurationKey<Integer> configurationKey)
|
|
protected long |
AbstractConfigurationFilter.getLong(ConfigurationKey<Long> configurationKey)
|
|
protected String |
AbstractConfigurationFilter.getString(ConfigurationKey<String> configurationKey)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||