Class HttpAccessTokenRetriever

java.lang.Object
org.apache.kafka.common.security.oauthbearer.secured.HttpAccessTokenRetriever
All Implemented Interfaces:
Closeable, AutoCloseable, AccessTokenRetriever, Initable

public class HttpAccessTokenRetriever extends Object implements AccessTokenRetriever
HttpAccessTokenRetriever is an AccessTokenRetriever that will communicate with an OAuth/OIDC provider directly via HTTP to post client credentials (OAuthBearerLoginCallbackHandler.CLIENT_ID_CONFIG/OAuthBearerLoginCallbackHandler.CLIENT_SECRET_CONFIG) to a publicized token endpoint URL (SaslConfigs.SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL).
See Also: