public class CustomBearerAuthCredentialProvider extends Object implements BearerAuthCredentialProvider
| Constructor and Description |
|---|
CustomBearerAuthCredentialProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
void |
close() |
void |
configure(Map<String,?> map) |
String |
getBearerToken(URL url) |
String |
getTargetIdentityPoolId() |
String |
getTargetSchemaRegistry() |
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 BearerAuthCredentialProviderpublic void configure(Map<String,?> map)
configure in interface org.apache.kafka.common.Configurablepublic void close()
throws IOException
close in interface BearerAuthCredentialProviderclose in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.