org.apache.qpid.server.security.access.config
Class FirewallRule
java.lang.Object
org.apache.qpid.server.security.access.config.FirewallRule
public class FirewallRule
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALLOW
public static final String ALLOW
- See Also:
- Constant Field Values
DENY
public static final String DENY
- See Also:
- Constant Field Values
FirewallRule
public FirewallRule(String access,
List networks,
List hostnames)
match
public boolean match(InetAddress remote)
throws FirewallException
- Throws:
FirewallException
getAccess
public org.apache.qpid.server.security.Result getAccess()
Licensed to the Apache Software Foundation