Package org.forgerock.selfservice.core
Interface StageResponse.RequirementsBuilder
- Enclosing class:
- StageResponse
public static interface StageResponse.RequirementsBuilder
Requirements 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
Modifier and TypeMethodDescriptionbuild()Builds a stage response instance.setCallback(SnapshotTokenCallback callback) Sets the snapshot token callback.
-
Method Details
-
setCallback
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
-