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

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
 

Fields in org.jasig.cas.client.configuration declared as ConfigurationKey
static ConfigurationKey<Boolean> ConfigurationKeys.ACCEPT_ANY_PROXY
           
static ConfigurationKey<String> ConfigurationKeys.ALLOWED_PROXY_CHAINS
           
static ConfigurationKey<String> ConfigurationKeys.ARTIFACT_PARAMETER_NAME
           
static ConfigurationKey<Boolean> ConfigurationKeys.ARTIFACT_PARAMETER_OVER_POST
           
static ConfigurationKey<Class<? extends AuthenticationRedirectStrategy>> ConfigurationKeys.AUTHENTICATION_REDIRECT_STRATEGY_CLASS
           
static ConfigurationKey<String> ConfigurationKeys.CAS_SERVER_LOGIN_URL
           
static ConfigurationKey<String> ConfigurationKeys.CAS_SERVER_URL_PREFIX
           
static ConfigurationKey<String> ConfigurationKeys.CIPHER_ALGORITHM
           
static ConfigurationKey<Boolean> ConfigurationKeys.DISABLE_XML_SCHEMA_VALIDATION
          Deprecated. As of 3.4. This constant is not used by the client and will be removed in future versions.
static ConfigurationKey<Boolean> ConfigurationKeys.EAGERLY_CREATE_SESSIONS
           
static ConfigurationKey<Boolean> ConfigurationKeys.ENCODE_SERVICE_URL
           
static ConfigurationKey<String> ConfigurationKeys.ENCODING
           
static ConfigurationKey<Boolean> ConfigurationKeys.EXCEPTION_ON_VALIDATION_FAILURE
           
static ConfigurationKey<String> ConfigurationKeys.FRONT_LOGOUT_PARAMETER_NAME
           
static ConfigurationKey<Boolean> ConfigurationKeys.GATEWAY
           
static ConfigurationKey<Class<? extends GatewayResolver>> ConfigurationKeys.GATEWAY_STORAGE_CLASS
           
static ConfigurationKey<Class<? extends HostnameVerifier>> ConfigurationKeys.HOSTNAME_VERIFIER
           
static ConfigurationKey<String> ConfigurationKeys.HOSTNAME_VERIFIER_CONFIG
           
static ConfigurationKey<Boolean> ConfigurationKeys.IGNORE_CASE
           
static ConfigurationKey<String> ConfigurationKeys.IGNORE_PATTERN
           
static ConfigurationKey<String> ConfigurationKeys.IGNORE_URL_PATTERN_TYPE
           
static ConfigurationKey<String> ConfigurationKeys.LOGOUT_PARAMETER_NAME
           
static ConfigurationKey<Integer> ConfigurationKeys.MILLIS_BETWEEN_CLEAN_UPS
           
static ConfigurationKey<String> ConfigurationKeys.PROXY_CALLBACK_URL
           
static ConfigurationKey<Class<? extends ProxyGrantingTicketStorage>> ConfigurationKeys.PROXY_GRANTING_TICKET_STORAGE_CLASS
           
static ConfigurationKey<String> ConfigurationKeys.PROXY_RECEPTOR_URL
           
static ConfigurationKey<Boolean> ConfigurationKeys.REDIRECT_AFTER_VALIDATION
           
static ConfigurationKey<String> ConfigurationKeys.RELAY_STATE_PARAMETER_NAME
           
static ConfigurationKey<Boolean> ConfigurationKeys.RENEW
           
static ConfigurationKey<String> ConfigurationKeys.ROLE_ATTRIBUTE
           
static ConfigurationKey<String> ConfigurationKeys.SECRET_KEY
           
static ConfigurationKey<String> ConfigurationKeys.SERVER_NAME
           
static ConfigurationKey<String> ConfigurationKeys.SERVICE
           
static ConfigurationKey<String> ConfigurationKeys.SSL_CONFIG_FILE
           
static ConfigurationKey<Class<? extends Cas20ServiceTicketValidator>> ConfigurationKeys.TICKET_VALIDATOR_CLASS
           
static ConfigurationKey<Long> ConfigurationKeys.TOLERANCE
           
static ConfigurationKey<Boolean> ConfigurationKeys.USE_SESSION
           
 

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)
           
<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.
<T> Class<? extends T>
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
<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-2015 Jasig. All Rights Reserved.