Uses of Record Class
dev.dokimos.server.dto.v1.ApiKeyView
Packages that use ApiKeyView
Package
Description
-
Uses of ApiKeyView in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return ApiKeyViewModifier and TypeMethodDescriptionApiKeyController.disableApiKey(UUID id) Disables a key so it can no longer authenticate.Methods in dev.dokimos.server.controller.v1 that return types with arguments of type ApiKeyViewModifier and TypeMethodDescriptionApiKeyController.listApiKeys()Lists every key as metadata only; the raw key is never returned. -
Uses of ApiKeyView in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return ApiKeyViewModifier and TypeMethodDescriptionCreatedApiKeyView.apiKey()Returns the value of theapiKeyrecord component.static ApiKeyViewConstructors in dev.dokimos.server.dto.v1 with parameters of type ApiKeyViewModifierConstructorDescriptionCreatedApiKeyView(String key, ApiKeyView apiKey) Creates an instance of aCreatedApiKeyViewrecord class. -
Uses of ApiKeyView in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return ApiKeyViewModifier and TypeMethodDescriptionDisables a key so future authentication attempts with it are rejected, keeping its record for audit.Methods in dev.dokimos.server.service that return types with arguments of type ApiKeyViewModifier and TypeMethodDescriptionApiKeyService.list()Lists every key as metadata only; key material is never included.