Package tigase.auth.impl
Class PlainSPCallbackHandler
java.lang.Object
tigase.auth.impl.PlainSPCallbackHandler
- All Implemented Interfaces:
CallbackHandler
,AuthRepositoryAware
,Aware
,DomainAware
@Deprecated
public class PlainSPCallbackHandler
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.protected void
handleAuthorizeCallback
(AuthorizeCallback authCallback) Deprecated.protected void
handleCallback
(Callback callback) Deprecated.protected void
Deprecated.protected void
Deprecated.protected void
Deprecated.void
Deprecated.Sets AuthRepository.void
Deprecated.Sets name of domain from XMPP Stream.
-
Field Details
-
domain
Deprecated. -
jid
Deprecated. -
log
Deprecated. -
repo
Deprecated.
-
-
Constructor Details
-
PlainSPCallbackHandler
public PlainSPCallbackHandler()Deprecated.
-
-
Method Details
-
handle
Deprecated.- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-
setAuthRepository
Deprecated.Description copied from interface:AuthRepositoryAware
Sets AuthRepository.- Specified by:
setAuthRepository
in interfaceAuthRepositoryAware
- Parameters:
repo
- AuthRepository.
-
setDomain
Deprecated.Description copied from interface:DomainAware
Sets name of domain from XMPP Stream.- Specified by:
setDomain
in interfaceDomainAware
- Parameters:
domain
- domain name
-
handleAuthorizeCallback
Deprecated. -
handleCallback
Deprecated. -
handleNameCallback
Deprecated.- Throws:
IOException
-
handleRealmCallback
Deprecated.- Throws:
IOException
-
handleVerifyPasswordCallback
Deprecated.- Throws:
IOException
-