public final class SaslProperties extends Object
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getSaslProperties(boolean encryptionEnabled,
int wrappedChunkSize)
Get's the map of minimum set of SaslProperties required during negotiation process either for encryption
or authentication
|
public static Map<String,String> getSaslProperties(boolean encryptionEnabled, int wrappedChunkSize)
encryptionEnabled
- - Flag to determine if property needed is for encryption or authenticationwrappedChunkSize
- - Configured wrappedChunkSize to negotiate for.Copyright © 2021 The Apache Software Foundation. All rights reserved.