Package google.registry.request.auth
Interface AuthenticationMechanism
- All Known Implementing Classes:
OidcTokenAuthenticationMechanism
public interface AuthenticationMechanism
A particular way to authenticate an HTTP request, returning an
AuthResult
.
For instance, a request could be authenticated using OIDC, via special request headers, etc.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(jakarta.servlet.http.HttpServletRequest request) Attempt to authenticate an incoming request.