public class OpenshiftClientStorageProvider extends Object implements ClientStorageProvider
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ClientModel |
getClientByClientId(RealmModel realm,
String clientId) |
ClientModel |
getClientById(RealmModel realm,
String id) |
Map<String,ClientScopeModel> |
getClientScopes(RealmModel realm,
ClientModel client,
boolean defaultScopes) |
Stream<ClientModel> |
searchClientsByClientIdStream(RealmModel realm,
String clientId,
Integer firstResult,
Integer maxResults) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreRemove, preRemove, preRemovegetClientByClientId, getClientById, searchClientsByClientIdpublic ClientModel getClientById(RealmModel realm, String id)
getClientById in interface ClientLookupProviderpublic ClientModel getClientByClientId(RealmModel realm, String clientId)
getClientByClientId in interface ClientLookupProviderpublic Stream<ClientModel> searchClientsByClientIdStream(RealmModel realm, String clientId, Integer firstResult, Integer maxResults)
searchClientsByClientIdStream in interface ClientLookupProviderpublic Map<String,ClientScopeModel> getClientScopes(RealmModel realm, ClientModel client, boolean defaultScopes)
getClientScopes in interface ClientLookupProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.