public interface ApiKeyService
| Modifier and Type | Method and Description |
|---|---|
List<ApiKey> |
findByApplicationName(String applicationName)
Find all API keys by applicationName
|
ApiKey |
findByKey(String apiKey)
Find all API keys by ApiKey
|
ApiKey findByKey(String apiKey) throws CommonServiceException, CommonServiceRuntimeException
apiKey - the value of the apiKeyCommonServiceException - catched exception if a logical problem occurs during the executionCommonServiceRuntimeException - runtime exception if a configuration related exception occurList<ApiKey> findByApplicationName(String applicationName) throws CommonServiceException, CommonServiceRuntimeException
applicationName - application name registered with the api key(s)CommonServiceException - catched exception if a logical problem occurs during the executionCommonServiceRuntimeException - runtime exception if a configuration related exception occurCopyright © 2017 Europeana Foundation + AIT. All rights reserved.