gnu.crypto.sasl.plain
public class PasswordFile extends Object
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| PasswordFile() | |
| PasswordFile(File pwFile) | |
| PasswordFile(String fileName) | |
| Method Summary | |
|---|---|
| void | add(String user, String passwd, String[] attributes) |
| void | changePasswd(String user, String passwd) |
| boolean | contains(String s) |
| String[] | lookup(String user) |