|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.auth.impl.AuthRepoPlainCallbackHandler
public class AuthRepoPlainCallbackHandler
This is implementation of CallbackHandler to use with old AuthRepositories. Callback VerifyPasswordCallback uses method AuthRepository.plainAuth(BareJID, String) to password verification.
| Field Summary | |
|---|---|
protected Logger |
log
Field description |
| Constructor Summary | |
|---|---|
AuthRepoPlainCallbackHandler()
|
|
| Method Summary | |
|---|---|
void |
handle(Callback[] callbacks)
Method description |
void |
setAuthRepository(AuthRepository repo)
Method description |
void |
setDomain(String domain)
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Logger log
| Constructor Detail |
|---|
public AuthRepoPlainCallbackHandler()
| Method Detail |
|---|
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
handle in interface CallbackHandlercallbacks -
IOException
UnsupportedCallbackExceptionpublic void setAuthRepository(AuthRepository repo)
setAuthRepository in interface AuthRepositoryAwarerepo - public void setDomain(String domain)
setDomain in interface DomainAwaredomain -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||