Package org.apache.activeio.xnet.hba
Class ExactIPv6AddressPermission
- java.lang.Object
-
- 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
Constructors Constructor Description ExactIPv6AddressPermission(byte[] bytes)
ExactIPv6AddressPermission(java.lang.String mask)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
canSupport(java.lang.String mask)
boolean
implies(java.net.InetAddress address)
-
-
-
Method Detail
-
canSupport
public static boolean canSupport(java.lang.String mask)
-
implies
public boolean implies(java.net.InetAddress address)
- Specified by:
implies
in interfaceIPAddressPermission
-
-