Class WebAuthnAuditFields
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.audit.WebAuthnAuditFields
Audit fields for WebAuthn.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe type of action performed.static final StringThe outcome of an action, typically success or failure.static final StringThe user the admin performed an action on.static final StringThe Id of the credential that has been added.static final StringThe Id of the credential that has been removed.static final StringWhat mode produced the final result e.g.static final StringThe user.id of the currently authenticated user.static final StringWas the currently authenticated user verified (UserVerification). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USERID
The user.id of the currently authenticated user.- See Also:
-
UV
Was the currently authenticated user verified (UserVerification).- See Also:
-
FLOW_MODE
What mode produced the final result e.g. 'passwordless'.- See Also:
-
ADMIN_AFFECTED_USER
The user the admin performed an action on.- See Also:
-
ACTION_OUTCOME
The outcome of an action, typically success or failure.- See Also:
-
ACTION
The type of action performed. Controlled by the action, not by an audit extractor.- See Also:
-
CRED_REMOVED
The Id of the credential that has been removed.- See Also:
-
CRED_ADDED
The Id of the credential that has been added.- See Also:
-
-
Constructor Details
-
WebAuthnAuditFields
private WebAuthnAuditFields()Private constructor.
-