Package | Description |
---|---|
tigase.vhosts | |
tigase.vhosts.filter | |
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
Modifier and Type | Field and Description |
---|---|
protected static DomainFilterPolicy |
VHostItem.DOMAIN_FILTER_POLICY_PROP_DEF |
Modifier and Type | Method and Description |
---|---|
DomainFilterPolicy |
VHostItemDefaults.getDomainFilter() |
DomainFilterPolicy |
VHostItem.getDomainFilter() |
Modifier and Type | Method and Description |
---|---|
void |
VHostItem.setDomainFilter(DomainFilterPolicy domainFilter)
This method allow configure DomainFilterPolicy to be applied during packet filtering.
|
Modifier and Type | Method and Description |
---|---|
static DomainFilterPolicy |
DomainFilterPolicy.valueof(String domainFilteringPolicy)
Helper method returning proper defaults in case parsed value doesn't correspond to any of the available modes.
|
static DomainFilterPolicy |
DomainFilterPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainFilterPolicy[] |
DomainFilterPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DomainFilterPolicy |
DomainFilter.getDomains(XMPPResourceConnection session)
Method retrieves filtering policy based on user session, from most specific to most general, i.e.: first user
session is checked, if that fails then user repository and if there is no rules configured then domain filtering
policy from VHost is being returned (if present).
|
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.