org.apache.activeio.xnet.hba
Class FactorizedIPAddressPermission

java.lang.Object
  extended by org.apache.activeio.xnet.hba.FactorizedIPAddressPermission
All Implemented Interfaces:
java.io.Serializable, IPAddressPermission

public class FactorizedIPAddressPermission
extends java.lang.Object
implements IPAddressPermission

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
FactorizedIPAddressPermission(java.lang.String mask)
           
 
Method Summary
static boolean canSupport(java.lang.String mask)
           
 boolean implies(java.net.InetAddress address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactorizedIPAddressPermission

public FactorizedIPAddressPermission(java.lang.String mask)
Method Detail

canSupport

public static boolean canSupport(java.lang.String mask)

implies

public boolean implies(java.net.InetAddress address)
Specified by:
implies in interface IPAddressPermission


Copyright © 2005-2011. All Rights Reserved.