Uses of Class
eu.europeana.apikey.domain.ApiKey
-
Packages that use ApiKey Package Description eu.europeana.apikey.controller eu.europeana.apikey.domain eu.europeana.apikey.repos -
-
Uses of ApiKey in eu.europeana.apikey.controller
Methods in eu.europeana.apikey.controller that return ApiKey Modifier and Type Method Description ApiKeyApiKeyController. enable(String id)Re-enables a given invalid ApiKey (of which the deprecationdate column has previously been set to a past time).ApiKeyApiKeyController. read(String id)Retrieves the details associated with the registration of a given ApiKeyApiKeyApiKeyController. update(String id, ApiKeyRequest apiKeyUpdate)Changes the registration details of an existing API key for the following public and non-generated values when supplied in the JSON request body: - firstName - lastName - email - company - appName - sector -
Uses of ApiKey in eu.europeana.apikey.domain
Subclasses of ApiKey in eu.europeana.apikey.domain Modifier and Type Class Description classApiKeySecretApiKey and Secret.Constructors in eu.europeana.apikey.domain with parameters of type ApiKey Constructor Description ApiKey(ApiKey copy)Constructor with all fields -
Uses of ApiKey in eu.europeana.apikey.repos
Methods in eu.europeana.apikey.repos that return types with arguments of type ApiKey Modifier and Type Method Description List<ApiKey>ApiKeyRepo. findAll()List<ApiKey>ApiKeyRepo. findAllKeysToMigrate()Optional<ApiKey>ApiKeyRepo. findByEmail(String email)List<ApiKey>ApiKeyRepo. findByEmailAndAppName(String email, String appName)Optional<ApiKey>ApiKeyRepo. findByKeycloakId(String keycloakId)
-