|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workplace.explorer.CmsExplorerTypeAccess
public class CmsExplorerTypeAccess
Explorer type access object, encapsulates access control entires and lists of a explorer type.
| Constructor Summary | |
|---|---|
CmsExplorerTypeAccess()
Constructor, creates an empty, CmsExplorerTypeAccess object. |
|
| Method Summary | |
|---|---|
void |
addAccessEntry(String key,
String value)
Adds a single access entry to the map of access entries of the explorer type setting. |
void |
createAccessControlList()
Creates the access control list from the temporary map. |
CmsAccessControlList |
getAccessControlList()
Returns the list of access control entries of the explorer type setting. |
Map |
getAccessEntries()
Returns the map of access entries of the explorer type setting. |
boolean |
isEmpty()
Tests if there are any access information stored. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsExplorerTypeAccess()
| Method Detail |
|---|
public void addAccessEntry(String key,
String value)
This stores the configuration data in a map which is used in the initialize process to create the access control list.
key - the principal of the acevalue - the permissions for the principal
public void createAccessControlList()
throws CmsException
CmsException - if reading a group or user failspublic CmsAccessControlList getAccessControlList()
public Map getAccessEntries()
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||