public class SaslOauthCredentialProvider extends Object implements BearerAuthCredentialProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
SASL_IDENTITY_POOL_CONFIG |
| Constructor and Description |
|---|
SaslOauthCredentialProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
void |
configure(Map<String,?> configs) |
String |
getBearerToken(URL url) |
String |
getTargetIdentityPoolId() |
String |
getTargetSchemaRegistry() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic static final String SASL_IDENTITY_POOL_CONFIG
public String alias()
alias in interface BearerAuthCredentialProviderpublic String getBearerToken(URL url)
getBearerToken in interface BearerAuthCredentialProviderpublic String getTargetSchemaRegistry()
getTargetSchemaRegistry in interface BearerAuthCredentialProviderpublic String getTargetIdentityPoolId()
getTargetIdentityPoolId in interface BearerAuthCredentialProviderCopyright © 2025 Confluent, Inc.. All rights reserved.