org.apache.openejb.server.auth
Class NetmaskIPv6AddressPermission

java.lang.Object
  extended by org.apache.openejb.server.auth.NetmaskIPv6AddressPermission
All Implemented Interfaces:
IPAddressPermission

public class NetmaskIPv6AddressPermission
extends Object
implements IPAddressPermission

Version:
$Revision$ $Date$

Constructor Summary
NetmaskIPv6AddressPermission(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

NetmaskIPv6AddressPermission

public NetmaskIPv6AddressPermission(String mask)
Method Detail

canSupport

public static boolean canSupport(String mask)

implies

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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.