public class AuthenticationParameters
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AuthenticationParameters(ServerProperty serverProperty,
Authenticator authenticator,
boolean userVerificationRequired) |
AuthenticationParameters(ServerProperty serverProperty,
Authenticator authenticator,
boolean userVerificationRequired,
boolean userPresenceRequired) |
AuthenticationParameters(ServerProperty serverProperty,
Authenticator authenticator,
boolean userVerificationRequired,
boolean userPresenceRequired,
java.util.List<java.lang.String> expectedExtensionIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Authenticator |
getAuthenticator() |
java.util.List<java.lang.String> |
getExpectedExtensionIds() |
ServerProperty |
getServerProperty() |
int |
hashCode() |
boolean |
isUserPresenceRequired() |
boolean |
isUserVerificationRequired() |
public AuthenticationParameters(ServerProperty serverProperty, Authenticator authenticator, boolean userVerificationRequired, boolean userPresenceRequired, java.util.List<java.lang.String> expectedExtensionIds)
public AuthenticationParameters(ServerProperty serverProperty, Authenticator authenticator, boolean userVerificationRequired, boolean userPresenceRequired)
public AuthenticationParameters(ServerProperty serverProperty, Authenticator authenticator, boolean userVerificationRequired)
public ServerProperty getServerProperty()
public Authenticator getAuthenticator()
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