Uses of Interface
tigase.vhosts.VHostItem
Packages that use VHostItem
Package
Description
The main package with top level API for server side components.
Package containing implementation of all Session Manager plugins
-
Uses of VHostItem in tigase.auth
Methods in tigase.auth with parameters of type VHostItemModifier and TypeMethodDescriptionprotected boolean
DefaultMechanismSelector.isAllowedForDomain
(String mechanismName, VHostItem vhost) -
Uses of VHostItem in tigase.server
Methods in tigase.server that return VHostItem -
Uses of VHostItem in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type VHostItemModifier and TypeMethodDescriptionClientTrustManagerFactory.getManager
(VHostItem vHost) boolean
SeeOtherHost.isEnabled
(VHostItem vHost, SeeOtherHostIfc.Phase ph) boolean
SeeOtherHostIfc.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 phaseboolean
ClientTrustManagerFactory.isTlsNeedClientAuthEnabled
(VHostItem vhost) boolean
ClientTrustManagerFactory.isTlsWantClientAuthEnabled
(VHostItem vhost) -
Uses of VHostItem in tigase.vhosts
Classes in tigase.vhosts that implement VHostItemModifier and TypeClassDescriptionclass
Objects of this class represent virtual host with all hosts configuration settings.protected static class
Methods in tigase.vhosts that return VHostItemModifier and TypeMethodDescriptionVHostComponentRepository.getDefaultVHostItem()
VHostJDBCRepository.getDefaultVHostItem()
VHostManager.DefVHostRepositoryBean.getDefaultVHostItem()
VHostJDBCRepository.getItemInstance()
VHostManager.getVHostItem
(String domain) VHostManagerIfc.getVHostItem
(String domain) Returns an object with all domain properties for given domain.VHostManager.getVHostItemDomainOrComponent
(String domain) VHostManagerIfc.getVHostItemDomainOrComponent
(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 VHostItemMethods in tigase.vhosts with parameters of type VHostItemModifier and TypeMethodDescriptionvoid
VHostJDBCRepository.addItemNoStore
(VHostItem item) default int
void
VHostItemImpl.VHostItemWrapper.setDefaultVHost
(VHostItem item) void
protected static StringBuilder
VHostJDBCRepository.validateItem
(VHostItem item) -
Uses of VHostItem in tigase.xmpp
Fields in tigase.xmpp declared as VHostItemMethods in tigase.xmpp that return VHostItemMethods in tigase.xmpp with parameters of type VHostItem -
Uses of VHostItem in tigase.xmpp.impl
Methods in tigase.xmpp.impl with parameters of type VHostItemModifier and TypeMethodDescriptionprotected void
JabberIqRegister.createAccount
(XMPPResourceConnection session, String user_name, VHostItem domain, String password, String email, Map<String, String> reg_params)