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
RepositoryException
void validateToken(String encodedToken) throws RepositoryException, RuntimeException
RepositoryException
RuntimeException
void sendToken(BareJID bareJID, String url) throws RepositoryException, Exception
RepositoryException
Exception
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.