org.apache.activeio.xnet.hba
Class NetmaskIPAddressPermission

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

public class NetmaskIPAddressPermission
extends Object
implements IPAddressPermission

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

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

Constructor Detail

NetmaskIPAddressPermission

public NetmaskIPAddressPermission(String mask)
Method Detail

canSupport

public static boolean canSupport(String mask)

implies

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


Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.