org.apache.qpid.server.security.access.config
Class FirewallRule

java.lang.Object
  extended by org.apache.qpid.server.security.access.config.FirewallRule

public class FirewallRule
extends Object


Field Summary
static String ALLOW
           
static String DENY
           
 
Constructor Summary
FirewallRule(String access, List networks, List hostnames)
           
 
Method Summary
 org.apache.qpid.server.security.Result getAccess()
           
 boolean match(InetAddress remote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW

public static final String ALLOW
See Also:
Constant Field Values

DENY

public static final String DENY
See Also:
Constant Field Values
Constructor Detail

FirewallRule

public FirewallRule(String access,
                    List networks,
                    List hostnames)
Method Detail

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