Uses of Class
org.openiam.am.srvc.searchbean.AuthenticationRuleSearchBean
-
Packages that use AuthenticationRuleSearchBean Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of AuthenticationRuleSearchBean in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type AuthenticationRuleSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<AuthenticationRule>AuthenticationRuleService. findAuthRuleBeans(AuthenticationRuleSearchBean arsb, int from, int size)intAuthenticationRuleService. getNumOfAuthRules(AuthenticationRuleSearchBean arsb) -
Uses of AuthenticationRuleSearchBean in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type AuthenticationRuleSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<AuthenticationRule>AuthenticationRuleServiceImpl. findAuthRuleBeans(AuthenticationRuleSearchBean arsb, int from, int size)intAuthenticationRuleServiceImpl. getNumOfAuthRules(AuthenticationRuleSearchBean arsb) -
Uses of AuthenticationRuleSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type AuthenticationRuleSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AuthenticationRuleEntity>AuthenticationRuleRepositoryImpl. buildSpecifications(AuthenticationRuleSearchBean sb) -
Uses of AuthenticationRuleSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AuthenticationRuleSearchBean Modifier and Type Method Description AuthenticationRuleListResponseAuthenticationRuleWebService. findAuthRules(AuthenticationRuleSearchBean searchBean, int from, int size)Searches and returns list of AuthenticationRule objects, which are suitable for passed search criteriaAuthenticationRuleListResponseAuthenticationRuleWebServiceImpl. findAuthRules(AuthenticationRuleSearchBean searchBean, int from, int size)intAuthenticationRuleWebService. getNumOfAuthRules(AuthenticationRuleSearchBean searchBean)Returns number of AuthenticationRule objects which are suitable for passed search criteriaintAuthenticationRuleWebServiceImpl. getNumOfAuthRules(AuthenticationRuleSearchBean searchBean)
-