public interface PasswordResetterIfc
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String encodedToken,
String password) |
void |
sendToken(BareJID bareJID,
String url) |
void |
validateToken(String encodedToken) |
void changePassword(String encodedToken, String password) throws RepositoryException
RepositoryExceptionvoid validateToken(String encodedToken) throws RepositoryException, RuntimeException
RepositoryExceptionRuntimeExceptionvoid sendToken(BareJID bareJID, String url) throws RepositoryException, Exception
RepositoryExceptionExceptionCopyright © 2004–2021 "Tigase, Inc.". All rights reserved.