Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.accesscontrol | |
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
Modifier and Type | Field and Description |
---|---|
protected AccessControlList |
Group.accessControlList |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
Group.getAccessControlList()
Gets the AccessControlList of this group.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.setAccessControlList(AccessControlList acl)
Sets the AccessControlList of this group.
|
Modifier and Type | Class and Description |
---|---|
static class |
AccessControlList.NameComparator<T extends AccessControlList>
Comparator sorting ACL alphabetically using their name.
|
Modifier and Type | Method and Description |
---|---|
static <T extends AccessControlList> |
AccessControlList.getNameComparator()
Retrieve a Comparator to sort ACL alphabetically using their name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControlListIndexManager.addGroup(AccessControlList acl,
Group group)
Adds the specified Group to the group Set of the given ACL.
|
java.util.Set<Group> |
AccessControlListIndexManager.getGroupSet(AccessControlList acl)
Returns the Group set using the specified ACL.
|
boolean |
AccessControlListIndexManager.removeGroup(AccessControlList acl,
Group group)
Removes the specified Group from the group Set of the given ACL.
|
Constructor and Description |
---|
AccessControlList(AccessControlList other)
Builds a new AccessControlList by copying all authorization and option of the specified ACL.
|
Modifier and Type | Field and Description |
---|---|
protected AccessControlList |
EditGroupHandler.acl |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
EditAclHandler.getAccessControlList() |
AccessControlList |
EditGroupHandler.getAvailableAccessControlList()
Retrieve the ACL in use for the group being edited.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.