org.apache.openejb.server.auth
Class PermitAllPermission

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

public class PermitAllPermission
extends Object
implements IPAddressPermission

Version:
$Rev$ $Date$

Constructor Summary
PermitAllPermission()
           
 
Method Summary
 boolean implies(InetAddress address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermitAllPermission

public PermitAllPermission()
Method Detail

implies

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


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