|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.openid.server.manager.login.ForgottenLoginManagerImpl
public class ForgottenLoginManagerImpl
| Constructor Summary | |
|---|---|
ForgottenLoginManagerImpl()
|
|
| 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. |
void |
setCrowdClient(CrowdClient crowdClient)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForgottenLoginManagerImpl()
| Method Detail |
|---|
public void sendResetLink(java.lang.String username)
throws UserNotFoundException,
InvalidEmailAddressException
ForgottenLoginManager
sendResetLink in interface ForgottenLoginManagerusername - 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
public void sendUsernames(java.lang.String email)
throws InvalidEmailAddressException
ForgottenLoginManageremail.
sendUsernames in interface ForgottenLoginManageremail - email address of the user
InvalidEmailAddressException - if the email is not validpublic void setCrowdClient(CrowdClient crowdClient)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||