public class AuthenticatorSelectionCriteria
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AuthenticatorSelectionCriteria(AuthenticatorAttachment authenticatorAttachment,
boolean requireResidentKey,
UserVerificationRequirement userVerification) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AuthenticatorAttachment |
getAuthenticatorAttachment() |
UserVerificationRequirement |
getUserVerification() |
int |
hashCode() |
boolean |
isRequireResidentKey() |
public AuthenticatorSelectionCriteria(AuthenticatorAttachment authenticatorAttachment, boolean requireResidentKey, UserVerificationRequirement userVerification)
public AuthenticatorAttachment getAuthenticatorAttachment()
public boolean isRequireResidentKey()
public UserVerificationRequirement getUserVerification()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object