Uses of Class
org.eclipse.higgins.user.account.Account

Packages that use Account
org.eclipse.higgins.user.account   
 

Uses of Account in org.eclipse.higgins.user.account
 

Methods in org.eclipse.higgins.user.account that return Account
 Account IUserAccountService.createAccount(Serializable userId, Account account)
          Create a new user account
 Account IUserAccountService.getAccount(Serializable userId)
          Get existent account by user identifier
 Account IUserAccountService.modifyAccount(Account account)
          Modify existent user account
 Account Account.setCreated(Date created)
          Set account creation date
 Account Account.setId(String id)
          Set user identifier
 Account Account.setLogin(String login)
          Set user login
 Account Account.setNewPasswordHash(byte[] newPasswordHash)
          Set hash of new user password.
 Account Account.setPassphraseHash(String passphraseHash)
           
 Account Account.setPasswordHash(byte[] passwordHash)
          Set hash of user password
 Account Account.setPasswordIsapMd5(byte[] passwordIsapMd5)
           
 Account Account.setPasswordResetCode(String passwordResetCode)
           
 Account Account.setPrivateUserINumber(String privateUserINumber)
           
 Account Account.setResetCodeDate(Date resetCodeDate)
           
 

Methods in org.eclipse.higgins.user.account with parameters of type Account
 Account IUserAccountService.createAccount(Serializable userId, Account account)
          Create a new user account
 Account IUserAccountService.modifyAccount(Account account)
          Modify existent user account