Page Summary
-
AuthenticatorSelectionCriteria.Builderis a builder class for creatingAuthenticatorSelectionCriteriaobjects. -
It provides methods to set the attachment, require a resident key, and set the resident key requirement for the selection criteria.
-
The
build()method is used to construct the finalAuthenticatorSelectionCriteriaobject.
Builder for
AuthenticatorSelectionCriteria.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| AuthenticatorSelectionCriteria |
build()
Builds the
AuthenticatorSelectionCriteria object.
|
| AuthenticatorSelectionCriteria.Builder | |
| AuthenticatorSelectionCriteria.Builder |
setRequireResidentKey(Boolean
requireResidentKey)
Sets whether the key created will be a resident key.
|
| AuthenticatorSelectionCriteria.Builder |
setResidentKeyRequirement(ResidentKeyRequirement
residentKeyRequirement)
Sets residentKeyRequirement
|
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public AuthenticatorSelectionCriteria build ()
Builds the
AuthenticatorSelectionCriteria object.
public AuthenticatorSelectionCriteria.Builder setAttachment (Attachment attachment)
Sets the attachment to use for this session.
public AuthenticatorSelectionCriteria.Builder setRequireResidentKey (Boolean requireResidentKey)
Sets whether the key created will be a resident key.
public AuthenticatorSelectionCriteria.Builder setResidentKeyRequirement (ResidentKeyRequirement residentKeyRequirement)
Sets residentKeyRequirement