Package | Description |
---|---|
ejb | |
exception |
Modifier and Type | Method and Description |
---|---|
UserJPA |
UserFacadeRemote.addUser(UserJPA newUser)
Remotely invoked method.
|
UserJPA |
UserFacadeBean.addUser(UserJPA newUser)
Adds a new user.
|
UserJPA |
UserFacadeRemote.doLogin(java.lang.String user,
java.lang.String pass)
Do login.
|
UserJPA |
UserFacadeBean.doLogin(java.lang.String userName,
java.lang.String userPass)
Login user.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotSendMailException
The Class CannotSendMailException.
|
class |
CreateUserException
The Class CreateUserException.
|
class |
InternalEncryptionException
The Class CreateUserException.
|
class |
InternalPersistException
The Class InternalPersistException.
|
class |
UserAccessException
The Class UserAccessException.
|
class |
UserNotFoundException
The Class UserNotFoundException.
|