Package tigase.auth.callbacks
Class VerifyPasswordCallback
- java.lang.Object
-
- tigase.auth.callbacks.VerifyPasswordCallback
-
- All Implemented Interfaces:
Callback
public class VerifyPasswordCallback extends Object implements Callback
Class for validate password. Called by SASL mechanisms. If given password is valid then setVerified(true) must be called.
-
-
Constructor Summary
Constructors Constructor Description VerifyPasswordCallback(String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()booleanisVerified()voidsetVerified(boolean verified)
-