Class StageUtils

java.lang.Object
org.forgerock.selfservice.stages.utils.StageUtils

public final class StageUtils extends Object
Utility class.
  • Method Details

    • retrieveStateFieldAsString

      public static String retrieveStateFieldAsString(ProcessContext context, String field)
      It returns a String value kept in the ProcessContext state.
      Parameters:
      context - the ProcessContext
      field - the state field name
      Returns:
      state field value as String or null if not found