Package org.forgerock.selfservice.core
Interface StageResponse.RequirementsBuilder
-
- Enclosing class:
- StageResponse
public static interface StageResponse.RequirementsBuilderRequirements builder allows for the definition of a snapshot token callback, which gets invoked with just prior to requirements being sent to the client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StageResponsebuild()Builds a stage response instance.StageResponse.RequirementsBuildersetCallback(SnapshotTokenCallback callback)Sets the snapshot token callback.
-
-
-
Method Detail
-
setCallback
StageResponse.RequirementsBuilder setCallback(SnapshotTokenCallback callback)
Sets the snapshot token callback.- Parameters:
callback- the callback- Returns:
- this builder
-
build
StageResponse build()
Builds a stage response instance.- Returns:
- a stage response instance
-
-