@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 CallbackHandler
IOException
UnsupportedCallbackException
public void setAuthRepository(AuthRepository repo)
AuthRepositoryAware
setAuthRepository
in interface AuthRepositoryAware
repo
- AuthRepository.public void setDomain(String domain)
DomainAware
setDomain
in interface DomainAware
domain
- domain nameprotected void handleAuthorizeCallback(AuthorizeCallback authCallback)
protected void handleCallback(Callback callback) throws UnsupportedCallbackException, IOException
protected void handleNameCallback(NameCallback nc) throws IOException
IOException
protected void handleRealmCallback(RealmCallback rc) throws IOException
IOException
protected void handleVerifyPasswordCallback(VerifyPasswordCallback pc) throws IOException
IOException
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.