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
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultMechanismSelector.isAllowedForDomain(String mechanismName,
VHostItem vhost) |
Modifier and Type | Method and Description |
---|---|
VHostItem |
BasicComponent.getVHostItem(String domain) |
Modifier and Type | Method and Description |
---|---|
TrustManager[] |
ClientTrustManagerFactory.getManager(VHostItem vHost) |
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 phase
|
boolean |
SeeOtherHost.isEnabled(VHostItem vHost,
SeeOtherHostIfc.Phase ph) |
boolean |
ClientTrustManagerFactory.isTlsNeedClientAuthEnabled(VHostItem vhost) |
boolean |
ClientTrustManagerFactory.isTlsWantClientAuthEnabled(VHostItem vhost) |
Modifier and Type | Class and Description |
---|---|
class |
VHostItemImpl
Objects of this class represent virtual host with all hosts configuration settings.
|
protected static class |
VHostItemImpl.VHostItemWrapper |
Modifier and Type | Method and Description |
---|---|
VHostItem |
VHostManager.DefVHostRepositoryBean.getDefaultVHostItem() |
VHostItem |
VHostJDBCRepository.getDefaultVHostItem() |
VHostItem |
VHostComponentRepository.getDefaultVHostItem() |
VHostItem |
VHostJDBCRepository.getItemInstance() |
VHostItem |
VHostManagerIfc.getVHostItem(String domain)
Returns an object with all domain properties for given domain.
|
VHostItem |
VHostManager.getVHostItem(String domain) |
VHostItem |
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.
|
VHostItem |
VHostManager.getVHostItemDomainOrComponent(String domain) |
Modifier and Type | Method and Description |
---|---|
ComponentRepository<VHostItem> |
VHostManager.getComponentRepository() |
Modifier and Type | Method and Description |
---|---|
void |
VHostJDBCRepository.addItemNoStore(VHostItem item) |
default int |
VHostItem.compareTo(VHostItem o) |
void |
VHostItemImpl.VHostItemWrapper.setDefaultVHost(VHostItem item) |
void |
VHostItemImpl.VHostItemWrapper.setItem(VHostItem item) |
protected static StringBuilder |
VHostItemImpl.toString(VHostItem item) |
String |
VHostJDBCRepository.validateItem(VHostItem item) |
Modifier and Type | Field and Description |
---|---|
protected VHostItem |
RepositoryAccess.domain |
Modifier and Type | Method and Description |
---|---|
VHostItem |
RepositoryAccess.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAccess.setDomain(VHostItem domain) |
Modifier and Type | Method and Description |
---|---|
protected void |
JabberIqRegister.createAccount(XMPPResourceConnection session,
String user_name,
VHostItem domain,
String password,
String email,
Map<String,String> reg_params) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.