Sea 0.4.0

gov.lbl.dsd.sea.nio.auth
Interface HostAuthorizationRules

All Known Implementing Classes:
SmartHostAuthorizationRules

public interface HostAuthorizationRules

Interface for authorization rules used by SmartHostAuthorizer.

Version:
$Revision: 1.1 $, $Date: 2004/06/17 05:39:00 $

Method Summary
 boolean isMatch(InetAddress address)
          Returns whether or not the given host (aka InetAddress) matches ANY of the current rules.
 

Method Detail

isMatch

public boolean isMatch(InetAddress address)
Returns whether or not the given host (aka InetAddress) matches ANY of the current rules.

Returns:
true if at least one rule matches; false otherwise

Sea 0.4.0