Package eu.europeana.apikey.domain
Class ApiKeySecret
- java.lang.Object
-
- eu.europeana.apikey.domain.ApiKey
-
- eu.europeana.apikey.domain.ApiKeySecret
-
public class ApiKeySecret extends ApiKey
ApiKey and Secret. Only when registering is this returned once to the user. After that the secret is not sent again
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientSecret()-
Methods inherited from class eu.europeana.apikey.domain.ApiKey
getActivationDate, getApiKey, getAppName, getCompany, getDeprecationDate, getEmail, getFirstName, getKeycloakId, getLastAccessDate, getLastName, getRegistrationDate, getSector, getWebsite, setActivationDate, setApiKey, setAppName, setCompany, setDeprecationDate, setEmail, setFirstName, setKeycloakId, setLastAccessDate, setLastName, setRegistrationDate, setSector, setWebsite, toString
-
-