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