org.jumpmind.symmetric.security.inet
Interface IRawInetAddressAuthorizer


public interface IRawInetAddressAuthorizer

Provides lower-level address authorization to allow for raw address bytes to be authorized as opposed to requiring an InetAddress to be created for authorization checks.

Author:
dmichels

Method Summary
 boolean isAuthorized(byte[] addrBytes)
           
 

Method Detail

isAuthorized

boolean isAuthorized(byte[] addrBytes)


Copyright © 2007-2008. All Rights Reserved.