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 void
AuthenticationRule. addAuthenticationStep(AuthenticationRuleStep step)
void
AuthenticationRuleStepsFlowchart. 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 AuthenticationRuleStep
AuthenticationRuleService. 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 String
AuthenticationRuleService. 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 AuthenticationRuleStep
AuthenticationRuleServiceImpl. 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 String
AuthenticationRuleServiceImpl. 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 AuthenticationRuleStep
AuthRuleStepDozerConverter. convertDTO(AuthenticationRuleStep entity, boolean isDeep)
AuthenticationRuleStep
AuthRuleStepDozerConverter. 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 AuthenticationRuleStep
AuthRuleStepDozerConverter. convertDTO(AuthenticationRuleStep entity, boolean isDeep)
AuthenticationRuleStepEntity
AuthRuleStepDozerConverter. 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 AuthenticationRuleStep
AuthenticationRuleWebService. getAuthRuleStep(String stepId)
get AuthenticationRuleStep object by step idAuthenticationRuleStep
AuthenticationRuleWebServiceImpl. 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 Response
AuthenticationRuleWebService. saveAuthRuleStep(AuthenticationRuleStep authRuleStep)
save AuthenticationRuleStep objectResponse
AuthenticationRuleWebServiceImpl. saveAuthRuleStep(AuthenticationRuleStep ruleStep)
-