Class VerificationMethodDescriptor
java.lang.Object
com.webauthn4j.metadata.legacy.data.statement.VerificationMethodDescriptor
- All Implemented Interfaces:
Serializable
Deprecated.
A descriptor for a specific base user verification method as implemented by the authenticator.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVerificationMethodDescriptor(@Nullable com.webauthn4j.data.UserVerificationMethod userVerification, @Nullable CodeAccuracyDescriptor caDesc, @Nullable BiometricAccuracyDescriptor baDesc, @Nullable PatternAccuracyDescriptor paDesc) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.@Nullable BiometricAccuracyDescriptorDeprecated.@Nullable CodeAccuracyDescriptorDeprecated.@Nullable PatternAccuracyDescriptorDeprecated.@Nullable com.webauthn4j.data.UserVerificationMethodDeprecated.inthashCode()Deprecated.
-
Constructor Details
-
VerificationMethodDescriptor
public VerificationMethodDescriptor(@Nullable com.webauthn4j.data.UserVerificationMethod userVerification, @Nullable CodeAccuracyDescriptor caDesc, @Nullable BiometricAccuracyDescriptor baDesc, @Nullable PatternAccuracyDescriptor paDesc) Deprecated.
-
-
Method Details
-
getUserVerification
public @Nullable com.webauthn4j.data.UserVerificationMethod getUserVerification()Deprecated. -
getCaDesc
Deprecated. -
getBaDesc
Deprecated. -
getPaDesc
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-