org.apache.xbean.naming.context
Class ContextAccessControlList

java.lang.Object
  extended by org.apache.xbean.naming.context.ContextAccessControlList
All Implemented Interfaces:
ContextAccess

public class ContextAccessControlList
extends java.lang.Object
implements ContextAccess

Version:
$Rev$ $Date$

Field Summary
 
Fields inherited from interface org.apache.xbean.naming.context.ContextAccess
MODIFIABLE, UNMODIFIABLE
 
Constructor Summary
ContextAccessControlList(boolean defaultAllow, java.util.List allow, java.util.List deny)
           
 
Method Summary
protected  boolean isAllowed(javax.naming.Name name)
           
protected  boolean isDenied(javax.naming.Name name)
           
 boolean isModifiable(javax.naming.Name name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAccessControlList

public ContextAccessControlList(boolean defaultAllow,
                                java.util.List allow,
                                java.util.List deny)
Method Detail

isModifiable

public boolean isModifiable(javax.naming.Name name)
Specified by:
isModifiable in interface ContextAccess

isAllowed

protected boolean isAllowed(javax.naming.Name name)

isDenied

protected boolean isDenied(javax.naming.Name name)


Copyright © 2005-2011. All Rights Reserved.