Uses of Class
org.openiam.idm.searchbeans.AuthStateSearchBean
-
Packages that use AuthStateSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.custom org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of AuthStateSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type AuthStateSearchBean Modifier and Type Method Description List<AuthStateEntity>
AuthenticationServiceService. findBeans(AuthStateSearchBean searchBean, int from, int size)
-
Uses of AuthStateSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type AuthStateSearchBean Modifier and Type Method Description List<AuthStateEntity>
AuthenticationServiceImpl. findBeans(AuthStateSearchBean searchBean, int from, int size)
-
Uses of AuthStateSearchBean in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom with parameters of type AuthStateSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<AuthStateEntity>
AuthStateRepositoryCustom. find(AuthStateSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
find by search bean -
Uses of AuthStateSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type AuthStateSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<AuthStateEntity>
AuthStateRepositoryImpl. find(AuthStateSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
Uses of AuthStateSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AuthStateSearchBean Modifier and Type Method Description List<AuthStateEntity>
AuthenticationService. findBeans(AuthStateSearchBean searchBean, int from, int size)
List<AuthStateEntity>
AuthenticationWebServiceImpl. findBeans(AuthStateSearchBean searchBean, int from, int size)
-