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 ChangePasswordFormValidator |
DefaultUserPasswordService.getChangePasswordFormValidator() |
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 |
DefaultChangePasswordFormValidator |
Modifier and Type | Method and Description |
---|---|
ChangePasswordFormValidator |
ValidationAutoConfiguration.changePasswordFormValidator(PasswordRequestValidator passwordValidator,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) |
Copyright © 2021. All rights reserved.