Uses of Class
org.openiam.idm.srvc.user.dto.IncompleteSelfRegistrationDto
-
Packages that use IncompleteSelfRegistrationDto Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.selfregistration -
-
Uses of IncompleteSelfRegistrationDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return IncompleteSelfRegistrationDto Modifier and Type Method Description IncompleteSelfRegistrationDto
SelfRegistrationWorkflowService. applyStep(IncompleteSelfRegistrationDto dataToValidate)
Use this method to post data for the current step.IncompleteSelfRegistrationDto
SelfRegistrationWorkflowService. getBySessionId(String id)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowService. saveIncompleteSelfReg(IncompleteSelfRegistrationDto toBeSaved)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowService. showStep(@NotNull String sessionId, @NotNull String contentProviderId)
To start or to continue selfregistration use this method.Methods in org.openiam.esb.core.service with parameters of type IncompleteSelfRegistrationDto Modifier and Type Method Description IncompleteSelfRegistrationDto
SelfRegistrationWorkflowService. applyStep(IncompleteSelfRegistrationDto dataToValidate)
Use this method to post data for the current step.IncompleteSelfRegistrationDto
SelfRegistrationWorkflowService. saveIncompleteSelfReg(IncompleteSelfRegistrationDto toBeSaved)
-
Uses of IncompleteSelfRegistrationDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return IncompleteSelfRegistrationDto Modifier and Type Method Description IncompleteSelfRegistrationDto
SelfRegistrationWorkflowServiceImpl. applyStep(IncompleteSelfRegistrationDto dataToValidate)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowServiceImpl. getBySessionId(String id)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowServiceImpl. saveIncompleteSelfReg(IncompleteSelfRegistrationDto toBeSaved)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowServiceImpl. showStep(@NotNull String sessionId, @NotNull String contentProviderId)
Methods in org.openiam.esb.core.service.impl with parameters of type IncompleteSelfRegistrationDto Modifier and Type Method Description IncompleteSelfRegistrationDto
SelfRegistrationWorkflowServiceImpl. applyStep(IncompleteSelfRegistrationDto dataToValidate)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowServiceImpl. saveIncompleteSelfReg(IncompleteSelfRegistrationDto toBeSaved)
-
Uses of IncompleteSelfRegistrationDto in org.openiam.srvc.selfregistration
Methods in org.openiam.srvc.selfregistration that return IncompleteSelfRegistrationDto Modifier and Type Method Description IncompleteSelfRegistrationDto
SelfRegistrationWorkflowWebService. applyStep(SelfRegistrationDataRequest request)
After user save information on UI we MUST send this information to background to validate and manage next actions.IncompleteSelfRegistrationDto
SelfRegistrationWorkflowWebServiceImpl. applyStep(SelfRegistrationDataRequest request)
IncompleteSelfRegistrationDto
SelfRegistrationWorkflowWebService. getCurrentStep(String sessionId)
Get current step for selfregistration flow by user sessionId.IncompleteSelfRegistrationDto
SelfRegistrationWorkflowWebServiceImpl. getCurrentStep(String sessionId)
-