Modifier and Type | Method and Description |
---|---|
List<WebErrorMessage> |
UserService.CreateUserValidationResult.getPasswordErrors() |
Modifier and Type | Method and Description |
---|---|
List<WebErrorMessage> |
ReferencePreDeleteUserErrors.getPreDeleteUserErrors(ApplicationUser user) |
Collection<WebErrorMessage> |
ReferencePasswordPolicy.validatePolicy(ApplicationUser user,
String oldPassword,
String newPassword) |
Modifier and Type | Class and Description |
---|---|
class |
WebErrorMessageImpl
Basic WebErrorMessage Implementation.
|
Modifier and Type | Method and Description |
---|---|
Collection<WebErrorMessage> |
PasswordPolicyManagerImpl.checkPolicy(ApplicationUser user,
String oldPassword,
String newPassword) |
Collection<WebErrorMessage> |
PasswordPolicyManager.checkPolicy(ApplicationUser user,
String oldPassword,
String newPassword)
Checks the password policies against a proposed password change for an existing user.
|
Collection<WebErrorMessage> |
PasswordPolicyManagerImpl.checkPolicy(String username,
String displayName,
String emailAddress,
String newPassword) |
Collection<WebErrorMessage> |
PasswordPolicyManager.checkPolicy(String username,
String displayName,
String emailAddress,
String password)
Checks the password policies for a proposed new user.
|
List<WebErrorMessage> |
PreDeleteUserErrors.getPreDeleteUserErrors(ApplicationUser user)
This will be called when a user is about to be deleted.
|
com.google.common.collect.ImmutableList<WebErrorMessage> |
PreDeleteUserErrorsManager.getWarnings(ApplicationUser user)
Handles the collecting all the
WebErrorMessage for the pre-delete-user-errors plugin point |
com.google.common.collect.ImmutableList<WebErrorMessage> |
PreDeleteUserErrorsManagerImpl.getWarnings(ApplicationUser user) |
Collection<WebErrorMessage> |
PasswordPolicy.validatePolicy(ApplicationUser user,
String oldPassword,
String newPassword)
This will be called when a user attempts to change a password.
|
Modifier and Type | Method and Description |
---|---|
List<WebErrorMessage> |
SetPassword.getPasswordErrors() |
Modifier and Type | Method and Description |
---|---|
List<WebErrorMessage> |
Signup.getPasswordErrors() |
List<WebErrorMessage> |
ResetPassword.getPasswordErrors() |
List<WebErrorMessage> |
ChangePassword.getPasswordErrors() |
Copyright © 2002-2017 Atlassian. All Rights Reserved.