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 void
AuthenticationRuleEntity. addAuthenticationStep(AuthenticationRuleStepEntity authenticationStep)
void
AuthLevelGroupingEntity. 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 AuthenticationRuleStepEntity
AuthRuleStepDozerConverter. convertEntity(AuthenticationRuleStepEntity entity, boolean isDeep)
AuthenticationRuleStepEntity
AuthRuleStepDozerConverter. 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 AuthenticationRuleStepEntity
AuthRuleStepDozerConverter. convertEntity(AuthenticationRuleStepEntity entity, boolean isDeep)
AuthenticationRuleStep
AuthRuleStepDozerConverter. 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)
-