Class WebAuthnRegistrationEventIds
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.WebAuthnRegistrationEventIds
Constants to use for
ProfileAction
EventContext results related to
WebAuthn registration.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA general event ID that is signalled if there is an issue performing an 'admin' action (e.g., registration or user management).static final StringManagement context is invalid.static final StringRegistration failed.static final StringRegistration context is invalid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_REGISTRATION
Registration failed.- See Also:
-
INVALID_REGISTRATION_CTX
Registration context is invalid.- See Also:
-
INVALID_MANAGEMENT_CTX
Management context is invalid.- See Also:
-
INVALID_ADMIN_ACTION
A general event ID that is signalled if there is an issue performing an 'admin' action (e.g., registration or user management).- See Also:
-
-
Constructor Details
-
WebAuthnRegistrationEventIds
private WebAuthnRegistrationEventIds()Private constructor.
-