Package tigase.auth
Interface DomainAware
-
- All Superinterfaces:
Aware
- All Known Implementing Classes:
AuthRepoPlainCallbackHandler,PlainCallbackHandler,PlainSPCallbackHandler,ScramCallbackHandler
public interface DomainAware extends Aware
Interface should be implemented by CallbackHandler instance if domain name rom current XMPP Session should be injected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDomain(String domain)Sets name of domain from XMPP Stream.
-
-
-
Method Detail
-
setDomain
void setDomain(String domain)
Sets name of domain from XMPP Stream.- Parameters:
domain- domain name
-
-