tigase.auth.callbacks
Class VerifyPasswordCallback

java.lang.Object
  extended by 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
VerifyPasswordCallback(String password)
           
 
Method Summary
 String getPassword()
           
 boolean isVerified()
           
 void setVerified(boolean verified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyPasswordCallback

public VerifyPasswordCallback(String password)
Method Detail

getPassword

public String getPassword()

isVerified

public boolean isVerified()

setVerified

public void setVerified(boolean verified)


Copyright © 2013 Tigase. All rights reserved.