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 AuthenticationRule
AuthenticationRuleService. 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 String
AuthenticationRuleService. 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 AuthenticationRule
AuthenticationRuleServiceImpl. 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 String
AuthenticationRuleServiceImpl. 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 AuthenticationRule
AuthRuleDozerConverter. convertDTO(AuthenticationRule entity, boolean isDeep)
AuthenticationRule
AuthRuleDozerConverter. 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 AuthenticationRule
AuthRuleDozerConverter. convertDTO(AuthenticationRule entity, boolean isDeep)
AuthenticationRuleEntity
AuthRuleDozerConverter. 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 AuthenticationRule
AuthenticationRuleWebService. getAuthRule(String ruleId)
get AuthenticationRule object by rule idAuthenticationRule
AuthenticationRuleWebServiceImpl. getAuthRule(String ruleId)
Methods in org.openiam.srvc.am with parameters of type AuthenticationRule Modifier and Type Method Description Response
AuthenticationRuleWebService. saveAuthRule(AuthenticationRule rule)
save AuthenticationRule objectResponse
AuthenticationRuleWebServiceImpl. saveAuthRule(AuthenticationRule rule)
-