A C D E G I M O P S U

A

Account - Class in org.eclipse.higgins.user.account
 
Account() - Constructor for class org.eclipse.higgins.user.account.Account
 

C

ConfigurationException - Exception in org.eclipse.higgins.user.account.exception
Throws in case of wrong configuration of IUserAccountService
ConfigurationException() - Constructor for exception org.eclipse.higgins.user.account.exception.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.eclipse.higgins.user.account.exception.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.ConfigurationException
 
createAccount(Serializable, Account) - Method in interface org.eclipse.higgins.user.account.IUserAccountService
Create a new user account

D

deleteAccount(Serializable) - Method in interface org.eclipse.higgins.user.account.IUserAccountService
Delete account

E

existsAccount(String) - Method in interface org.eclipse.higgins.user.account.IUserAccountService
Check whether the account with such login exists

G

getAccount(Serializable) - Method in interface org.eclipse.higgins.user.account.IUserAccountService
Get existent account by user identifier
getAccountId(String) - Method in interface org.eclipse.higgins.user.account.IUserAccountService
Return id of account by the login
getCreated() - Method in class org.eclipse.higgins.user.account.Account
 
getId() - Method in class org.eclipse.higgins.user.account.Account
Get user identifier
getLogin() - Method in class org.eclipse.higgins.user.account.Account
Get user login
getNewPasswordHash() - Method in class org.eclipse.higgins.user.account.Account
Get hash of new user password.
getPassphraseHash() - Method in class org.eclipse.higgins.user.account.Account
 
getPasswordHash() - Method in class org.eclipse.higgins.user.account.Account
Get hash of user password
getPasswordHash(String) - Static method in class org.eclipse.higgins.user.account.utils.PasswordUtils
 
getPasswordIsapMd5() - Method in class org.eclipse.higgins.user.account.Account
 
getPasswordIsapMd5() - Method in class org.eclipse.higgins.user.account.callback.IsapMd5PasswordCallback
 
getPasswordResetCode() - Method in class org.eclipse.higgins.user.account.Account
 
getPrivateUserINumber() - Method in class org.eclipse.higgins.user.account.Account
 
getPrivateUserINumber() - Method in class org.eclipse.higgins.user.account.callback.PrivateUserINumberCallback
 
getResetCodeDate() - Method in class org.eclipse.higgins.user.account.Account
 
getService(Map) - Static method in class org.eclipse.higgins.user.account.UserAccountServiceFactory
Looks in configuration map for setting with name SERVICE_NAME which should be an instance of IUserAccountService

I

IsapMd5PasswordCallback - Class in org.eclipse.higgins.user.account.callback
Callback used for user authentication by passwordIsapMd5 password
IsapMd5PasswordCallback() - Constructor for class org.eclipse.higgins.user.account.callback.IsapMd5PasswordCallback
 
IUserAccountService - Interface in org.eclipse.higgins.user.account
Defines the interface for Account user accounts management

M

modifyAccount(Account) - Method in interface org.eclipse.higgins.user.account.IUserAccountService
Modify existent user account

O

org.eclipse.higgins.user.account - package org.eclipse.higgins.user.account
 
org.eclipse.higgins.user.account.callback - package org.eclipse.higgins.user.account.callback
 
org.eclipse.higgins.user.account.exception - package org.eclipse.higgins.user.account.exception
 
org.eclipse.higgins.user.account.utils - package org.eclipse.higgins.user.account.utils
 

P

PasswordUtils - Class in org.eclipse.higgins.user.account.utils
 
PasswordUtils() - Constructor for class org.eclipse.higgins.user.account.utils.PasswordUtils
 
PrivateUserINumberCallback - Class in org.eclipse.higgins.user.account.callback
Callback used for user authentication by privateUserINumber password
PrivateUserINumberCallback() - Constructor for class org.eclipse.higgins.user.account.callback.PrivateUserINumberCallback
 

S

SERVICE_NAME - Static variable in class org.eclipse.higgins.user.account.UserAccountServiceFactory
 
setCreated(Date) - Method in class org.eclipse.higgins.user.account.Account
Set account creation date
setId(String) - Method in class org.eclipse.higgins.user.account.Account
Set user identifier
setLogin(String) - Method in class org.eclipse.higgins.user.account.Account
Set user login
setNewPasswordHash(byte[]) - Method in class org.eclipse.higgins.user.account.Account
Set hash of new user password.
setPassphraseHash(String) - Method in class org.eclipse.higgins.user.account.Account
 
setPasswordHash(byte[]) - Method in class org.eclipse.higgins.user.account.Account
Set hash of user password
setPasswordIsapMd5(byte[]) - Method in class org.eclipse.higgins.user.account.Account
 
setPasswordIsapMd5(byte[]) - Method in class org.eclipse.higgins.user.account.callback.IsapMd5PasswordCallback
 
setPasswordResetCode(String) - Method in class org.eclipse.higgins.user.account.Account
 
setPrivateUserINumber(String) - Method in class org.eclipse.higgins.user.account.Account
 
setPrivateUserINumber(String) - Method in class org.eclipse.higgins.user.account.callback.PrivateUserINumberCallback
 
setResetCodeDate(Date) - Method in class org.eclipse.higgins.user.account.Account
 

U

UserAccountException - Exception in org.eclipse.higgins.user.account.exception
 
UserAccountException() - Constructor for exception org.eclipse.higgins.user.account.exception.UserAccountException
 
UserAccountException(String) - Constructor for exception org.eclipse.higgins.user.account.exception.UserAccountException
 
UserAccountException(Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.UserAccountException
 
UserAccountException(String, Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.UserAccountException
 
UserAccountServiceFactory - Class in org.eclipse.higgins.user.account
Helps to instantiate IUserAccountService authentication service
UserAccountServiceFactory() - Constructor for class org.eclipse.higgins.user.account.UserAccountServiceFactory
 
UserAlreadyExistsException - Exception in org.eclipse.higgins.user.account.exception
Throws by IUserAccountService in the attempt to add a user account with not unique identifier
UserAlreadyExistsException() - Constructor for exception org.eclipse.higgins.user.account.exception.UserAlreadyExistsException
 
UserAlreadyExistsException(String) - Constructor for exception org.eclipse.higgins.user.account.exception.UserAlreadyExistsException
 
UserAlreadyExistsException(Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.UserAlreadyExistsException
 
UserAlreadyExistsException(String, Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.UserAlreadyExistsException
 
UserNotFoundException - Exception in org.eclipse.higgins.user.account.exception
Throws by IUserAccountService in the attempt to get or delete a non-existent user account
UserNotFoundException() - Constructor for exception org.eclipse.higgins.user.account.exception.UserNotFoundException
 
UserNotFoundException(String) - Constructor for exception org.eclipse.higgins.user.account.exception.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception org.eclipse.higgins.user.account.exception.UserNotFoundException
 

A C D E G I M O P S U