Uses of Class
org.openiam.am.srvc.dto.AuthenticationRuleStepsFlowchart
-
Packages that use AuthenticationRuleStepsFlowchart Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.srvc.am -
-
Uses of AuthenticationRuleStepsFlowchart in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type AuthenticationRuleStepsFlowchart Modifier and Type Method Description void
AuthenticationRuleService. removeSteps(AuthenticationRuleStepsFlowchart authenticationRuleStepsFlowchart)
void
AuthenticationRuleService. removeStepToStepLinks(AuthenticationRuleStepsFlowchart authenticationRuleStepsFlowchart)
void
AuthenticationRuleService. saveAuthenticationRuleStepsFlowchart(AuthenticationRuleStepsFlowchart authenticationRuleStepsFlowchart)
-
Uses of AuthenticationRuleStepsFlowchart in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type AuthenticationRuleStepsFlowchart Modifier and Type Method Description void
AuthenticationRuleServiceImpl. removeSteps(AuthenticationRuleStepsFlowchart request)
void
AuthenticationRuleServiceImpl. removeStepToStepLinks(AuthenticationRuleStepsFlowchart request)
void
AuthenticationRuleServiceImpl. saveAuthenticationRuleStepsFlowchart(AuthenticationRuleStepsFlowchart request)
-
Uses of AuthenticationRuleStepsFlowchart in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AuthenticationRuleStepsFlowchart Modifier and Type Method Description Response
AuthenticationRuleWebService. saveAuthRuleStepsFlowchart(AuthenticationRuleStepsFlowchart authenticationRuleStepsFlowchart)
save AuthenticationRuleStepsFlowchartResponse
AuthenticationRuleWebServiceImpl. saveAuthRuleStepsFlowchart(AuthenticationRuleStepsFlowchart authenticationRuleStepsFlowchart)
-