Uses of Class
tigase.server.CmdAcl
-
Packages that use CmdAcl Package Description tigase.server The main package with top level API for server side components. -
-
Uses of CmdAcl in tigase.server
Fields in tigase.server declared as CmdAcl Modifier and Type Field Description static CmdAclCmdAcl. ADMINMethod parameters in tigase.server with type arguments of type CmdAcl Modifier and Type Method Description booleanBasicComponent. checkCommandAcl(JID jid, java.lang.String domain, java.util.Set<CmdAcl> acl)Check if entity with JID is allowed ot execute command with passed access control list.booleanBasicComponent. checkCommandAcl(JID jid, java.util.Set<CmdAcl> acl)Check if entity with JID is allowed ot execute command with passed access control list.voidBasicComponent. setCommandsACL(java.util.concurrent.ConcurrentHashMap<java.lang.String,java.util.concurrent.CopyOnWriteArraySet<CmdAcl>> commandsACL)
-