Uses of Class
org.openiam.idm.searchbeans.OAuthSearchBean
-
Packages that use OAuthSearchBean Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.repository.impl -
-
Uses of OAuthSearchBean in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type OAuthSearchBean Modifier and Type Method Description List<OAuthToken>
OAuthService. findBeans(OAuthSearchBean searchBean, int from, int size)
Find OAuth tokens. -
Uses of OAuthSearchBean in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type OAuthSearchBean Modifier and Type Method Description List<OAuthToken>
OAuthServiceImpl. findBeans(OAuthSearchBean searchBean, int from, int size)
-
Uses of OAuthSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type OAuthSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<OAuthTokenEntity>
OAuthTokenRepositoryImpl. buildSpecifications(OAuthSearchBean searchBean)
-