org.apache.openejb.server.auth
Class ExactIPv6AddressPermission
java.lang.Object
org.apache.openejb.server.auth.ExactIPv6AddressPermission
- All Implemented Interfaces:
- IPAddressPermission
public class ExactIPv6AddressPermission
- extends Object
- implements IPAddressPermission
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExactIPv6AddressPermission
public ExactIPv6AddressPermission(byte[] bytes)
ExactIPv6AddressPermission
public ExactIPv6AddressPermission(String mask)
canSupport
public static boolean canSupport(String mask)
implies
public boolean implies(InetAddress address)
- Specified by:
implies
in interface IPAddressPermission
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.