Uses of Class
org.forgerock.openam.authentication.callbacks.DeviceBindingCallback.Builder
Packages that use DeviceBindingCallback.Builder
-
Uses of DeviceBindingCallback.Builder in org.forgerock.openam.authentication.callbacks
Methods in org.forgerock.openam.authentication.callbacks that return DeviceBindingCallback.BuilderModifier and TypeMethodDescriptionDeviceBindingCallback.builder()
Get a builder for constructing a new DeviceBindingCallback.DeviceBindingCallback.Builder.withAttestation
(boolean attestation) Set the Android Key Attestation Options.DeviceBindingCallback.Builder.withAuthenticationType
(String authenticationType) Set the Authentication Type to bind the device.DeviceBindingCallback.Builder.withChallenge
(String challenge) Set the challenge to be signed by the device.DeviceBindingCallback.Builder.withDescription
(String description) Set the description to be displayed in biometric prompt.DeviceBindingCallback.Builder.withSubtitle
(String subtitle) Set the subtitle to be displayed in biometric prompt.DeviceBindingCallback.Builder.withTimeout
(Integer timeout) Set the timeout of the binding process.Set the title to be displayed in biometric prompt.DeviceBindingCallback.Builder.withUserId
(String userId) Set the user id of the user.DeviceBindingCallback.Builder.withUsername
(String username) Set the username of the user.