public abstract class AbstractConnectionConfig extends Object implements ConnectionConfig
| Modifier and Type | Field and Description |
|---|---|
protected EncryptionContext |
encryptionContext |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConnectionConfig(BufferAllocator allocator,
BootStrapContext context) |
| Modifier and Type | Method and Description |
|---|---|
BufferAllocator |
getAllocator() |
AuthenticatorProvider |
getAuthProvider() |
BootStrapContext |
getBootstrapContext() |
EncryptionContext |
getEncryptionCtxt() |
boolean |
isEncryptionEnabled() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprotected EncryptionContext encryptionContext
protected AbstractConnectionConfig(BufferAllocator allocator, BootStrapContext context)
public BootStrapContext getBootstrapContext()
getBootstrapContext in interface ConnectionConfigpublic BufferAllocator getAllocator()
getAllocator in interface ConnectionConfigpublic AuthenticatorProvider getAuthProvider()
getAuthProvider in interface ConnectionConfigpublic boolean isEncryptionEnabled()
isEncryptionEnabled in interface ConnectionConfigpublic EncryptionContext getEncryptionCtxt()
getEncryptionCtxt in interface ConnectionConfigCopyright © 2022 The Apache Software Foundation. All rights reserved.