Class Hierarchy
- java.lang.Object
- io.trino.server.security.AbstractBearerAuthenticator (implements io.trino.server.security.Authenticator)
- io.trino.server.security.jwt.JwtAuthenticator
- io.airlift.configuration.AbstractConfigurationAwareModule (implements io.airlift.configuration.ConfigurationAwareModule)
- io.trino.server.security.jwt.JwtAuthenticatorSupportModule
- io.trino.server.security.jwt.FileSigningKeyResolver (implements io.jsonwebtoken.SigningKeyResolver)
- io.trino.server.security.jwt.JwkDecoder
- io.trino.server.security.jwt.JwkDecoder.JwkEcPublicKey (implements java.security.interfaces.ECPublicKey, io.trino.server.security.jwt.JwkDecoder.JwkPublicKey)
- io.trino.server.security.jwt.JwkDecoder.JwkRsaPublicKey (implements io.trino.server.security.jwt.JwkDecoder.JwkPublicKey, java.security.interfaces.RSAPublicKey)
- io.trino.server.security.jwt.JwkDecoder.Key
- io.trino.server.security.jwt.JwkDecoder.Keys
- io.trino.server.security.jwt.JwkService
- io.trino.server.security.jwt.JwkSigningKeyResolver (implements io.jsonwebtoken.SigningKeyResolver)
- io.trino.server.security.jwt.JwtAuthenticatorConfig
- io.trino.server.security.AbstractBearerAuthenticator (implements io.trino.server.security.Authenticator)
Interface Hierarchy
- java.io.Serializable
- java.security.Key
- java.security.PublicKey
- io.trino.server.security.jwt.JwkDecoder.JwkPublicKey
- java.security.PublicKey
- java.security.Key
Annotation Type Hierarchy
- io.trino.server.security.jwt.ForJwk (implements java.lang.annotation.Annotation)