Uses of Class
org.openiam.am.srvc.domain.AuthenticationRuleStepToStepXrefEntity
-
Packages that use AuthenticationRuleStepToStepXrefEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository -
-
Uses of AuthenticationRuleStepToStepXrefEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthenticationRuleStepToStepXrefEntity Modifier and Type Method Description AuthenticationRuleStepToStepXrefEntityAuthRuleStepToStepXrefDozerConverter. convertEntity(AuthenticationRuleStepToStepXrefEntity entity, boolean isDeep)AuthenticationRuleStepToStepXrefEntityAuthRuleStepToStepXrefDozerConverter. convertToEntity(AuthenticationRuleStepToStepXref entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthenticationRuleStepToStepXrefEntity Modifier and Type Method Description List<AuthenticationRuleStepToStepXrefEntity>AuthRuleStepToStepXrefDozerConverter. convertToEntityList(List<AuthenticationRuleStepToStepXref> list, boolean isDeep)Set<AuthenticationRuleStepToStepXrefEntity>AuthRuleStepToStepXrefDozerConverter. convertToEntitySet(Set<AuthenticationRuleStepToStepXref> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthenticationRuleStepToStepXrefEntity Modifier and Type Method Description AuthenticationRuleStepToStepXrefEntityAuthRuleStepToStepXrefDozerConverter. convertEntity(AuthenticationRuleStepToStepXrefEntity entity, boolean isDeep)AuthenticationRuleStepToStepXrefAuthRuleStepToStepXrefDozerConverter. convertToDTO(AuthenticationRuleStepToStepXrefEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthenticationRuleStepToStepXrefEntity Modifier and Type Method Description List<AuthenticationRuleStepToStepXref>AuthRuleStepToStepXrefDozerConverter. convertToDTOList(List<AuthenticationRuleStepToStepXrefEntity> list, boolean isDeep)Set<AuthenticationRuleStepToStepXref>AuthRuleStepToStepXrefDozerConverter. convertToDTOSet(Set<AuthenticationRuleStepToStepXrefEntity> set, boolean isDeep) -
Uses of AuthenticationRuleStepToStepXrefEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type AuthenticationRuleStepToStepXrefEntity Modifier and Type Method Description List<AuthenticationRuleStepToStepXrefEntity>AuthenticationRuleStepToStepXrefRepository. findAllByRuleIds(Set<String> ruleIds)
-