Class AuthRepoPlainCallbackHandler

java.lang.Object
tigase.auth.impl.AuthRepoPlainCallbackHandler
All Implemented Interfaces:
CallbackHandler, AuthRepositoryAware, Aware, DomainAware

@Deprecated public class AuthRepoPlainCallbackHandler extends Object implements CallbackHandler, AuthRepositoryAware, DomainAware
Deprecated.
This is implementation of CallbackHandler to use with old AuthRepositories. Callback VerifyPasswordCallback uses method AuthRepositoryImpl.plainAuth(BareJID, String) to password verification.