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)
int
AuthenticationRuleService. 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)
int
AuthenticationRuleServiceImpl. 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 AuthenticationRuleListResponse
AuthenticationRuleWebService. findAuthRules(AuthenticationRuleSearchBean searchBean, int from, int size)
Searches and returns list of AuthenticationRule objects, which are suitable for passed search criteriaAuthenticationRuleListResponse
AuthenticationRuleWebServiceImpl. findAuthRules(AuthenticationRuleSearchBean searchBean, int from, int size)
int
AuthenticationRuleWebService. getNumOfAuthRules(AuthenticationRuleSearchBean searchBean)
Returns number of AuthenticationRule objects which are suitable for passed search criteriaint
AuthenticationRuleWebServiceImpl. getNumOfAuthRules(AuthenticationRuleSearchBean searchBean)
-