public class BearTokenAuthProviderFactory extends Object implements AuthProviderFactory
BearTokenAuthProvider.| Constructor and Description |
|---|
BearTokenAuthProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
create(Options options) |
String |
identifier()
Returns a unique identifier among same factory interfaces.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAuthProviderpublic String identifier()
FactoryFor consistency, an identifier should be declared as one lower case word (e.g. kafka). If multiple factories exist for different versions, a version should be appended
using "-" (e.g. elasticsearch-7).
identifier in interface Factorypublic AuthProvider create(Options options)
create in interface AuthProviderFactoryCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.