Package org.keycloak.storage.clientscope
Interface ClientScopeLookupProvider
-
- All Known Subinterfaces:
CacheRealmProvider
,ClientScopeProvider
,ClientScopeStorageProvider
,RealmProvider
- All Known Implementing Classes:
ClientScopeStorageManager
,JpaRealmProvider
,MapClientScopeProvider
,MapRealmProvider
,RealmCacheSession
public interface ClientScopeLookupProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientScopeModel
getClientScopeById(RealmModel realm, String id)
Exact search for a client scope by its internal ID..
-
-
-
Method Detail
-
getClientScopeById
ClientScopeModel getClientScopeById(RealmModel realm, String id)
Exact search for a client scope by its internal ID..- Parameters:
realm
- Realm.id
- Internal ID of the role.- Returns:
- Model of the client scope.
-
-