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> |
searchClientsByAttributes(RealmModel realm,
Map<String,String> attributes,
Integer firstResult,
Integer maxResults) |
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
public Stream<ClientModel> searchClientsByAttributes(RealmModel realm, Map<String,String> attributes, Integer firstResult, Integer maxResults)
searchClientsByAttributes
in interface ClientLookupProvider
public Map<String,ClientScopeModel> getClientScopes(RealmModel realm, ClientModel client, boolean defaultScopes)
getClientScopes
in interface ClientLookupProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.