Modifier and Type | Method and Description |
---|---|
void |
RestCrowdClient.requestPasswordReset(String username) |
void |
RestCrowdClient.requestUsernames(String email) |
Modifier and Type | Method and Description |
---|---|
void |
ForgottenLoginManagerImpl.sendResetLink(Application application,
String username,
int tokenExpirySeconds) |
void |
ForgottenLoginManager.sendResetLink(Application application,
String username,
int tokenExpirySeconds)
Sends a reset link to the first user with the matching username from all the active directories assigned
to the application.
|
void |
ForgottenLoginManagerImpl.sendResetLink(long directoryId,
String username,
int tokenExpirySeconds) |
void |
ForgottenLoginManager.sendResetLink(long directoryId,
String username,
int tokenExpirySeconds)
Sends a reset link to the user with specified username and directory ID.
|
boolean |
ForgottenLoginManagerImpl.sendUsernames(Application application,
String email) |
boolean |
ForgottenLoginManager.sendUsernames(Application application,
String email)
Sends the usernames associated with the given email address.
|
Modifier and Type | Method and Description |
---|---|
void |
ForgottenLoginMailer.mailResetPasswordLink(User user,
String resetLink)
Mails the reset password link to the
user . |
void |
ForgottenLoginMailer.mailUsernames(User user,
List<String> usernames)
Mails the list of usernames to the
user . |
Modifier and Type | Method and Description |
---|---|
void |
ForgottenLoginManagerImpl.sendResetLink(String username) |
void |
ForgottenLoginManager.sendResetLink(String username)
Sends a reset link to the first user with the matching username from all the active directories assigned
to the application.
|
void |
ForgottenLoginManagerImpl.sendUsernames(String email) |
void |
ForgottenLoginManager.sendUsernames(String email)
Sends the usernames associated with the given email address.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
InvalidEmailAddressExceptionMapper.toResponse(InvalidEmailAddressException exception) |
Modifier and Type | Method and Description |
---|---|
void |
UsersController.requestPasswordReset(String username)
Requests a password reset.
|
boolean |
UsersController.requestUsernames(String email)
Requests an email to be sent containing usernames associated with the given email address.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.requestPasswordReset(String userName)
Sends the user a password reset link to the user's email address
|
javax.ws.rs.core.Response |
UsersResource.requestUsernamesReminder(String email)
Requests an email to be sent containing usernames associated with the given email address.
|
Modifier and Type | Method and Description |
---|---|
void |
CrowdClient.requestPasswordReset(String username)
Requests a password reset.
|
void |
CrowdClient.requestUsernames(String email)
Sends the usernames associated with the given email address.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityServerClientImpl.resetPrincipalCredential(String principal) |
void |
SecurityServerClient.resetPrincipalCredential(String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidEmailAddressException e) |
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(InvalidEmailAddressException e) |
Copyright © 2020 Atlassian. All rights reserved.