Uses of Record Class
dev.dokimos.server.filter.Principal
Packages that use Principal
-
Uses of Principal in dev.dokimos.server.filter
Methods in dev.dokimos.server.filter that return PrincipalModifier and TypeMethodDescriptionstatic PrincipalPrincipal.anonymous()Principal for an unauthenticated reader in an authenticated deployment.static PrincipalPrincipal.system()System principal used when no API key authentication is configured, or for reads in an open deployment.Methods in dev.dokimos.server.filter that return types with arguments of type PrincipalModifier and TypeMethodDescriptionApiKeyAuthenticator.authenticate(String method, String authorizationHeader) Authenticator.authenticate(String method, String authorizationHeader) Resolves the principal for a request based on its method and credential. -
Uses of Principal in dev.dokimos.server.tenant
Methods in dev.dokimos.server.tenant that return Principal