Package | Description |
---|---|
org.jbei.ice.storage.hibernate.dao |
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKeyDAO.get(long id) |
Modifier and Type | Method and Description |
---|---|
List<ApiKey> |
ApiKeyDAO.getAllApiKeys(String sort,
int limit,
int start,
boolean asc)
Retrieves all available api keys restricted by the paging parameters
|
List<ApiKey> |
ApiKeyDAO.getApiKeysForUser(String userId,
String sort,
int limit,
int start,
boolean asc)
Retrieves list of available api keys for specified user, using the paging parameters
|
Optional<ApiKey> |
ApiKeyDAO.getByClientId(String clientId)
Retrieves an api key by client id.
|
Copyright © 2017. All rights reserved.