com.openexchange.admin.rmi.dataobjects
Interface PasswordMechObject
- All Known Implementing Classes:
- User
public interface PasswordMechObject
Interface for all Objects containing a password mechanism and a password
- Author:
- choeger
Method Summary |
java.lang.String |
getPassword()
Return the password of this user object. |
java.lang.String |
getPasswordMech()
|
void |
setPasswordMech(java.lang.String passwordMech)
Represents the password encryption mechanism, value is a password
mechanism. |
CRYPT_MECH
static final java.lang.String CRYPT_MECH
- See Also:
- Constant Field Values
SHA_MECH
static final java.lang.String SHA_MECH
- See Also:
- Constant Field Values
getPasswordMech
java.lang.String getPasswordMech()
- Returns:
- the passwordMech
setPasswordMech
void setPasswordMech(java.lang.String passwordMech)
- Represents the password encryption mechanism, value is a password
mechanism. Currently supported mechanisms are "{CRYPT}" and "{SHA}",
see
User.CRYPT_MECH
and User.SHA_MECH
.
- Parameters:
passwordMech
- the passwordMech to set
getPassword
java.lang.String getPassword()
- Return the password of this user object.
- Returns:
- A
String
containing the password