ContextAccess
public class ContextAccessControlList extends java.lang.Object implements ContextAccess
MODIFIABLE, UNMODIFIABLE
Constructor | Description |
---|---|
ContextAccessControlList(boolean defaultAllow,
java.util.List allow,
java.util.List deny) |
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) |
public ContextAccessControlList(boolean defaultAllow, java.util.List allow, java.util.List deny)
public boolean isModifiable(javax.naming.Name name)
isModifiable
in interface ContextAccess
protected boolean isAllowed(javax.naming.Name name)
protected boolean isDenied(javax.naming.Name name)
Copyright © 2005–2018. All rights reserved.