@Deprecated public class AuthRepoPlainCallbackHandler extends Object implements CallbackHandler, AuthRepositoryAware, DomainAware
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain
Deprecated.
|
protected BareJID |
jid
Deprecated.
|
protected Logger |
log
Deprecated.
|
protected AuthRepository |
repo
Deprecated.
|
| Constructor and Description |
|---|
AuthRepoPlainCallbackHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks)
Deprecated.
|
protected void |
handleAuthorizeCallback(AuthorizeCallback authCallback)
Deprecated.
|
protected void |
handleCallback(Callback callback)
Deprecated.
|
protected void |
handleNameCallback(NameCallback nc)
Deprecated.
|
protected void |
handleRealmCallback(RealmCallback rc)
Deprecated.
|
protected void |
handleVerifyPasswordCallback(VerifyPasswordCallback pc)
Deprecated.
|
void |
setAuthRepository(AuthRepository repo)
Deprecated.
Sets AuthRepository.
|
void |
setDomain(String domain)
Deprecated.
Sets name of domain from XMPP Stream.
|
protected String domain
protected BareJID jid
protected Logger log
protected AuthRepository repo
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionpublic void setAuthRepository(AuthRepository repo)
AuthRepositoryAwaresetAuthRepository in interface AuthRepositoryAwarerepo - AuthRepository.public void setDomain(String domain)
DomainAwaresetDomain in interface DomainAwaredomain - domain nameprotected void handleAuthorizeCallback(AuthorizeCallback authCallback)
protected void handleCallback(Callback callback) throws UnsupportedCallbackException, IOException
protected void handleNameCallback(NameCallback nc) throws IOException
IOExceptionprotected void handleRealmCallback(RealmCallback rc) throws IOException
IOExceptionprotected void handleVerifyPasswordCallback(VerifyPasswordCallback pc) throws IOException
IOExceptionCopyright © 2004–2020 "Tigase, Inc.". All rights reserved.