public class SaslUtils extends Object
Modifier and Type | Method and Description |
---|---|
static PlainTextSaslNettyClient |
enableSaslPlainText(String usernameFile,
String passwordFile)
Parse username and password files for SASL authentication.
|
public static PlainTextSaslNettyClient enableSaslPlainText(String usernameFile, String passwordFile)
usernameFile
- Username file path string.passwordFile
- Password file path string.Copyright © 2019 CorfuDB. All rights reserved.