java.lang.Object
com.webauthn4j.data.CoreRegistrationParameters
com.webauthn4j.data.RegistrationParameters
WebAuthn registration parameters
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationParameters(@NotNull ServerProperty serverProperty, boolean userVerificationRequired) Deprecated.Deprecated as pubKeyCredParams verification was introduced from WebAuthn Level2.RegistrationParameters(@NotNull ServerProperty serverProperty, boolean userVerificationRequired, boolean userPresenceRequired) Deprecated.Deprecated as pubKeyCredParams verification was introduced from WebAuthn Level2.RegistrationParameters(@NotNull ServerProperty serverProperty, @Nullable List<PublicKeyCredentialParameters> pubKeyCredParams, boolean userVerificationRequired) RegistrationParametersconstructorRegistrationParameters(@NotNull ServerProperty serverProperty, @Nullable List<PublicKeyCredentialParameters> pubKeyCredParams, boolean userVerificationRequired, boolean userPresenceRequired) RegistrationParametersconstructor -
Method Summary
Methods inherited from class com.webauthn4j.data.CoreRegistrationParameters
equals, getPubKeyCredParams, hashCode, isUserPresenceRequired, isUserVerificationRequired, toString
-
Constructor Details
-
RegistrationParameters
public RegistrationParameters(@NotNull @NotNull ServerProperty serverProperty, @Nullable @Nullable List<PublicKeyCredentialParameters> pubKeyCredParams, boolean userVerificationRequired, boolean userPresenceRequired) RegistrationParametersconstructor- Parameters:
serverProperty- server propertypubKeyCredParams- allowedPublicKeyCredentialParameters. If allCOSEAlgorithmIdentifierare allowed, pass nulluserVerificationRequired- true if user verification is required. Otherwise, falseuserPresenceRequired- true if user presence is required. Otherwise, false
-
RegistrationParameters
public RegistrationParameters(@NotNull @NotNull ServerProperty serverProperty, @Nullable @Nullable List<PublicKeyCredentialParameters> pubKeyCredParams, boolean userVerificationRequired) RegistrationParametersconstructor- Parameters:
serverProperty- server propertypubKeyCredParams- allowedPublicKeyCredentialParameters. If allCOSEAlgorithmIdentifierare allowed, pass nulluserVerificationRequired- true if user verification is required. Otherwise, false
-
RegistrationParameters
@Deprecated public RegistrationParameters(@NotNull @NotNull ServerProperty serverProperty, boolean userVerificationRequired, boolean userPresenceRequired) Deprecated.Deprecated as pubKeyCredParams verification was introduced from WebAuthn Level2. -
RegistrationParameters
@Deprecated public RegistrationParameters(@NotNull @NotNull ServerProperty serverProperty, boolean userVerificationRequired) Deprecated.Deprecated as pubKeyCredParams verification was introduced from WebAuthn Level2.
-
-
Method Details
-
getServerProperty
- Overrides:
getServerPropertyin classCoreRegistrationParameters
-