Package org.keycloak.storage.clientscope
Interface ClientScopeLookupProvider
- All Known Subinterfaces:
CacheRealmProvider
,ClientScopeProvider
,ClientScopeStorageProvider
- All Known Implementing Classes:
ClientScopeStorageManager
,JpaRealmProvider
,RealmCacheSession
public interface ClientScopeLookupProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetClientScopeById
(RealmModel realm, String id) Exact search for a client scope by its internal ID..
-
Method Details
-
getClientScopeById
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.
-