Uses of Class
org.forgerock.openam.authentication.callbacks.DeviceSigningVerifierCallback.Builder
Packages that use DeviceSigningVerifierCallback.Builder
-
Uses of DeviceSigningVerifierCallback.Builder in org.forgerock.openam.authentication.callbacks
Methods in org.forgerock.openam.authentication.callbacks that return DeviceSigningVerifierCallback.BuilderModifier and TypeMethodDescriptionDeviceSigningVerifierCallback.builder()
Get a builder for constructing a new DeviceSigningVerifierCallback.DeviceSigningVerifierCallback.Builder.withChallenge
(String challenge) Set the challenge to be signed by the device.DeviceSigningVerifierCallback.Builder.withDescription
(String description) Set the description to be displayed in biometric prompt.DeviceSigningVerifierCallback.Builder.withSubtitle
(String subtitle) Set the subtitle to be displayed in biometric prompt.DeviceSigningVerifierCallback.Builder.withTimeout
(Integer timeout) Set the timeout of the binding process.Set the title to be displayed in biometric prompt.DeviceSigningVerifierCallback.Builder.withUserId
(String userId) Set the user id of the user.