|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForgottenLoginManager
Manages functionality related to retrieving forgotten usernames or resetting forgotten passwords.
| Method Summary | |
|---|---|
void |
sendResetLink(java.lang.String username)
Sends a reset link to the first user with the matching username from all the active directories assigned to the application. |
void |
sendUsernames(java.lang.String email)
Sends the usernames associated with the given email address. |
| Method Detail |
|---|
void sendResetLink(java.lang.String username)
throws UserNotFoundException,
InvalidEmailAddressException
username - username of the user to send the password reset link
UserNotFoundException - if no user with the supplied username exists
InvalidEmailAddressException - if the user does not have a valid email address to send the password reset email to
void sendUsernames(java.lang.String email)
throws InvalidEmailAddressException
email.
email - email address of the user
InvalidEmailAddressException - if the email is not valid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||