public class VirtualAuthenticatorOptions extends Object
| Constructor and Description |
|---|
VirtualAuthenticatorOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutomaticPresenceSimulation()
If set to true, tests of user presence will succeed immediately.
|
Ctap2Version |
getCtap2Version()
Defaults to ctap2_0.
|
Boolean |
getHasCredBlob()
If set to true, the authenticator will support the credBlob extension.
|
Boolean |
getHasLargeBlob()
If set to true, the authenticator will support the largeBlob extension.
|
Boolean |
getHasResidentKey()
Defaults to false.
|
Boolean |
getHasUserVerification()
Defaults to false.
|
Boolean |
getIsUserVerified()
Sets whether User Verification succeeds or fails for an authenticator.
|
AuthenticatorProtocol |
getProtocol() |
AuthenticatorTransport |
getTransport() |
void |
setAutomaticPresenceSimulation(Boolean automaticPresenceSimulation)
If set to true, tests of user presence will succeed immediately.
|
void |
setCtap2Version(Ctap2Version ctap2Version)
Defaults to ctap2_0.
|
void |
setHasCredBlob(Boolean hasCredBlob)
If set to true, the authenticator will support the credBlob extension.
|
void |
setHasLargeBlob(Boolean hasLargeBlob)
If set to true, the authenticator will support the largeBlob extension.
|
void |
setHasResidentKey(Boolean hasResidentKey)
Defaults to false.
|
void |
setHasUserVerification(Boolean hasUserVerification)
Defaults to false.
|
void |
setIsUserVerified(Boolean isUserVerified)
Sets whether User Verification succeeds or fails for an authenticator.
|
void |
setProtocol(AuthenticatorProtocol protocol) |
void |
setTransport(AuthenticatorTransport transport) |
public AuthenticatorProtocol getProtocol()
public void setProtocol(AuthenticatorProtocol protocol)
public Ctap2Version getCtap2Version()
public void setCtap2Version(Ctap2Version ctap2Version)
public AuthenticatorTransport getTransport()
public void setTransport(AuthenticatorTransport transport)
public Boolean getHasResidentKey()
public void setHasResidentKey(Boolean hasResidentKey)
public Boolean getHasUserVerification()
public void setHasUserVerification(Boolean hasUserVerification)
public Boolean getHasLargeBlob()
public void setHasLargeBlob(Boolean hasLargeBlob)
public Boolean getHasCredBlob()
public void setHasCredBlob(Boolean hasCredBlob)
public Boolean getAutomaticPresenceSimulation()
public void setAutomaticPresenceSimulation(Boolean automaticPresenceSimulation)
public Boolean getIsUserVerified()
public void setIsUserVerified(Boolean isUserVerified)
Copyright © 2021 Kenan Klisura. All rights reserved.