Package io.trino.server.security
Interface Authenticator
-
- All Known Implementing Classes:
AbstractBearerAuthenticator,CertificateAuthenticator,HeaderAuthenticator,InsecureAuthenticator,JwtAuthenticator,KerberosAuthenticator,OAuth2Authenticator,PasswordAuthenticator
public interface Authenticator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Identityauthenticate(javax.ws.rs.container.ContainerRequestContext request)
-
-
-
Method Detail
-
authenticate
Identity authenticate(javax.ws.rs.container.ContainerRequestContext request) throws AuthenticationException
- Throws:
AuthenticationException
-
-