public class UserInfo extends Object
| Modifier and Type | Method and Description | 
|---|---|
| String | getPassword()Deprecated.  Returns the password string, if available. | 
| byte[] | getPasswordDigest()Deprecated.  returns the password digest, if availalble. | 
| String | getUsername()Deprecated.  | 
| boolean | verifyPassword(String password)Deprecated.  Verifies this UserInfo's password matches the provided password. | 
public String getUsername()
public String getPassword()
public byte[] getPasswordDigest()
public boolean verifyPassword(String password) throws NoSuchAlgorithmException
password - NoSuchAlgorithmException