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 IncompleteSelfRegistrationDtoSelfRegistrationWorkflowService. applyStep(IncompleteSelfRegistrationDto dataToValidate)Use this method to post data for the current step.IncompleteSelfRegistrationDtoSelfRegistrationWorkflowService. getBySessionId(String id)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowService. saveIncompleteSelfReg(IncompleteSelfRegistrationDto toBeSaved)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowService. 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 IncompleteSelfRegistrationDtoSelfRegistrationWorkflowService. applyStep(IncompleteSelfRegistrationDto dataToValidate)Use this method to post data for the current step.IncompleteSelfRegistrationDtoSelfRegistrationWorkflowService. 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 IncompleteSelfRegistrationDtoSelfRegistrationWorkflowServiceImpl. applyStep(IncompleteSelfRegistrationDto dataToValidate)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowServiceImpl. getBySessionId(String id)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowServiceImpl. saveIncompleteSelfReg(IncompleteSelfRegistrationDto toBeSaved)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowServiceImpl. 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 IncompleteSelfRegistrationDtoSelfRegistrationWorkflowServiceImpl. applyStep(IncompleteSelfRegistrationDto dataToValidate)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowServiceImpl. 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 IncompleteSelfRegistrationDtoSelfRegistrationWorkflowWebService. applyStep(SelfRegistrationDataRequest request)After user save information on UI we MUST send this information to background to validate and manage next actions.IncompleteSelfRegistrationDtoSelfRegistrationWorkflowWebServiceImpl. applyStep(SelfRegistrationDataRequest request)IncompleteSelfRegistrationDtoSelfRegistrationWorkflowWebService. getCurrentStep(String sessionId)Get current step for selfregistration flow by user sessionId.IncompleteSelfRegistrationDtoSelfRegistrationWorkflowWebServiceImpl. getCurrentStep(String sessionId)
-