Package net.shibboleth.idp.authn
Class AuthnAuditFields
java.lang.Object
net.shibboleth.idp.authn.AuthnAuditFields
public final class AuthnAuditFields extends Object
Constants to use for audit logging fields stored in an
AuditContext
.-
Field Summary
Fields Modifier and Type Field Description static String
AUTHN_FLOW_ID
Authentication flow ID field.static String
REQ_PRINC
Requested principal(s) field.static String
REQ_PRINC_OP
Requested principal(s) operator field.static String
SSO
SSO indicator signaling authentication was not "freshly" performed. -
Constructor Summary
Constructors Modifier Constructor Description private
AuthnAuditFields()
Constructor. -
Method Summary
-
Field Details
-
REQ_PRINC_OP
Requested principal(s) operator field. @since 4.0.0- See Also:
- Constant Field Values
-
REQ_PRINC
Requested principal(s) field. @since 4.0.0- See Also:
- Constant Field Values
-
AUTHN_FLOW_ID
Authentication flow ID field.- See Also:
- Constant Field Values
-
SSO
SSO indicator signaling authentication was not "freshly" performed.- See Also:
- Constant Field Values
-
-
Constructor Details
-
AuthnAuditFields
private AuthnAuditFields()Constructor.
-