public interface PasswordRecoveryService
| Modifier and Type | Method and Description |
|---|---|
boolean |
changePass(String tokenId,
String username,
String password) |
String |
getPasswordRecoverURL(String tokenId,
String lang) |
boolean |
sendRecoverPasswordEmail(org.exoplatform.services.organization.User user,
Locale defaultLocale,
javax.servlet.http.HttpServletRequest req) |
org.gatein.wci.security.Credentials |
verifyToken(String tokenId) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.