Uses of Class
tigase.server.CmdAcl
Packages that use CmdAcl
-
Uses of CmdAcl in tigase.server
Fields in tigase.server declared as CmdAclMethod parameters in tigase.server with type arguments of type CmdAclModifier and TypeMethodDescriptionboolean
BasicComponent.checkCommandAcl
(JID jid, String domain, Set<CmdAcl> acl) Check if entity with JID is allowed ot execute command with passed access control list.boolean
BasicComponent.checkCommandAcl
(JID jid, 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)