Package org.apache.xbean.naming.context
Class ContextAccessControlList
- java.lang.Object
-
- org.apache.xbean.naming.context.ContextAccessControlList
-
- All Implemented Interfaces:
ContextAccess
public class ContextAccessControlList extends java.lang.Object implements ContextAccess
-
-
Field Summary
-
Fields inherited from interface org.apache.xbean.naming.context.ContextAccess
MODIFIABLE, UNMODIFIABLE
-
-
Constructor Summary
Constructors Constructor Description ContextAccessControlList(boolean defaultAllow, java.util.List allow, java.util.List deny)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isAllowed(javax.naming.Name name)
protected boolean
isDenied(javax.naming.Name name)
boolean
isModifiable(javax.naming.Name name)
-
-
-
Method Detail
-
isModifiable
public boolean isModifiable(javax.naming.Name name)
- Specified by:
isModifiable
in interfaceContextAccess
-
isAllowed
protected boolean isAllowed(javax.naming.Name name)
-
isDenied
protected boolean isDenied(javax.naming.Name name)
-
-