Interface ClientScopeLookupProvider

All Known Subinterfaces:
ClientScopeProvider

public interface ClientScopeLookupProvider
  • Method Details

    • 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.