Hierarchy For Package io.confluent.kafka.clients.plugins.auth.jwt
Class Hierarchy
- java.lang.Object
- org.apache.kafka.common.config.AbstractConfig
- io.confluent.kafka.clients.plugins.auth.jwt.JwtAuthenticatorConfig
- io.confluent.kafka.clients.plugins.auth.jwt.AsyncHttpsJwksVerificationKeyResolver (implements io.confluent.kafka.clients.plugins.auth.jwt.CloseableVerificationKeyResolver)
- org.jose4j.jwk.HttpsJwks
- io.confluent.kafka.clients.plugins.auth.jwt.AsyncHttpsJwks (implements java.io.Closeable)
- io.confluent.kafka.clients.plugins.auth.jwt.JkuVerificationKeyResolver (implements io.confluent.kafka.clients.plugins.auth.jwt.CloseableVerificationKeyResolver)
- io.confluent.kafka.clients.plugins.auth.jwt.JwtAuthenticator (implements java.io.Closeable)
- io.confluent.kafka.clients.plugins.auth.jwt.PublicKeyJwks
- io.confluent.kafka.clients.plugins.auth.jwt.PublicKeyVerificationKeyResolver (implements io.confluent.kafka.clients.plugins.auth.jwt.CloseableVerificationKeyResolver)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.confluent.kafka.clients.plugins.auth.jwt.JwtVerificationException
- java.lang.Exception
- io.confluent.kafka.clients.plugins.auth.jwt.UnverifiedJwtBearerToken (implements org.apache.kafka.common.security.oauthbearer.OAuthBearerToken)
- org.apache.kafka.common.config.AbstractConfig
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- io.confluent.kafka.clients.plugins.auth.jwt.CloseableVerificationKeyResolver (also extends org.jose4j.keys.resolvers.VerificationKeyResolver)
- java.io.Closeable
- org.jose4j.keys.resolvers.VerificationKeyResolver
- io.confluent.kafka.clients.plugins.auth.jwt.CloseableVerificationKeyResolver (also extends java.io.Closeable)