public class ContextAccessControlList extends java.lang.Object implements ContextAccess
MODIFIABLE, UNMODIFIABLE| Constructor and Description |
|---|
ContextAccessControlList(boolean defaultAllow,
java.util.List allow,
java.util.List deny) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isAllowed(javax.naming.Name name) |
protected boolean |
isDenied(javax.naming.Name name) |
boolean |
isModifiable(javax.naming.Name name) |
public ContextAccessControlList(boolean defaultAllow,
java.util.List allow,
java.util.List deny)
public boolean isModifiable(javax.naming.Name name)
isModifiable in interface ContextAccessprotected boolean isAllowed(javax.naming.Name name)
protected boolean isDenied(javax.naming.Name name)