Uses of Class
eu.europeana.apikey.domain.ApiKey
Packages that use ApiKey
Package
Description
-
Uses of ApiKey in eu.europeana.apikey.controller
Methods in eu.europeana.apikey.controller that return ApiKeyModifier and TypeMethodDescriptionprotected ApiKeyApiKeyController.checkIfKeyExists(String id) Check if key exists api key.Re-enables a given invalid ApiKey (of which the deprecationdate column has previously been set to a past time).Retrieves the details associated with the registration of a given ApiKeyApiKeyController.update(String apiKey, ApiKeyRequest updateKeyRequest) Changes the registration details of an existing API key for the following public and non-generated values when supplied in the JSON request body:Methods in eu.europeana.apikey.controller with parameters of type ApiKeyModifier and TypeMethodDescriptionprotected voidApiKeyController.checkKeyDeprecated(ApiKey key) Check key deprecated.protected voidApiKeyController.copyValuesToApiKey(ApiKey apiKey, ApiKeyRequest keyRequest) Copy values to api key. -
Uses of ApiKey in eu.europeana.apikey.domain
Constructors in eu.europeana.apikey.domain with parameters of type ApiKey -
Uses of ApiKey in eu.europeana.apikey.keycloak
Methods in eu.europeana.apikey.keycloak with parameters of type ApiKeyModifier and TypeMethodDescriptionorg.keycloak.representations.idm.ClientRepresentationKeycloakClientManager.createClient(KeycloakSecurityContext securityContext, ApiKey key) Creates a new Keycloak client linked to the provided Apikey. -
Uses of ApiKey in eu.europeana.apikey.repos
Methods in eu.europeana.apikey.repos that return types with arguments of type ApiKeyModifier and TypeMethodDescriptionApiKeyRepo.findAll()ApiKeyRepo.findAllKeysToMigrate()Deprecated.(The migration feature for all apikeys to Keycloak clients was abandoned)ApiKeyRepo.findByEmail(String email) Find by email optional.ApiKeyRepo.findByEmailAndAppName(String email, String appName) Find by email and app name list.ApiKeyRepo.findByKeycloakId(String keycloakId) Find by keycloak id optional.