org.apache.openejb.server.auth
public class: PermitAllPermission [javadoc |
source]
java.lang.Object
org.apache.openejb.server.auth.PermitAllPermission
All Implemented Interfaces:
IPAddressPermission
Method from org.apache.openejb.server.auth.PermitAllPermission Summary: |
---|
implies |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.openejb.server.auth.PermitAllPermission Detail: |
public boolean implies(InetAddress address) {
return true;
}
|