org.apache.activeio.xnet.hba
Class ExactIPv6AddressPermission

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

public class ExactIPv6AddressPermission
extends java.lang.Object
implements IPAddressPermission

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

Constructor Summary
ExactIPv6AddressPermission(byte[] bytes)
           
ExactIPv6AddressPermission(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

ExactIPv6AddressPermission

public ExactIPv6AddressPermission(byte[] bytes)

ExactIPv6AddressPermission

public ExactIPv6AddressPermission(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.