Package tigase.auth
Interface PasswordResetterIfc
-
public interface PasswordResetterIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangePassword(String encodedToken, String password)voidsendToken(BareJID bareJID, String url)voidvalidateToken(String encodedToken)
-
-
-
Method Detail
-
changePassword
void changePassword(String encodedToken, String password) throws RepositoryException
- Throws:
RepositoryException
-
validateToken
void validateToken(String encodedToken) throws RepositoryException, RuntimeException
- Throws:
RepositoryExceptionRuntimeException
-
sendToken
void sendToken(BareJID bareJID, String url) throws RepositoryException, Exception
- Throws:
RepositoryExceptionException
-
-