Package net.shibboleth.idp.cas.protocol
Class CASAuditFields
java.lang.Object
net.shibboleth.idp.cas.protocol.CASAuditFields
public final class CASAuditFields extends Object
Constants to use for audit logging fields stored in an
AuditContext
.- Since:
- 3.2.0
-
Field Summary
Fields Modifier and Type Field Description static String
GATEWAY
CAS protocol gateway flag.static String
GRANTING_TICKET
CAS protocol ticket-granting ticket (TGT/PGT).static String
RENEW
CAS protocol renew flag.static String
SERVICE_TICKET
CAS protocol service ticket (ST/PT).static String
SERVICE_URL
CAS client URL.static String
STATUS_CODE
CAS ticket validation status code.static String
STATUS_DETAIL
CAS ticket validation status detail.static String
USER
User name released to CAS client. -
Constructor Summary
Constructors Modifier Constructor Description private
CASAuditFields()
Constructor. -
Method Summary
-
Field Details
-
SERVICE_URL
CAS client URL.- See Also:
- Constant Field Values
-
GATEWAY
CAS protocol gateway flag.- See Also:
- Constant Field Values
-
RENEW
CAS protocol renew flag.- See Also:
- Constant Field Values
-
GRANTING_TICKET
CAS protocol ticket-granting ticket (TGT/PGT).- See Also:
- Constant Field Values
-
SERVICE_TICKET
CAS protocol service ticket (ST/PT).- See Also:
- Constant Field Values
-
USER
User name released to CAS client.- See Also:
- Constant Field Values
-
STATUS_CODE
CAS ticket validation status code.- See Also:
- Constant Field Values
-
STATUS_DETAIL
CAS ticket validation status detail.- See Also:
- Constant Field Values
-
-
Constructor Details
-
CASAuditFields
private CASAuditFields()Constructor.
-