Package | Description |
---|---|
tigase.server |
The main package with top level API for server side components.
|
Modifier and Type | Field and Description |
---|---|
static CmdAcl |
CmdAcl.ADMIN |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicComponent.checkCommandAcl(JID jid,
Set<CmdAcl> acl)
Check if entity with JID is allowed ot execute command with passed access control list.
|
boolean |
BasicComponent.checkCommandAcl(JID jid,
String domain,
Set<CmdAcl> acl)
Check if entity with JID is allowed ot execute command with passed access control list.
|
void |
BasicComponent.setCommandsACL(ConcurrentHashMap<String,CopyOnWriteArraySet<CmdAcl>> commandsACL) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.