|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlList | |
---|---|
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). |
Uses of AccessControlList in com.jalios.jcms |
---|
Fields in com.jalios.jcms declared as AccessControlList | |
---|---|
protected AccessControlList |
Group.accessControlList
|
Methods in com.jalios.jcms that return AccessControlList | |
---|---|
AccessControlList |
Group.getAccessControlList()
Gets the AccessControlList of this group. |
Methods in com.jalios.jcms with parameters of type AccessControlList | |
---|---|
void |
Group.setAccessControlList(AccessControlList acl)
Sets the AccessControlList of this group. |
Uses of AccessControlList in com.jalios.jcms.accesscontrol |
---|
Classes in com.jalios.jcms.accesscontrol with type parameters of type AccessControlList | |
---|---|
static class |
AccessControlList.NameComparator<T extends AccessControlList>
Comparator sorting ACL alphabetically using their name. |
Methods in com.jalios.jcms.accesscontrol with type parameters of type AccessControlList | ||
---|---|---|
static
|
AccessControlList.getNameComparator()
Retrieve a Comparator to sort ACL alphabetically using their name. |
Methods in com.jalios.jcms.accesscontrol with parameters of type AccessControlList | |
---|---|
boolean |
AccessControlListIndexManager.addGroup(AccessControlList acl,
Group group)
Adds the specified Group to the group Set of the given ACL. |
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. |
Constructors in com.jalios.jcms.accesscontrol with parameters of type AccessControlList | |
---|---|
AccessControlList(AccessControlList other)
Builds a new AccessControlList by copying all authorization and option of the specified ACL. |
Uses of AccessControlList in com.jalios.jcms.handler |
---|
Fields in com.jalios.jcms.handler declared as AccessControlList | |
---|---|
protected AccessControlList |
EditGroupHandler.acl
|
Methods in com.jalios.jcms.handler that return AccessControlList | |
---|---|
AccessControlList |
EditAclHandler.getAccessControlList()
|
AccessControlList |
EditGroupHandler.getAvailableAccessControlList()
Retrieve the ACL in use for the group being edited. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |