Sea 0.4.0

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

All Known Implementing Classes:
SmartHostAuthorizer

public interface HostAuthorizer

Interface for mechanism to query whether or not a given host is allowed to perform a certain action.

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

Method Summary
 boolean isAllowed(InetAddress address)
          Returns whether or not the given host (aka InetAddress) is allowed to perform a certain action, depending on the current allow/deny rules.
 

Method Detail

isAllowed

public boolean isAllowed(InetAddress address)
Returns whether or not the given host (aka InetAddress) is allowed to perform a certain action, depending on the current allow/deny rules.

Parameters:
address - the host attempting to be authorized

Sea 0.4.0