Package tigase.server
Class CmdAcl
- java.lang.Object
-
- tigase.server.CmdAcl
-
public class CmdAcl extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCmdAcl.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CmdAcl.TypegetType()inthashCode()booleanisDomainAllowed(String domain)booleanisJIDAllowed(BareJID jid)StringtoString()
-
-
-
Field Detail
-
ADMIN
public static final CmdAcl ADMIN
-
-
Constructor Detail
-
CmdAcl
public CmdAcl(String value)
-
-
Method Detail
-
getType
public CmdAcl.Type getType()
-
isJIDAllowed
public boolean isJIDAllowed(BareJID jid)
-
isDomainAllowed
public boolean isDomainAllowed(String domain)
-
-