org.apache.openejb.server.auth
Class ExactIPAddressPermission
java.lang.Object
org.apache.openejb.server.auth.ExactIPAddressPermission
- All Implemented Interfaces:
- IPAddressPermission
public class ExactIPAddressPermission
- 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 |
ExactIPAddressPermission
public ExactIPAddressPermission(byte[] bytes)
ExactIPAddressPermission
public ExactIPAddressPermission(String mask)
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.