public class RegistrationParameters
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RegistrationParameters(ServerProperty serverProperty,
boolean userVerificationRequired) |
RegistrationParameters(ServerProperty serverProperty,
boolean userVerificationRequired,
boolean userPresenceRequired) |
RegistrationParameters(ServerProperty serverProperty,
boolean userVerificationRequired,
boolean userPresenceRequired,
java.util.List<java.lang.String> expectedExtensionIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getExpectedExtensionIds() |
ServerProperty |
getServerProperty() |
int |
hashCode() |
boolean |
isUserPresenceRequired() |
boolean |
isUserVerificationRequired() |
public RegistrationParameters(ServerProperty serverProperty, boolean userVerificationRequired, boolean userPresenceRequired, java.util.List<java.lang.String> expectedExtensionIds)
public RegistrationParameters(ServerProperty serverProperty, boolean userVerificationRequired, boolean userPresenceRequired)
public RegistrationParameters(ServerProperty serverProperty, boolean userVerificationRequired)
public ServerProperty getServerProperty()
public boolean isUserVerificationRequired()
public boolean isUserPresenceRequired()
public java.util.List<java.lang.String> getExpectedExtensionIds()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object