Class HiddenValueCallback

java.lang.Object
com.sun.identity.authentication.callbacks.HiddenValueCallback
All Implemented Interfaces:
Serializable, Callback

@Supported public final class HiddenValueCallback extends Object implements Callback, Serializable
Adds a hidden value callback so that the login form can return values that are not visually rendered on the page.
Since:
12.0.0
See Also:
  • Method Details

    • getValue

      @Supported public String getValue()
      Get the value set on the HiddenValueCallback when it is sent in a REST request.
      Returns:
      The value set on the callback.
    • setValue

      @Supported public void setValue(String value)
      Set the value on the HiddenValueCallback.
      Parameters:
      value - The value to set on the callback.
    • getId

      @Supported public String getId()
      Get the id for the HiddenValueCallback to use when it is rendered as an HTML element.
      Returns:
      The id for the callback.
    • builder

      @Supported public static HiddenValueCallback.Builder builder()
      Get a builder for constructing a new HiddenValueCallback.
      Returns:
      a new builder