Uses of Class
io.gravitee.gateway.api.service.ApiKey
Packages that use ApiKey
-
Uses of ApiKey in io.gravitee.gateway.api.service
Methods in io.gravitee.gateway.api.service that return types with arguments of type ApiKeyModifier and TypeMethodDescriptionApiKeyService.getByApiAndKey(String api, String key) Get api key by its api and key.ApiKeyService.getByApiAndMd5Key(String api, String md5ApiKey) Get api key by its api and md5 hash of the key.Methods in io.gravitee.gateway.api.service with parameters of type ApiKeyModifier and TypeMethodDescriptionvoidRegister the given api key.voidApiKeyService.unregister(ApiKey apiKey)