Uses of Class
dev.dokimos.server.entity.ApiKey
Packages that use ApiKey
-
Uses of ApiKey in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 with parameters of type ApiKey -
Uses of ApiKey in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository that return types with arguments of type ApiKeyModifier and TypeMethodDescriptionApiKeyRepository.findByKeyHashAndEnabledTrue(String keyHash) Looks up an enabled key by its SHA-256 hex hash.