Class DeviceSigningVerifierCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.DeviceSigningVerifierCallback
- All Implemented Interfaces:
Callback
Class representative of a DeviceSigningVerifierCallback Object which instructs a client to
handle Device Signing.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder for DeviceSigningVerifierCallback. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a builder for constructing a new DeviceSigningVerifierCallback.Return the challenge to be signed by the device.Get the client error.Return the description to be displayed in biometric prompt.getJws()
Return the Json Web Signature.Return the subtitle to be displayed in biometric prompt.Return the timeout of the binding process.getTitle()
Return the title to be displayed in biometric prompt.Return the user id of the user.void
setClientError
(String clientError) Set the client error.void
Set the Json Web Signature.
-
Method Details
-
getChallenge
Return the challenge to be signed by the device.- Returns:
- The challenge
-
getTitle
Return the title to be displayed in biometric prompt.- Returns:
- The Title
-
getSubtitle
Return the subtitle to be displayed in biometric prompt.- Returns:
- The subtitle
-
getDescription
Return the description to be displayed in biometric prompt.- Returns:
- The Description
-
getUserId
Return the user id of the user.- Returns:
- The user id
-
getJws
Return the Json Web Signature.- Returns:
- The Json Web Signature
-
setJws
Set the Json Web Signature.- Parameters:
jws
- The Json Web Signature
-
getTimeout
Return the timeout of the binding process.- Returns:
- The timeout
-
getClientError
Get the client error.- Returns:
- The client Error
-
setClientError
Set the client error.- Parameters:
clientError
- The Client Error
-
builder
Get a builder for constructing a new DeviceSigningVerifierCallback.- Returns:
- a new builder
-