Class WebAuthnAuthenticationEventIds

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.authn.WebAuthnAuthenticationEventIds

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

    • NO_REGISTERED_WEBAUTHN_CREDENTIALS

      @Nonnull @NotEmpty public static final String NO_REGISTERED_WEBAUTHN_CREDENTIALS
      The user has no registered WebAuthn credentials.
      See Also:
    • USER_HANDLE_NOT_REGISTERED

      @Nonnull @NotEmpty public static final String USER_HANDLE_NOT_REGISTERED
      The user has no registered WebAuthn credentials for the user handle supplied.
      See Also:
    • CREDENTIAL_POLICY_REJECTION

      @Nonnull @NotEmpty public static final String CREDENTIAL_POLICY_REJECTION
      A credential policy rejected the credential/authenticator.
      See Also:
  • Constructor Details

    • WebAuthnAuthenticationEventIds

      private WebAuthnAuthenticationEventIds()
      Private constructor.