Package tigase.vhosts.filter
Class CustomDomainFilter
- java.lang.Object
-
- tigase.vhosts.filter.CustomDomainFilter
-
public final class CustomDomainFilter extends Object
- Author:
- Wojtek
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisAllowed(JID source, JID destination, String rules)static booleanisAllowed(JID source, JID destination, String[] rules)static booleanisAllowed(JID source, JID destination, Set<Rule> rules)static Set<Rule>parseRules(String rules)static Set<Rule>parseRules(String[] rules)
-
-
-
Method Detail
-
parseRules
public static Set<Rule> parseRules(String[] rules) throws ParseException
- Throws:
ParseException
-
parseRules
public static Set<Rule> parseRules(String rules) throws ParseException
- Throws:
ParseException
-
-