Package io.trino.server.security
Interface Authenticator
- All Known Implementing Classes:
AbstractBearerAuthenticator,CertificateAuthenticator,HeaderAuthenticator,InsecureAuthenticator,JwtAuthenticator,KerberosAuthenticator,OAuth2Authenticator,PasswordAuthenticator
public interface Authenticator
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate(jakarta.ws.rs.container.ContainerRequestContext request)
-
Method Details
-
authenticate
Identity authenticate(jakarta.ws.rs.container.ContainerRequestContext request) throws AuthenticationException - Throws:
AuthenticationException
-