Package | Description |
---|---|
com.broadleafcommerce.auth.user.service.password |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultUserPasswordService.createResetPasswordToken(String clientId,
String username) |
boolean |
UserPasswordService.createResetPasswordToken(String clientId,
String username)
Creates a reset password token for the specified user, if they exist.
|
protected boolean |
DefaultUserPasswordService.createResetPasswordTokenForUser(U user,
String clientId) |
boolean |
DefaultUserPasswordService.createTokenForUser(String clientId,
String username) |
boolean |
UserPasswordService.createTokenForUser(String clientId,
String username)
Deprecated.
|
Copyright © 2021. All rights reserved.