| Modifier and Type | Method and Description |
|---|---|
UserPasswordService<PasswordToken,User> |
AuthServiceServiceAutoConfiguration.userPasswordService(UserService<User> userService,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder,
UserMessagingService<User> messageService,
ResetPasswordFormValidator<PasswordToken> resetPasswordFormValidator,
ChangePasswordFormValidator changePasswordFormValidator,
UserLockoutService userLockoutService,
PasscodeService<PasswordToken,User> defaultPasscodeService) |
| Modifier and Type | Method and Description |
|---|---|
protected ResetPasswordFormValidator<P> |
DefaultUserPasswordService.getResetPasswordFormValidator() |
| Constructor and Description |
|---|
DefaultUserPasswordService(UserService<U> userService,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder,
UserMessagingService<U> messageService,
ResetPasswordFormValidator<P> resetPasswordFormValidator,
ChangePasswordFormValidator changePasswordFormValidator,
UserLockoutService userLockoutService,
PasscodeService<P,U> passcodeService) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResetPasswordFormValidator<P extends PasswordToken> |
| Modifier and Type | Method and Description |
|---|---|
ResetPasswordFormValidator<PasswordToken> |
ValidationAutoConfiguration.resetPasswordFormValidator(UsernameValidator usernameValidator,
PasswordRequestValidator passwordValidator,
PasswordTokenValidator<PasswordToken> passwordTokenValidator) |
Copyright © 2021. All rights reserved.