Class DeviceSigningVerifierCallback

java.lang.Object
org.forgerock.openam.authentication.callbacks.DeviceSigningVerifierCallback
All Implemented Interfaces:
Callback

@Supported public final class DeviceSigningVerifierCallback extends Object implements Callback
Class representative of a DeviceSigningVerifierCallback Object which instructs a client to handle Device Signing.
  • Method Details

    • getChallenge

      @Supported public String getChallenge()
      Return the challenge to be signed by the device.
      Returns:
      The challenge
    • getTitle

      @Supported public String getTitle()
      Return the title to be displayed in biometric prompt.
      Returns:
      The Title
    • getSubtitle

      @Supported public String getSubtitle()
      Return the subtitle to be displayed in biometric prompt.
      Returns:
      The subtitle
    • getDescription

      @Supported public String getDescription()
      Return the description to be displayed in biometric prompt.
      Returns:
      The Description
    • getUserId

      @Supported public String getUserId()
      Return the user id of the user.
      Returns:
      The user id
    • getJws

      @Supported public String getJws()
      Return the Json Web Signature.
      Returns:
      The Json Web Signature
    • setJws

      @Supported public void setJws(String jws)
      Set the Json Web Signature.
      Parameters:
      jws - The Json Web Signature
    • getTimeout

      @Supported public Integer getTimeout()
      Return the timeout of the binding process.
      Returns:
      The timeout
    • getClientError

      @Supported public String getClientError()
      Get the client error.
      Returns:
      The client Error
    • setClientError

      @Supported public void setClientError(String clientError)
      Set the client error.
      Parameters:
      clientError - The Client Error
    • builder

      Get a builder for constructing a new DeviceSigningVerifierCallback.
      Returns:
      a new builder