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(java.lang.String domain)Sets name of domain from XMPP Stream.
-