Uses of Interface
tigase.vhosts.VHostItem
-
Packages that use VHostItem Package Description tigase.auth tigase.server The main package with top level API for server side components.tigase.server.xmppclient tigase.vhosts tigase.xmpp tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of VHostItem in tigase.auth
Methods in tigase.auth with parameters of type VHostItem Modifier and Type Method Description protected booleanDefaultMechanismSelector. isAllowedForDomain(java.lang.String mechanismName, VHostItem vhost) -
Uses of VHostItem in tigase.server
Methods in tigase.server that return VHostItem Modifier and Type Method Description VHostItemBasicComponent. getVHostItem(java.lang.String domain) -
Uses of VHostItem in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type VHostItem Modifier and Type Method Description javax.net.ssl.TrustManager[]ClientTrustManagerFactory. getManager(VHostItem vHost)booleanSeeOtherHost. isEnabled(VHostItem vHost, SeeOtherHostIfc.Phase ph)booleanSeeOtherHostIfc. isEnabled(VHostItem vHost, SeeOtherHostIfc.Phase ph)Performs check whether redirect is enabled in the given phase by default see-other-host redirect is only active in stream:open phasebooleanClientTrustManagerFactory. isTlsNeedClientAuthEnabled(VHostItem vhost)booleanClientTrustManagerFactory. isTlsWantClientAuthEnabled(VHostItem vhost) -
Uses of VHostItem in tigase.vhosts
Classes in tigase.vhosts that implement VHostItem Modifier and Type Class Description classVHostItemImplObjects of this class represent virtual host with all hosts configuration settings.protected static classVHostItemImpl.VHostItemWrapperMethods in tigase.vhosts that return VHostItem Modifier and Type Method Description VHostItemVHostComponentRepository. getDefaultVHostItem()VHostItemVHostJDBCRepository. getDefaultVHostItem()VHostItemVHostManager.DefVHostRepositoryBean. getDefaultVHostItem()VHostItemVHostJDBCRepository. getItemInstance()VHostItemVHostManager. getVHostItem(java.lang.String domain)VHostItemVHostManagerIfc. getVHostItem(java.lang.String domain)Returns an object with all domain properties for given domain.VHostItemVHostManager. getVHostItemDomainOrComponent(java.lang.String domain)VHostItemVHostManagerIfc. getVHostItemDomainOrComponent(java.lang.String domain)Returns an object with all domain properties for a given domain or base domain if passed domain is name of subdomain used by component.Methods in tigase.vhosts that return types with arguments of type VHostItem Modifier and Type Method Description ComponentRepository<VHostItem>VHostManager. getComponentRepository()Methods in tigase.vhosts with parameters of type VHostItem Modifier and Type Method Description voidVHostJDBCRepository. addItemNoStore(VHostItem item)default intVHostItem. compareTo(VHostItem o)voidVHostItemImpl.VHostItemWrapper. setDefaultVHost(VHostItem item)voidVHostItemImpl.VHostItemWrapper. setItem(VHostItem item)protected static java.lang.StringBuilderVHostItemImpl. toString(VHostItem item)java.lang.StringVHostJDBCRepository. validateItem(VHostItem item) -
Uses of VHostItem in tigase.xmpp
Fields in tigase.xmpp declared as VHostItem Modifier and Type Field Description protected VHostItemRepositoryAccess. domainMethods in tigase.xmpp that return VHostItem Modifier and Type Method Description VHostItemRepositoryAccess. getDomain()Methods in tigase.xmpp with parameters of type VHostItem Modifier and Type Method Description voidRepositoryAccess. setDomain(VHostItem domain) -
Uses of VHostItem in tigase.xmpp.impl
Methods in tigase.xmpp.impl with parameters of type VHostItem Modifier and Type Method Description protected voidJabberIqRegister. createAccount(XMPPResourceConnection session, java.lang.String user_name, VHostItem domain, java.lang.String password, java.lang.String email, java.util.Map<java.lang.String,java.lang.String> reg_params)
-