Package org.rostore.service.apikey
Class ApiKeyRequestContext
java.lang.Object
org.rostore.service.apikey.ApiKeyRequestContext
Class is injected in the REST filters and extract information
about the API key of the current request.
Is used to assess the permissions associated with the current call.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
long
-
Constructor Details
-
ApiKeyRequestContext
public ApiKeyRequestContext()
-
-
Method Details
-
isDefaultApiKeyUsed
public boolean isDefaultApiKeyUsed() -
getApiKey
-
startTimestamp
public long startTimestamp() -
init
-