Package | Description |
---|---|
org.jasig.cas.client.configuration | |
org.jasig.cas.client.util |
The validation package includes interfaces for validating Tickets, as well as the common implementations.
|
Modifier and Type | Method and Description |
---|---|
protected String |
LegacyConfigurationStrategyImpl.get(ConfigurationKey key) |
protected abstract String |
BaseConfigurationStrategy.get(ConfigurationKey configurationKey)
Retrieve the String value for this key.
|
protected String |
PropertiesConfigurationStrategyImpl.get(ConfigurationKey configurationKey) |
protected String |
SystemPropertiesConfigurationStrategyImpl.get(ConfigurationKey configurationKey) |
protected String |
WebXmlConfigurationStrategyImpl.get(ConfigurationKey configurationKey) |
protected String |
JndiConfigurationStrategyImpl.get(ConfigurationKey configurationKey) |
boolean |
BaseConfigurationStrategy.getBoolean(ConfigurationKey<Boolean> configurationKey) |
boolean |
ConfigurationStrategy.getBoolean(ConfigurationKey<Boolean> configurationKey)
Retrieves the value for the provided , falling back to the 's
getDefaultValue() if nothing can be found. |
<T> Class<? extends T> |
BaseConfigurationStrategy.getClass(ConfigurationKey<Class<? extends T>> configurationKey) |
<T> Class<? extends T> |
ConfigurationStrategy.getClass(ConfigurationKey<Class<? extends T>> configurationKey)
Retrieves the value for the provided , falling back to the 's
getDefaultValue() if nothing can be found. |
int |
BaseConfigurationStrategy.getInt(ConfigurationKey<Integer> configurationKey) |
int |
ConfigurationStrategy.getInt(ConfigurationKey<Integer> configurationKey)
Retrieves the value for the provided , falling back to the 's
getDefaultValue() if nothing can be found. |
long |
BaseConfigurationStrategy.getLong(ConfigurationKey<Long> configurationKey) |
long |
ConfigurationStrategy.getLong(ConfigurationKey<Long> configurationKey)
Retrieves the value for the provided , falling back to the 's
getDefaultValue() if nothing can be found. |
String |
BaseConfigurationStrategy.getString(ConfigurationKey<String> configurationKey) |
String |
ConfigurationStrategy.getString(ConfigurationKey<String> configurationKey)
Retrieves the value for the provided , falling back to the 's
getDefaultValue() if nothing can be found. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractConfigurationFilter.getBoolean(ConfigurationKey<Boolean> configurationKey) |
protected <T> Class<? extends T> |
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) |
Copyright © 2006–2018 Jasig. All rights reserved.