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.static final StringThere is no search username to search on in the management interface because c14n failed. -
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:
-
NO_SEARCH_USERNAME_AFTER_C14N
There is no search username to search on in the management interface because c14n failed.- See Also:
-
-
Constructor Details
-
WebAuthnRegistrationEventIds
private WebAuthnRegistrationEventIds()Private constructor.
-