Uses of Interface
org.forgerock.selfservice.core.ProcessContext
-
Packages that use ProcessContext Package Description org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.selfservice.core.snapshot This package contains the implementation for creating and management of snapshots.org.forgerock.selfservice.stages.captcha This package contains captcha stage implementation.org.forgerock.selfservice.stages.email This package contains a common email stage implementation.org.forgerock.selfservice.stages.kba This package contains a common user kba stage implementation.org.forgerock.selfservice.stages.parameters This package contains a parameter passing stage implementation.org.forgerock.selfservice.stages.registration This package contains a common user registration stage implementation.org.forgerock.selfservice.stages.reset This package contains a common reset password stage implementation.org.forgerock.selfservice.stages.user This package contains a common user related stage implementation.org.forgerock.selfservice.stages.utils This package contains some utility classes helpful for stage creators. -
-
Uses of ProcessContext in org.forgerock.selfservice.core
Methods in org.forgerock.selfservice.core with parameters of type ProcessContext Modifier and Type Method Description StageResponse
ProgressStage. advance(ProcessContext context, C config)
Advance the progress stage.StageResponse
ProgressStageBinding. advance(ProcessContext context)
Advance the progress stage.JsonValue
ProgressStage. gatherInitialRequirements(ProcessContext context, C config)
Response for defining any initial requirements the stage may have.JsonValue
ProgressStageBinding. gatherInitialRequirements(ProcessContext context)
Response for defining any initial requirements the bound stage may have. -
Uses of ProcessContext in org.forgerock.selfservice.core.snapshot
Methods in org.forgerock.selfservice.core.snapshot with parameters of type ProcessContext Modifier and Type Method Description void
SnapshotTokenCallback. snapshotTokenPreview(ProcessContext context, String snapshotToken)
Preview of the snapshot token just prior to requirements being sent to the client. -
Uses of ProcessContext in org.forgerock.selfservice.stages.captcha
Methods in org.forgerock.selfservice.stages.captcha with parameters of type ProcessContext Modifier and Type Method Description StageResponse
CaptchaStage. advance(ProcessContext context, CaptchaStageConfig config)
JsonValue
CaptchaStage. gatherInitialRequirements(ProcessContext context, CaptchaStageConfig config)
-
Uses of ProcessContext in org.forgerock.selfservice.stages.email
Methods in org.forgerock.selfservice.stages.email with parameters of type ProcessContext Modifier and Type Method Description StageResponse
RetrieveEmailStage. advance(ProcessContext context, RetrieveEmailConfig config)
StageResponse
VerifyEmailAccountStage. advance(ProcessContext context, VerifyEmailAccountConfig config)
JsonValue
RetrieveEmailStage. gatherInitialRequirements(ProcessContext context, RetrieveEmailConfig config)
JsonValue
VerifyEmailAccountStage. gatherInitialRequirements(ProcessContext context, VerifyEmailAccountConfig config)
-
Uses of ProcessContext in org.forgerock.selfservice.stages.kba
Methods in org.forgerock.selfservice.stages.kba with parameters of type ProcessContext Modifier and Type Method Description StageResponse
SecurityAnswerDefinitionStage. advance(ProcessContext context, SecurityAnswerDefinitionConfig config)
StageResponse
SecurityAnswerVerificationStage. advance(ProcessContext context, SecurityAnswerVerificationConfig config)
JsonValue
SecurityAnswerDefinitionStage. gatherInitialRequirements(ProcessContext context, SecurityAnswerDefinitionConfig config)
JsonValue
SecurityAnswerVerificationStage. gatherInitialRequirements(ProcessContext context, SecurityAnswerVerificationConfig config)
-
Uses of ProcessContext in org.forgerock.selfservice.stages.parameters
Methods in org.forgerock.selfservice.stages.parameters with parameters of type ProcessContext Modifier and Type Method Description StageResponse
ParametersStage. advance(ProcessContext context, ParametersConfig config)
JsonValue
ParametersStage. gatherInitialRequirements(ProcessContext context, ParametersConfig config)
-
Uses of ProcessContext in org.forgerock.selfservice.stages.registration
Methods in org.forgerock.selfservice.stages.registration with parameters of type ProcessContext Modifier and Type Method Description StageResponse
UserRegistrationStage. advance(ProcessContext context, UserRegistrationConfig config)
JsonValue
UserRegistrationStage. gatherInitialRequirements(ProcessContext context, UserRegistrationConfig config)
-
Uses of ProcessContext in org.forgerock.selfservice.stages.reset
Methods in org.forgerock.selfservice.stages.reset with parameters of type ProcessContext Modifier and Type Method Description StageResponse
ResetStage. advance(ProcessContext context, ResetStageConfig config)
JsonValue
ResetStage. gatherInitialRequirements(ProcessContext context, ResetStageConfig config)
-
Uses of ProcessContext in org.forgerock.selfservice.stages.user
-
Uses of ProcessContext in org.forgerock.selfservice.stages.utils
Methods in org.forgerock.selfservice.stages.utils with parameters of type ProcessContext Modifier and Type Method Description static String
StageUtils. retrieveStateFieldAsString(ProcessContext context, String field)
It returns a String value kept in the ProcessContext state.
-