public interface ClientLookupProvider
Modifier and Type | Method and Description |
---|---|
ClientModel |
getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
getClientById(String id,
RealmModel realm) |
List<ClientModel> |
searchClientsByClientId(String clientId,
Integer firstResult,
Integer maxResults,
RealmModel realm) |
ClientModel getClientById(String id, RealmModel realm)
ClientModel getClientByClientId(String clientId, RealmModel realm)
List<ClientModel> searchClientsByClientId(String clientId, Integer firstResult, Integer maxResults, RealmModel realm)
Copyright © 2020 JBoss by Red Hat. All rights reserved.