Package io.trino.server.security
Class KerberosAuthenticator
java.lang.Object
io.trino.server.security.KerberosAuthenticator
- All Implemented Interfaces:
Authenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(jakarta.ws.rs.container.ContainerRequestContext request) voidshutdown()
-
Constructor Details
-
KerberosAuthenticator
-
-
Method Details
-
shutdown
@PreDestroy public void shutdown() -
authenticate
public Identity authenticate(jakarta.ws.rs.container.ContainerRequestContext request) throws AuthenticationException - Specified by:
authenticatein interfaceAuthenticator- Throws:
AuthenticationException
-