Class ClusterLinkHttpAccessTokenRetriever
java.lang.Object
org.apache.kafka.common.security.oauthbearer.internals.secured.HttpJwtRetriever
io.confluent.kafka.clients.plugins.auth.oauth.ClusterLinkHttpAccessTokenRetriever
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.kafka.common.security.oauthbearer.internals.secured.OAuthBearerConfigurable,org.apache.kafka.common.security.oauthbearer.JwtRetriever
public class ClusterLinkHttpAccessTokenRetriever
extends org.apache.kafka.common.security.oauthbearer.internals.secured.HttpJwtRetriever
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.kafka.common.security.oauthbearer.internals.secured.HttpJwtRetriever
org.apache.kafka.common.security.oauthbearer.internals.secured.HttpJwtRetriever.HttpRequestFormatterAdaptor -
Constructor Summary
ConstructorsConstructorDescriptionClusterLinkHttpAccessTokenRetriever(String clientId, String clientSecret, String scope, String tokenEndpointUrl, boolean urlencodeHeader) -
Method Summary
Methods inherited from class org.apache.kafka.common.security.oauthbearer.internals.secured.HttpJwtRetriever
close, configure, post
-
Constructor Details
-
ClusterLinkHttpAccessTokenRetriever
-
-
Method Details
-
retrieve
- Specified by:
retrievein interfaceorg.apache.kafka.common.security.oauthbearer.JwtRetriever- Overrides:
retrievein classorg.apache.kafka.common.security.oauthbearer.internals.secured.HttpJwtRetriever- Throws:
org.apache.kafka.common.security.oauthbearer.JwtRetrieverException
-