Uses of Class
tigase.server.CmdAcl
Packages that use CmdAcl
Package
Description
The main package with top level API for server side components.
-
Uses of CmdAcl in tigase.auth.adhoc
Methods in tigase.auth.adhoc that return CmdAcl -
Uses of CmdAcl in tigase.component.adhoc
Methods in tigase.component.adhoc that return CmdAcl -
Uses of CmdAcl in tigase.server
Fields in tigase.server declared as CmdAclMethods in tigase.server that return types with arguments of type CmdAclModifier and TypeMethodDescriptionprotected Map<String, CopyOnWriteArraySet<CmdAcl>> BasicComponent.getCommandACL()Method parameters in tigase.server with type arguments of type CmdAclModifier and TypeMethodDescriptionbooleanBasicComponent.checkCommandAcl(JID jid, String domain, Set<CmdAcl> acl) Check if entity with JID is allowed ot execute command with passed access control list.booleanBasicComponent.checkCommandAcl(JID jid, Set<CmdAcl> acl) Check if entity with JID is allowed ot execute command with passed access control list.voidBasicComponent.setCommandsACL(ConcurrentHashMap<String, CopyOnWriteArraySet<CmdAcl>> commandsACL)