public class OpenshiftClientStorageProvider extends Object implements ClientStorageProvider
Modifier and Type | Method and Description |
---|---|
void |
close() |
ClientModel |
getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
getClientById(String id,
RealmModel realm) |
List<ClientModel> |
searchClientsByAttributes(RealmModel realm,
Map<String,String> attributes,
Integer firstResult,
Integer maxResults) |
List<ClientModel> |
searchClientsByClientId(String clientId,
Integer firstResult,
Integer maxResults,
RealmModel realm) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
preRemove, preRemove, preRemove
public ClientModel getClientById(String id, RealmModel realm)
getClientById
in interface ClientLookupProvider
public ClientModel getClientByClientId(String clientId, RealmModel realm)
getClientByClientId
in interface ClientLookupProvider
public List<ClientModel> searchClientsByClientId(String clientId, Integer firstResult, Integer maxResults, RealmModel realm)
searchClientsByClientId
in interface ClientLookupProvider
public List<ClientModel> searchClientsByAttributes(RealmModel realm, Map<String,String> attributes, Integer firstResult, Integer maxResults)
searchClientsByAttributes
in interface ClientLookupProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.