public interface PasswordMechObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
Returns the password of this user object.
|
java.lang.String |
getPasswordMech() |
byte[] |
getSalt()
Returns the salt of this user object.
|
void |
setPasswordMech(java.lang.String passwordMech)
Represents the password encryption mechanism, value is a password mechanism.
|
java.lang.String getPasswordMech()
void setPasswordMech(java.lang.String passwordMech)
passwordMech
- The passwordMech to setjava.lang.String getPassword()
String
containing the passwordbyte[] getSalt()