Uses of Class
org.openiam.am.srvc.dto.AuthenticationRule
-
Packages that use AuthenticationRule Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.srvc.am -
-
Uses of AuthenticationRule in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return AuthenticationRule Modifier and Type Method Description AuthenticationRuleAuthenticationRuleService. getAuthenticationRule(String ruleId)Methods in org.openiam.esb.am.service that return types with arguments of type AuthenticationRule Modifier and Type Method Description org.springframework.data.domain.Page<AuthenticationRule>AuthenticationRuleService. findAuthRuleBeans(AuthenticationRuleSearchBean arsb, int from, int size)Methods in org.openiam.esb.am.service with parameters of type AuthenticationRule Modifier and Type Method Description StringAuthenticationRuleService. saveAuthenticationRule(AuthenticationRule authenticationRule) -
Uses of AuthenticationRule in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return AuthenticationRule Modifier and Type Method Description AuthenticationRuleAuthenticationRuleServiceImpl. getAuthenticationRule(String ruleId)Methods in org.openiam.esb.am.service.impl that return types with arguments of type AuthenticationRule Modifier and Type Method Description org.springframework.data.domain.Page<AuthenticationRule>AuthenticationRuleServiceImpl. findAuthRuleBeans(AuthenticationRuleSearchBean arsb, int from, int size)Methods in org.openiam.esb.am.service.impl with parameters of type AuthenticationRule Modifier and Type Method Description StringAuthenticationRuleServiceImpl. saveAuthenticationRule(AuthenticationRule authenticationRule) -
Uses of AuthenticationRule in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthenticationRule Modifier and Type Method Description AuthenticationRuleAuthRuleDozerConverter. convertDTO(AuthenticationRule entity, boolean isDeep)AuthenticationRuleAuthRuleDozerConverter. convertToDTO(AuthenticationRuleEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthenticationRule Modifier and Type Method Description List<AuthenticationRule>AuthRuleDozerConverter. convertToDTOList(List<AuthenticationRuleEntity> list, boolean isDeep)Set<AuthenticationRule>AuthRuleDozerConverter. convertToDTOSet(Set<AuthenticationRuleEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthenticationRule Modifier and Type Method Description AuthenticationRuleAuthRuleDozerConverter. convertDTO(AuthenticationRule entity, boolean isDeep)AuthenticationRuleEntityAuthRuleDozerConverter. convertToEntity(AuthenticationRule entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthenticationRule Modifier and Type Method Description List<AuthenticationRuleEntity>AuthRuleDozerConverter. convertToEntityList(List<AuthenticationRule> list, boolean isDeep)Set<AuthenticationRuleEntity>AuthRuleDozerConverter. convertToEntitySet(Set<AuthenticationRule> set, boolean isDeep) -
Uses of AuthenticationRule in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthenticationRule Modifier and Type Method Description AuthenticationRuleAuthenticationRuleWebService. getAuthRule(String ruleId)get AuthenticationRule object by rule idAuthenticationRuleAuthenticationRuleWebServiceImpl. getAuthRule(String ruleId)Methods in org.openiam.srvc.am with parameters of type AuthenticationRule Modifier and Type Method Description ResponseAuthenticationRuleWebService. saveAuthRule(AuthenticationRule rule)save AuthenticationRule objectResponseAuthenticationRuleWebServiceImpl. saveAuthRule(AuthenticationRule rule)
-