C E O P V 

C

CasProtocolConstants - Interface in org.jasig.cas
Class that exposes relevant constants and parameters to the CAS protocol.

E

ERROR_CODE_INVALID_PROXY_CALLBACK - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing an invalid proxy callback for validation.
ERROR_CODE_INVALID_REQUEST - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing an invalid request for validation.
ERROR_CODE_INVALID_REQUEST_PROXY - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing an invalid pgt request.
ERROR_CODE_INVALID_TICKET - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing an invalid ticket for validation.
ERROR_CODE_UNAUTHORIZED_SERVICE - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing an invalid service request.
ERROR_CODE_UNAUTHORIZED_SERVICE_PROXY - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing an invalid service proxy request.

O

org.jasig.cas - package org.jasig.cas
 
org.jasig.cas.validation - package org.jasig.cas.validation
 

P

PARAMETER_FORMAT - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the format parameter in the request.
PARAMETER_GATEWAY - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the gateway parameter in the request.
PARAMETER_METHOD - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the method parameter in the request.
PARAMETER_PROXY_CALLBACK_URL - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the proxy callback url parameter in the request.
PARAMETER_PROXY_GRANTINOG_TICKET - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the pgt parameter in the request.
PARAMETER_RENEW - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the renew parameter in the request.
PARAMETER_SERVICE - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the service parameter in the request.
PARAMETER_TARGET_SERVICE - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the targetService parameter in the request.
PARAMETER_TICKET - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the ticket parameter in the request.

V

VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_ATTRIBUTES - Static variable in interface org.jasig.cas.CasProtocolConstants
Represents the collection of attributes in the view.
VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_AUTHENTICATION_DATE - Static variable in interface org.jasig.cas.CasProtocolConstants
Represents the authentication date object in the view.
VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_FROM_NEW_LOGIN - Static variable in interface org.jasig.cas.CasProtocolConstants
Represents the flag to note whether assertion is backed by new login.
VALIDATION_CAS_MODEL_PROXY_GRANTING_TICKET - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the PGT in the cas validation model.
VALIDATION_CAS_MODEL_PROXY_GRANTING_TICKET_IOU - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the PGTIOU in the cas validation model.
VALIDATION_REMEMBER_ME_ATTRIBUTE_NAME - Static variable in interface org.jasig.cas.CasProtocolConstants
Constant representing the remember-me long term token in the validation payload.
ValidationResponseType - Enum in org.jasig.cas.validation
Enumerates the list of response types that CAS may produce as a result of service being validated.
valueOf(String) - Static method in enum org.jasig.cas.validation.ValidationResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jasig.cas.validation.ValidationResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
C E O P V