Class HiddenValueCallback
java.lang.Object
com.sun.identity.authentication.callbacks.HiddenValueCallback
- All Implemented Interfaces:
Serializable
,Callback
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for HiddenValueCallback. -
Method Summary
Modifier and TypeMethodDescriptionstatic HiddenValueCallback.Builder
builder()
Get a builder for constructing a new HiddenValueCallback.getId()
Get the id for the HiddenValueCallback to use when it is rendered as an HTML element.getValue()
Get the value set on the HiddenValueCallback when it is sent in a REST request.void
Set the value on the HiddenValueCallback.
-
Method Details
-
getValue
Get the value set on the HiddenValueCallback when it is sent in a REST request.- Returns:
- The value set on the callback.
-
setValue
Set the value on the HiddenValueCallback.- Parameters:
value
- The value to set on the callback.
-
getId
Get the id for the HiddenValueCallback to use when it is rendered as an HTML element.- Returns:
- The id for the callback.
-
builder
Get a builder for constructing a new HiddenValueCallback.- Returns:
- a new builder
-