Package org.apache.activeio.xnet.hba
Class ExactIPAddressPermission
- java.lang.Object
-
- org.apache.activeio.xnet.hba.ExactIPAddressPermission
-
- All Implemented Interfaces:
java.io.Serializable
,IPAddressPermission
public class ExactIPAddressPermission extends java.lang.Object implements IPAddressPermission
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExactIPAddressPermission(byte[] bytes)
ExactIPAddressPermission(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
-
-