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) |
Stream<ClientModel> |
searchClientsByClientIdStream(RealmModel realm,
String clientId,
Integer firstResult,
Integer maxResults) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
preRemove, preRemove, preRemove
getClientByClientId, getClientById, searchClientsByClientId
public ClientModel getClientById(RealmModel realm, String id)
getClientById
in interface ClientLookupProvider
public ClientModel getClientByClientId(RealmModel realm, String clientId)
getClientByClientId
in interface ClientLookupProvider
public Stream<ClientModel> searchClientsByClientIdStream(RealmModel realm, String clientId, Integer firstResult, Integer maxResults)
searchClientsByClientIdStream
in interface ClientLookupProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.