Package | Description |
---|---|
ejb |
Modifier and Type | Method and Description |
---|---|
void |
UserFacadeRemote.sendActivationMail(UserJPA user,
java.lang.String serverString)
Send activation mail.
|
void |
UserFacadeBean.sendActivationMail(UserJPA user,
java.lang.String serverString)
Method responsible for sending a email to the user, including a link to
activate his user account.
|
void |
UserFacadeRemote.sendPasswordResetMail(UserJPA user,
java.lang.String serverString)
Send password reset mail.
|
void |
UserFacadeBean.sendPasswordResetMail(UserJPA user,
java.lang.String serverString)
Sends the user a link to reset the password.
|