Class ClusterLinkOAuthBearerLoginCallbackHandler

java.lang.Object
org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
io.confluent.kafka.clients.plugins.auth.oauth.ClusterLinkOAuthBearerLoginCallbackHandler
All Implemented Interfaces:
CallbackHandler, org.apache.kafka.common.security.auth.AuthenticateCallbackHandler

public class ClusterLinkOAuthBearerLoginCallbackHandler extends org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
  • Field Summary

    Fields inherited from class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler

    CLIENT_ID_CONFIG, CLIENT_ID_DOC, CLIENT_SECRET_CONFIG, CLIENT_SECRET_DOC, SCOPE_CONFIG, SCOPE_DOC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Map<String,?> configs, String saslMechanism, List<AppConfigurationEntry> jaasConfigEntries)
     

    Methods inherited from class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler

    close, handle, init

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClusterLinkOAuthBearerLoginCallbackHandler

      public ClusterLinkOAuthBearerLoginCallbackHandler()
  • Method Details

    • configure

      public void configure(Map<String,?> configs, String saslMechanism, List<AppConfigurationEntry> jaasConfigEntries)
      Specified by:
      configure in interface org.apache.kafka.common.security.auth.AuthenticateCallbackHandler
      Overrides:
      configure in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler