| 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 | Field and Description |
|---|---|
protected ComponentRepository<VHostItem> |
VHostManager.repo |
| Modifier and Type | Method and Description |
|---|---|
static VHostItem |
VHostRepoDefaults.getItemInstance() |
VHostItem |
VHostJDBCRepository.getItemInstance() |
VHostItem |
VHostItem.getUnmodifiableVHostItem() |
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 |
|---|---|
protected Class<? extends ComponentRepositoryDataSourceAware<VHostItem,DataSource>> |
VHostManager.DefVHostRepositoryBean.findClassForDataSource(DataSource dataSource) |
ComponentRepository<VHostItem> |
VHostManager.getComponentRepository() |
| Modifier and Type | Method and Description |
|---|---|
int |
VHostItem.compareTo(VHostItem o) |
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–2019 "Tigase, Inc.". All rights reserved.