Uses of Class
org.openiam.am.srvc.dto.AuthenticationRuleStep
-
Packages that use AuthenticationRuleStep Package Description org.openiam.am.srvc.dto org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.srvc.am -
-
Uses of AuthenticationRuleStep in org.openiam.am.srvc.dto
Methods in org.openiam.am.srvc.dto with parameters of type AuthenticationRuleStep Modifier and Type Method Description voidAuthenticationRule. addAuthenticationStep(AuthenticationRuleStep step)voidAuthenticationRuleStepsFlowchart. addStep(AuthenticationRuleStep step) -
Uses of AuthenticationRuleStep in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return AuthenticationRuleStep Modifier and Type Method Description AuthenticationRuleStepAuthenticationRuleService. getAuthenticationRuleStep(String stepId)Methods in org.openiam.esb.am.service that return types with arguments of type AuthenticationRuleStep Modifier and Type Method Description List<AuthenticationRuleStep>AuthenticationRuleService. getAuthenticationRuleSteps(String ruleIdId)Methods in org.openiam.esb.am.service with parameters of type AuthenticationRuleStep Modifier and Type Method Description StringAuthenticationRuleService. saveAuthenticationRuleStep(AuthenticationRuleStep authenticationRuleStep) -
Uses of AuthenticationRuleStep in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return AuthenticationRuleStep Modifier and Type Method Description AuthenticationRuleStepAuthenticationRuleServiceImpl. getAuthenticationRuleStep(String stepId)Methods in org.openiam.esb.am.service.impl that return types with arguments of type AuthenticationRuleStep Modifier and Type Method Description List<AuthenticationRuleStep>AuthenticationRuleServiceImpl. getAuthenticationRuleSteps(String ruleId)Methods in org.openiam.esb.am.service.impl with parameters of type AuthenticationRuleStep Modifier and Type Method Description StringAuthenticationRuleServiceImpl. saveAuthenticationRuleStep(AuthenticationRuleStep authenticationRuleStep) -
Uses of AuthenticationRuleStep in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthenticationRuleStep Modifier and Type Method Description AuthenticationRuleStepAuthRuleStepDozerConverter. convertDTO(AuthenticationRuleStep entity, boolean isDeep)AuthenticationRuleStepAuthRuleStepDozerConverter. convertToDTO(AuthenticationRuleStepEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthenticationRuleStep Modifier and Type Method Description List<AuthenticationRuleStep>AuthRuleStepDozerConverter. convertToDTOList(List<AuthenticationRuleStepEntity> list, boolean isDeep)Set<AuthenticationRuleStep>AuthRuleStepDozerConverter. convertToDTOSet(Set<AuthenticationRuleStepEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthenticationRuleStep Modifier and Type Method Description AuthenticationRuleStepAuthRuleStepDozerConverter. convertDTO(AuthenticationRuleStep entity, boolean isDeep)AuthenticationRuleStepEntityAuthRuleStepDozerConverter. convertToEntity(AuthenticationRuleStep entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthenticationRuleStep Modifier and Type Method Description List<AuthenticationRuleStepEntity>AuthRuleStepDozerConverter. convertToEntityList(List<AuthenticationRuleStep> list, boolean isDeep)Set<AuthenticationRuleStepEntity>AuthRuleStepDozerConverter. convertToEntitySet(Set<AuthenticationRuleStep> set, boolean isDeep) -
Uses of AuthenticationRuleStep in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthenticationRuleStep Modifier and Type Method Description AuthenticationRuleStepAuthenticationRuleWebService. getAuthRuleStep(String stepId)get AuthenticationRuleStep object by step idAuthenticationRuleStepAuthenticationRuleWebServiceImpl. getAuthRuleStep(String stepId)Methods in org.openiam.srvc.am that return types with arguments of type AuthenticationRuleStep Modifier and Type Method Description List<AuthenticationRuleStep>AuthenticationRuleWebService. getAuthRuleSteps(String ruleId)get AuthenticationRuleSteps object by rule idList<AuthenticationRuleStep>AuthenticationRuleWebServiceImpl. getAuthRuleSteps(String ruleId)Methods in org.openiam.srvc.am with parameters of type AuthenticationRuleStep Modifier and Type Method Description ResponseAuthenticationRuleWebService. saveAuthRuleStep(AuthenticationRuleStep authRuleStep)save AuthenticationRuleStep objectResponseAuthenticationRuleWebServiceImpl. saveAuthRuleStep(AuthenticationRuleStep ruleStep)
-