|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.user.account.Account
public class Account
| Constructor Summary | |
|---|---|
Account()
|
|
| Method Summary | |
|---|---|
Date |
getCreated()
|
String |
getId()
Get user identifier |
String |
getLogin()
Get user login |
byte[] |
getNewPasswordHash()
Get hash of new user password. |
String |
getPassphraseHash()
|
byte[] |
getPasswordHash()
Get hash of user password |
byte[] |
getPasswordIsapMd5()
|
String |
getPasswordResetCode()
|
String |
getPrivateUserINumber()
|
Date |
getResetCodeDate()
|
Account |
setCreated(Date created)
Set account creation date |
Account |
setId(String id)
Set user identifier |
Account |
setLogin(String login)
Set user login |
Account |
setNewPasswordHash(byte[] newPasswordHash)
Set hash of new user password. |
Account |
setPassphraseHash(String passphraseHash)
|
Account |
setPasswordHash(byte[] passwordHash)
Set hash of user password |
Account |
setPasswordIsapMd5(byte[] passwordIsapMd5)
|
Account |
setPasswordResetCode(String passwordResetCode)
|
Account |
setPrivateUserINumber(String privateUserINumber)
|
Account |
setResetCodeDate(Date resetCodeDate)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Account()
| Method Detail |
|---|
public Date getCreated()
public Account setCreated(Date created)
created - public String getLogin()
public Account setLogin(String login)
login - public String getId()
public Account setId(String id)
id - public byte[] getPasswordHash()
public Account setPasswordHash(byte[] passwordHash)
passwordHash - public byte[] getNewPasswordHash()
public Account setNewPasswordHash(byte[] newPasswordHash)
newPasswordHash - public byte[] getPasswordIsapMd5()
public Account setPasswordIsapMd5(byte[] passwordIsapMd5)
passwordIsapMd5 - public String getPassphraseHash()
public Account setPassphraseHash(String passphraseHash)
passphraseHash - public String getPasswordResetCode()
public Account setPasswordResetCode(String passwordResetCode)
passwordResetCode - public Date getResetCodeDate()
public Account setResetCodeDate(Date resetCodeDate)
resetCodeDate - public String getPrivateUserINumber()
public Account setPrivateUserINumber(String privateUserINumber)
privateUserINumber -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||