Uses of Class
alpine.model.ApiKey
-
Packages that use ApiKey Package Description alpine.model This package contains model classes.alpine.persistence This package contains functionality related to persistence including query managers and startup initializers. -
-
Uses of ApiKey in alpine.model
Methods in alpine.model that return types with arguments of type ApiKey Modifier and Type Method Description List<ApiKey>Team. getApiKeys()Method parameters in alpine.model with type arguments of type ApiKey Modifier and Type Method Description voidTeam. setApiKeys(List<ApiKey> apiKeys) -
Uses of ApiKey in alpine.persistence
Methods in alpine.persistence that return ApiKey Modifier and Type Method Description ApiKeyAlpineQueryManager. createApiKey(Team team)Creates a new ApiKey object, including a cryptographically secure API key string.ApiKeyAlpineQueryManager. getApiKey(String key)Returns an API key.ApiKeyAlpineQueryManager. regenerateApiKey(ApiKey apiKey)Regenerates an API key.Methods in alpine.persistence with parameters of type ApiKey Modifier and Type Method Description booleanAlpineQueryManager. hasPermission(ApiKey apiKey, String permissionName)Determines if the specified ApiKey has been assigned the specified permission.ApiKeyAlpineQueryManager. regenerateApiKey(ApiKey apiKey)Regenerates an API key.
-