Class WebAuthnRegistrationEventIds

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.WebAuthnRegistrationEventIds

public final class WebAuthnRegistrationEventIds extends Object
Constants to use for ProfileAction EventContext results related to WebAuthn registration.
  • Field Details

    • INVALID_REGISTRATION

      @Nonnull @NotEmpty public static final String INVALID_REGISTRATION
      Registration failed.
      See Also:
    • INVALID_REGISTRATION_CTX

      @Nonnull @NotEmpty public static final String INVALID_REGISTRATION_CTX
      Registration context is invalid.
      See Also:
    • INVALID_MANAGEMENT_CTX

      @Nonnull @NotEmpty public static final String INVALID_MANAGEMENT_CTX
      Management context is invalid.
      See Also:
    • INVALID_ADMIN_ACTION

      @Nonnull @NotEmpty public static final String 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

      @Nonnull @NotEmpty public static final String 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.