Package org.keycloak.storage.clientscope
Interface ClientScopeLookupProvider
-
- All Known Subinterfaces:
ClientScopeProvider
,RealmProvider
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.
-
-