Uses of Record Class
at.jku.dke.etutor.task_app.auth.ApiKeyConfiguration.ApiKey
Packages that use ApiKeyConfiguration.ApiKey
Package
Description
This package contains all authentication-related classes.
-
Uses of ApiKeyConfiguration.ApiKey in at.jku.dke.etutor.task_app.auth
Methods in at.jku.dke.etutor.task_app.auth that return types with arguments of type ApiKeyConfiguration.ApiKeyModifier and TypeMethodDescriptionReturns the API-key with the specified key.ApiKeyConfiguration.getApiKeys()
Gets the API-keys.Method parameters in at.jku.dke.etutor.task_app.auth with type arguments of type ApiKeyConfiguration.ApiKeyModifier and TypeMethodDescriptionvoid
ApiKeyConfiguration.setApiKeys
(List<ApiKeyConfiguration.ApiKey> apiKeys) Sets the API-keys.Constructors in at.jku.dke.etutor.task_app.auth with parameters of type ApiKeyConfiguration.ApiKey