Uses of Class
eu.europeana.apikey.domain.ApiKeyRequest
Packages that use ApiKeyRequest
-
Uses of ApiKeyRequest in eu.europeana.apikey.controller
Methods in eu.europeana.apikey.controller that return ApiKeyRequestModifier and TypeMethodDescriptionprotected ApiKeyRequestApiKeyController.checkMandatoryFieldsAndTrim(ApiKeyRequest apiKeyUpdate) Check mandatory fields and trim api key request.Methods in eu.europeana.apikey.controller with parameters of type ApiKeyRequestModifier and TypeMethodDescriptionprotected ApiKeyRequestApiKeyController.checkMandatoryFieldsAndTrim(ApiKeyRequest apiKeyUpdate) Check mandatory fields and trim api key request.protected voidApiKeyController.copyValuesToApiKey(ApiKey apiKey, ApiKeyRequest keyRequest) Copy values to api key.org.springframework.http.ResponseEntity<Object>ApiKeyController.createCaptcha(javax.servlet.http.HttpServletRequest httpServletRequest, ApiKeyRequest newKeyRequest) Create a new API key with the following mandatory values supplied in a JSON request body: - firstName - lastName - email - appName - companyorg.springframework.http.ResponseEntity<Object>ApiKeyController.createKey(ApiKeyRequest newKeyRequest) Create a new API key with the following mandatory values supplied in a JSON request body: - firstName - lastName - email - appName - companyorg.springframework.http.ResponseEntity<Object>ApiKeyController.createKeyAndClient(ApiKeyRequest newKeyRequest) Create a new API key - Keycloak Client pair, with the following mandatory values supplied in a JSON request body: - firstName - lastName - email - appName - companyApiKeyController.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: -
Uses of ApiKeyRequest in eu.europeana.apikey.keycloak
Methods in eu.europeana.apikey.keycloak with parameters of type ApiKeyRequestModifier and TypeMethodDescriptionvoidKeycloakClientManager.updateClient(KeycloakSecurityContext securityContext, ApiKeyRequest apiKeyUpdate, String apiKey) Updates the client representation with the new values supplied with the update request.