Uses of Class
org.openiam.am.srvc.domain.AuthenticationRuleStepEntity
-
Packages that use AuthenticationRuleStepEntity Package Description org.openiam.am.srvc.domain org.openiam.esb.core.dozer.converter org.openiam.esb.repository -
-
Uses of AuthenticationRuleStepEntity in org.openiam.am.srvc.domain
Methods in org.openiam.am.srvc.domain with parameters of type AuthenticationRuleStepEntity Modifier and Type Method Description voidAuthenticationRuleEntity. addAuthenticationStep(AuthenticationRuleStepEntity authenticationStep)voidAuthLevelGroupingEntity. addAuthenticationSteps(AuthenticationRuleStepEntity xref) -
Uses of AuthenticationRuleStepEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthenticationRuleStepEntity Modifier and Type Method Description AuthenticationRuleStepEntityAuthRuleStepDozerConverter. convertEntity(AuthenticationRuleStepEntity entity, boolean isDeep)AuthenticationRuleStepEntityAuthRuleStepDozerConverter. convertToEntity(AuthenticationRuleStep entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthenticationRuleStepEntity Modifier and Type Method Description List<AuthenticationRuleStepEntity>AuthRuleStepDozerConverter. convertToEntityList(List<AuthenticationRuleStep> list, boolean isDeep)Set<AuthenticationRuleStepEntity>AuthRuleStepDozerConverter. convertToEntitySet(Set<AuthenticationRuleStep> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthenticationRuleStepEntity Modifier and Type Method Description AuthenticationRuleStepEntityAuthRuleStepDozerConverter. convertEntity(AuthenticationRuleStepEntity entity, boolean isDeep)AuthenticationRuleStepAuthRuleStepDozerConverter. convertToDTO(AuthenticationRuleStepEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthenticationRuleStepEntity Modifier and Type Method Description List<AuthenticationRuleStep>AuthRuleStepDozerConverter. convertToDTOList(List<AuthenticationRuleStepEntity> list, boolean isDeep)Set<AuthenticationRuleStep>AuthRuleStepDozerConverter. convertToDTOSet(Set<AuthenticationRuleStepEntity> set, boolean isDeep) -
Uses of AuthenticationRuleStepEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type AuthenticationRuleStepEntity Modifier and Type Method Description List<AuthenticationRuleStepEntity>AuthenticationRuleStepRepository. findAllByRuleId(String ruleId)List<AuthenticationRuleStepEntity>AuthenticationRuleStepRepository. findAllByRuleIds(Set<String> ruleIds)
-