public final class Authenticators
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static WebAuthnAuthenticatorBuilder |
platform()
Creates an authenticator configuration that uses platform attachment, supports user verification and
resident keys.
|
static WebAuthnAuthenticatorBuilder |
u2f()
Creates an authenticator configuration that imitates a "legacy" U2F authenticator that doesn't support
the new WebAuthn features.
|
static WebAuthnAuthenticatorBuilder |
yubikey5Nfc()
Creates an authenticator configuration that behaves like a Yubikey 5 NFC
(cross-platform attachment, support for resident keys, support for user verification,
per-credential signature counter and the model's AAGUID).
|
public static WebAuthnAuthenticatorBuilder yubikey5Nfc()
WebAuthnAuthenticatorBuilder with the defaults described above that can be configured further.public static WebAuthnAuthenticatorBuilder platform()
WebAuthnAuthenticatorBuilder with the defaults described above that can be configured further.public static WebAuthnAuthenticatorBuilder u2f()
WebAuthnAuthenticatorBuilder with the defaults described above that can be configured further.