public static interface AbstractTransportConnector.AuthenticationConsumer
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String user,
String password,
String pwdEncAlg)
Accepts a user name and a password.
|
boolean accept(String user, String password, String pwdEncAlg)
user - the user namepassword - the passwordpwdEncAlg - the name of the password encryption algorithm, e.g., UTF-8 for plaintexttrue for applied, false for ignored (shall be logged)Copyright © 2022. All rights reserved.