Package tigase.vhosts
Class VHostItemImpl.VHostItemWrapper
- java.lang.Object
-
- tigase.vhosts.VHostItemImpl.VHostItemWrapper
-
- All Implemented Interfaces:
java.lang.Comparable<VHostItem>,RepositoryItem,VHostItem
- Enclosing class:
- VHostItemImpl
protected static class VHostItemImpl.VHostItemWrapper extends java.lang.Object implements VHostItem
-
-
Field Summary
-
Fields inherited from interface tigase.vhosts.VHostItem
DEF_VHOST_KEY
-
-
Constructor Summary
Constructors Constructor Description VHostItemWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommandFields(Packet packet)The method is used for handling ad-hoc commands.java.lang.String[]getAdmins()Returns an array with the Item administrators, that is people IDs who can manage, configure and control less critical elements of the Item, like changing less critical configuration settings.int[]getC2SPortsAllowed()java.lang.String[]getComps()<T> TgetData(java.lang.String key)DomainFilterPolicygetDomainFilter()java.lang.String[]getDomainFilterDomains()<T extends VHostItemExtension>
TgetExtension(java.lang.Class<T> clazz)java.util.Set<java.lang.Class<? extends VHostItemExtension>>getExtensionClasses()<T extends VHostItemExtension>
java.util.Set<T>getExtensions()java.lang.StringgetKey()Returns a unique key for the item in the repository.java.lang.LonggetMaxUsersNumber()JIDgetMessageForward()java.lang.StringgetOtherDomainParams()java.lang.StringgetOwner()Returns the owner ID of the item.JIDgetPresenceForward()java.lang.StringgetS2sSecret()java.lang.String[]getSaslAllowedMechanisms()java.util.Set<java.lang.String>getTrustedJIDs()JIDgetVhost()voidinitFromCommand(Packet packet)The method used for handling ad-hoc commands.voidinitFromElement(Element elem)The item can be also initialized from a more complex repositories: XML repository or SQL database.voidinitFromPropertyString(java.lang.String propString)The item can be initialized based on the data loaded from a configuration file.booleanisAnonymousEnabled()booleanisData(java.lang.String key)booleanisEnabled()booleanisOwner(java.lang.String id)The method checks whether the person with given ID is the Item owner.booleanisRegisterEnabled()booleanisTlsRequired()protected voidreadOnly()voidrefresh()voidsetAdmins(java.lang.String[] admins)Returns an array with the Item administrators, that is people IDs who can manage, configure and control less critical elements of the Item, like changing less critical configuration settings.voidsetDefaultVHost(VHostItem item)voidsetItem(VHostItem item)voidsetKey(java.lang.String domain)voidsetOwner(java.lang.String owner)Set the Item owner.voidsetVHostDefaults(VHostItemDefaults vHostDefaults)ElementtoElement()Item data can be stored in a more complex form than a simple property string.java.lang.StringtoPropertyString()The item can be initialized based on the data loaded from a configuration file.java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface tigase.vhosts.VHostItem
compareTo, getMessageForwardAddress, getPresenceForwardAddress, isAdmin, isTrustedJID
-
-
-
-
Method Detail
-
setItem
public void setItem(VHostItem item)
-
setDefaultVHost
public void setDefaultVHost(VHostItem item)
-
setVHostDefaults
public void setVHostDefaults(VHostItemDefaults vHostDefaults)
-
refresh
public void refresh()
-
getC2SPortsAllowed
public int[] getC2SPortsAllowed()
- Specified by:
getC2SPortsAllowedin interfaceVHostItem
-
getDomainFilter
public DomainFilterPolicy getDomainFilter()
- Specified by:
getDomainFilterin interfaceVHostItem
-
getDomainFilterDomains
public java.lang.String[] getDomainFilterDomains()
- Specified by:
getDomainFilterDomainsin interfaceVHostItem
-
getExtension
public <T extends VHostItemExtension> T getExtension(java.lang.Class<T> clazz)
- Specified by:
getExtensionin interfaceVHostItem
-
getExtensions
public <T extends VHostItemExtension> java.util.Set<T> getExtensions()
- Specified by:
getExtensionsin interfaceVHostItem
-
getExtensionClasses
public java.util.Set<java.lang.Class<? extends VHostItemExtension>> getExtensionClasses()
- Specified by:
getExtensionClassesin interfaceVHostItem
-
getMaxUsersNumber
public java.lang.Long getMaxUsersNumber()
- Specified by:
getMaxUsersNumberin interfaceVHostItem
-
getMessageForward
public JID getMessageForward()
- Specified by:
getMessageForwardin interfaceVHostItem
-
getOtherDomainParams
public java.lang.String getOtherDomainParams()
- Specified by:
getOtherDomainParamsin interfaceVHostItem
-
getPresenceForward
public JID getPresenceForward()
- Specified by:
getPresenceForwardin interfaceVHostItem
-
getS2sSecret
public java.lang.String getS2sSecret()
- Specified by:
getS2sSecretin interfaceVHostItem
-
getTrustedJIDs
public java.util.Set<java.lang.String> getTrustedJIDs()
- Specified by:
getTrustedJIDsin interfaceVHostItem
-
isAnonymousEnabled
public boolean isAnonymousEnabled()
- Specified by:
isAnonymousEnabledin interfaceVHostItem
-
isRegisterEnabled
public boolean isRegisterEnabled()
- Specified by:
isRegisterEnabledin interfaceVHostItem
-
isTlsRequired
public boolean isTlsRequired()
- Specified by:
isTlsRequiredin interfaceVHostItem
-
getSaslAllowedMechanisms
public java.lang.String[] getSaslAllowedMechanisms()
- Specified by:
getSaslAllowedMechanismsin interfaceVHostItem
-
addCommandFields
public void addCommandFields(Packet packet)
Description copied from interface:RepositoryItemThe method is used for handling ad-hoc commands. The 'empty' ad-hoc command packet is provided and the Item should fill it with fields for the user.- Specified by:
addCommandFieldsin interfaceRepositoryItem- Parameters:
packet- with empty ad-hoc command to fill with fields
-
getAdmins
public java.lang.String[] getAdmins()
Description copied from interface:RepositoryItemReturns an array with the Item administrators, that is people IDs who can manage, configure and control less critical elements of the Item, like changing less critical configuration settings. Administrators cannot remove the Item or change the owner or add/remove administrators.- Specified by:
getAdminsin interfaceRepositoryItem- Returns:
- an array with the Item administrators IDs.
-
setAdmins
public void setAdmins(java.lang.String[] admins)
Description copied from interface:RepositoryItemReturns an array with the Item administrators, that is people IDs who can manage, configure and control less critical elements of the Item, like changing less critical configuration settings. Administrators cannot remove the Item or change the owner or add/remove administrators.- Specified by:
setAdminsin interfaceRepositoryItem- Parameters:
admins- is an array with the Item administrators IDs to set for the Item.
-
getKey
public java.lang.String getKey()
Description copied from interface:RepositoryItemReturns a unique key for the item in the repository. All items are stored in a memory cache which is a Map. And the key returned by this method is the item identifier in the Map.- Specified by:
getKeyin interfaceRepositoryItem- Returns:
- an Item key.
-
getOwner
public java.lang.String getOwner()
Description copied from interface:RepositoryItemReturns the owner ID of the item. This is used for a management to allow fine tuned service administration with roles assigned to specific elements and items. Normally only owner can perform some critical actions like removing the item, managing item administrators or changing owner.
There can be only one Item owner.- Specified by:
getOwnerin interfaceRepositoryItem- Returns:
- an ID of the Item owner.
-
setOwner
public void setOwner(java.lang.String owner)
Description copied from interface:RepositoryItemSet the Item owner. This is used for a management to allow fine tuned service administration with roles assigned to specific elements and items. Normally only owner can perform some critical actions like removing the item, managing item administrators or changing owner.
There can be only one Item owner.- Specified by:
setOwnerin interfaceRepositoryItem- Parameters:
owner- is the Item owner ID.
-
initFromCommand
public void initFromCommand(Packet packet)
Description copied from interface:RepositoryItemThe method used for handling ad-hoc commands. After a user fills all given field the ad-hoc command packet is passed back to the item to initialize it with data. Similar method to initFromElement(), but the data source is different.- Specified by:
initFromCommandin interfaceRepositoryItem- Parameters:
packet- with ad-hoc command filled by the user.
-
initFromElement
public void initFromElement(Element elem)
Description copied from interface:RepositoryItemThe item can be also initialized from a more complex repositories: XML repository or SQL database. In such a case more complex representation is prefered, possibly carrying more information about the item. The method is called to initialize the item with a data parsed from an XML representation of the repository.- Specified by:
initFromElementin interfaceRepositoryItem- Parameters:
elem- XML Element with all the item initialization data.
-
initFromPropertyString
public void initFromPropertyString(java.lang.String propString)
Description copied from interface:RepositoryItemThe item can be initialized based on the data loaded from a configuration file. In such a case the item representation is usually very simplified as a list of parameters separated by a marker. Please note, usually each item is separated from another with a comma, therefore do not use a comma in the item property string. Double collon is commonly used alternative.- Specified by:
initFromPropertyStringin interfaceRepositoryItem- Parameters:
propString- is a property string to initialize the RepositoryItem.
-
isOwner
public boolean isOwner(java.lang.String id)
Description copied from interface:RepositoryItemThe method checks whether the person with given ID is the Item owner.- Specified by:
isOwnerin interfaceRepositoryItem- Parameters:
id- is an ID of a person for whom we check access permissions.- Returns:
- true of the given ID is on the Item owner and false otherwise.
-
toElement
public Element toElement()
Description copied from interface:RepositoryItemItem data can be stored in a more complex form than a simple property string. The XML Element can contain much more detailed information about the element than the simplified form and is used to store the repository item in more advanced repositories then just property file. XML repository or SQL database can keep many records for repository item with as much detailed information as needed.- Specified by:
toElementin interfaceRepositoryItem- Returns:
- an XML Element with all the item initialization data.
-
toPropertyString
public java.lang.String toPropertyString()
Description copied from interface:RepositoryItemThe item can be initialized based on the data loaded from a configuration file. In such a case the item representation is usually very simplified as a list of parameters separated by a marker. Please note, usually each item is separated from another with a comma, therefore do not use a comma in the item property string. Double collon is commonly used alternative.- Specified by:
toPropertyStringin interfaceRepositoryItem- Returns:
- a property string representing the repository item in a simplified form.
-
readOnly
protected void readOnly()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-