Uses of Interface
dev.dokimos.server.filter.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in dev.dokimos.server.filter
Classes in dev.dokimos.server.filter that implement AuthenticatorModifier and TypeClassDescriptionclassAuthenticatorbacked by two credential sources that coexist for backward compatibility: the single legacy key configured viaDOKIMOS_API_KEY(which maps toRole.ADMIN), and the scoped keys stored inapi_keys(each hashed, each carrying its own role and tenant).Constructors in dev.dokimos.server.filter with parameters of type AuthenticatorModifierConstructorDescriptionApiKeyAuthFilter(Authenticator authenticator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)