Interface AuthProviderRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<AuthProviderEntity,String>,AbstractKeyNameEntityCustomRepository<AuthProviderEntity,String>,FindBeansRepositoryCustom<AuthProviderEntity,AuthProviderSearchBean>
- All Known Subinterfaces:
AuthProviderRepository
- All Known Implementing Classes:
AuthProviderRepositoryImpl
public interface AuthProviderRepositoryCustom extends AbstractKeyNameEntityCustomRepository<AuthProviderEntity,String>, FindBeansRepositoryCustom<AuthProviderEntity,AuthProviderSearchBean>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthProviderEntitygetOAuthClient(String clientId)-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-
-
-
Method Detail
-
getOAuthClient
AuthProviderEntity getOAuthClient(String clientId)
-
-