public class ApiKeyItem
extends tigase.db.comp.RepositoryItemAbstract
| Constructor and Description |
|---|
ApiKeyItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommandFields(tigase.server.Packet packet) |
String |
getElemName() |
String |
getKey() |
void |
initFromCommand(tigase.server.Packet packet) |
void |
initFromElement(tigase.xml.Element elem) |
void |
initFromPropertyString(String propString) |
boolean |
isAllowed(String key,
String path) |
boolean |
isAllowed(String key,
String domain,
String path) |
tigase.xml.Element |
toElement() |
String |
toPropertyString() |
public String getElemName()
getElemName in class tigase.db.comp.RepositoryItemAbstractpublic String getKey()
public void addCommandFields(tigase.server.Packet packet)
addCommandFields in interface tigase.db.comp.RepositoryItemaddCommandFields in class tigase.db.comp.RepositoryItemAbstractpublic void initFromCommand(tigase.server.Packet packet)
initFromCommand in interface tigase.db.comp.RepositoryIteminitFromCommand in class tigase.db.comp.RepositoryItemAbstractpublic void initFromElement(tigase.xml.Element elem)
initFromElement in interface tigase.db.comp.RepositoryIteminitFromElement in class tigase.db.comp.RepositoryItemAbstractpublic void initFromPropertyString(String propString)
public tigase.xml.Element toElement()
toElement in interface tigase.db.comp.RepositoryItemtoElement in class tigase.db.comp.RepositoryItemAbstractpublic String toPropertyString()
Copyright © 2015 Tigase. All rights reserved.