Class StageUtils
java.lang.Object
org.forgerock.selfservice.stages.utils.StageUtils
Utility class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringretrieveStateFieldAsString(ProcessContext context, String field) It returns a String value kept in the ProcessContext state.
-
Method Details
-
retrieveStateFieldAsString
It returns a String value kept in the ProcessContext state.- Parameters:
context- the ProcessContextfield- the state field name- Returns:
- state field value as String or null if not found
-