public class StaticTokenCredentialProvider extends Object implements BearerAuthCredentialProvider
| Constructor and Description |
|---|
StaticTokenCredentialProvider() |
| 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 String alias()
alias in interface BearerAuthCredentialProviderpublic String getTargetSchemaRegistry()
getTargetSchemaRegistry in interface BearerAuthCredentialProviderpublic String getTargetIdentityPoolId()
getTargetIdentityPoolId in interface BearerAuthCredentialProviderpublic void configure(Map<String,?> configs)
configure in interface org.apache.kafka.common.Configurablepublic String getBearerToken(URL url)
getBearerToken in interface BearerAuthCredentialProviderCopyright © 2025 Confluent, Inc.. All rights reserved.