Class SaslProperties
java.lang.Object
org.apache.drill.exec.rpc.security.SaslProperties
-
Method Summary
Modifier and TypeMethodDescriptiongetSaslProperties
(boolean encryptionEnabled, int wrappedChunkSize) Get's the map of minimum set of SaslProperties required during negotiation process either for encryption or authentication
-
Method Details
-
getSaslProperties
Get's the map of minimum set of SaslProperties required during negotiation process either for encryption or authentication- Parameters:
encryptionEnabled
- - Flag to determine if property needed is for encryption or authenticationwrappedChunkSize
- - Configured wrappedChunkSize to negotiate for.- Returns:
- Map of SaslProperties which will be used in negotiation.
-