Package org.apereo.cas
Interface CasViewConstants
-
public interface CasViewConstantsConstants interface to host fields related to view rendering and validation model.- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMODEL_ATTRIBUTE_NAME_ASSERTIONConstant representing the Assertion in the cas validation model.static java.lang.StringMODEL_ATTRIBUTE_NAME_CHAINED_AUTHENTICATIONSRepresents the chained authentication objects in the view for proxying.static java.lang.StringMODEL_ATTRIBUTE_NAME_ERROR_CODEThe constant representing the error code in the response.static java.lang.StringMODEL_ATTRIBUTE_NAME_ERROR_DESCRIPTIONThe constant representing the error description in the response.static java.lang.StringMODEL_ATTRIBUTE_NAME_PRIMARY_AUTHENTICATIONRepresents theAuthenticationobject in the view.static java.lang.StringMODEL_ATTRIBUTE_NAME_PRINCIPALRepresents thePrincipalobject in the view.static java.lang.StringMODEL_ATTRIBUTE_NAME_PRINCIPAL_CREDENTIALRepresents the flag to note the principal credential used to establish a successful authentication event.static java.lang.StringMODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKETThe constant representing the PGT in the response.static java.lang.StringMODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET_IOUThe constant representing the PGTIOU in the response.static java.lang.StringMODEL_ATTRIBUTE_NAME_SERVICEThe constant representing the validated service in the response.
-
-
-
Field Detail
-
MODEL_ATTRIBUTE_NAME_PRINCIPAL_CREDENTIAL
static final java.lang.String MODEL_ATTRIBUTE_NAME_PRINCIPAL_CREDENTIAL
Represents the flag to note the principal credential used to establish a successful authentication event.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_PRINCIPAL
static final java.lang.String MODEL_ATTRIBUTE_NAME_PRINCIPAL
Represents thePrincipalobject in the view.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_CHAINED_AUTHENTICATIONS
static final java.lang.String MODEL_ATTRIBUTE_NAME_CHAINED_AUTHENTICATIONS
Represents the chained authentication objects in the view for proxying.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_PRIMARY_AUTHENTICATION
static final java.lang.String MODEL_ATTRIBUTE_NAME_PRIMARY_AUTHENTICATION
Represents theAuthenticationobject in the view.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_ASSERTION
static final java.lang.String MODEL_ATTRIBUTE_NAME_ASSERTION
Constant representing the Assertion in the cas validation model.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_ERROR_CODE
static final java.lang.String MODEL_ATTRIBUTE_NAME_ERROR_CODE
The constant representing the error code in the response.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_ERROR_DESCRIPTION
static final java.lang.String MODEL_ATTRIBUTE_NAME_ERROR_DESCRIPTION
The constant representing the error description in the response.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_SERVICE
static final java.lang.String MODEL_ATTRIBUTE_NAME_SERVICE
The constant representing the validated service in the response.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET_IOU
static final java.lang.String MODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET_IOU
The constant representing the PGTIOU in the response.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET
static final java.lang.String MODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET
The constant representing the PGT in the response.- See Also:
- Constant Field Values
-
-