- validateApiKey(ValidationRequest) - Method in class eu.europeana.apikey.client.Connector
-
Takes a ValidationRequest object containing the authentication details, the apikey to be checked, the calling API
and the method (optional).
- validateApiKey(String, String, String, String, String) - Method in class eu.europeana.apikey.client.Connector
-
convenience method for validateApiKey() method that creates the ValidationRequest object with separate parameters
- validateApiKey(String, String, String, String) - Method in class eu.europeana.apikey.client.Connector
-
Wrapper method without the method parameter
- ValidationRequest - Class in eu.europeana.apikey.client
-
Wrapper object for the parameters needed to validate an Apikey
- ValidationRequest(String, String, String, String) - Constructor for class eu.europeana.apikey.client.ValidationRequest
-
- ValidationRequest(String, String, String, String, String) - Constructor for class eu.europeana.apikey.client.ValidationRequest
-
- ValidationResult - Class in eu.europeana.apikey.client
-
Created by luthien on 11/05/2017.
- ValidationResult() - Constructor for class eu.europeana.apikey.client.ValidationResult
-