|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ACL | |
---|---|
info.magnolia.cms.security |
Uses of ACL in info.magnolia.cms.security |
---|
Classes in info.magnolia.cms.security that implement ACL | |
---|---|
class |
ACLImpl
Basic ACL implementation. |
Methods in info.magnolia.cms.security that return ACL | |
---|---|
static ACL |
PrincipalUtil.findAccessControlList(Iterable<Principal> principals,
String name)
|
static ACL |
PrincipalUtil.findAccessControlList(Subject subject,
String name)
|
Methods in info.magnolia.cms.security that return types with arguments of type ACL | |
---|---|
protected Map<String,ACL> |
RepositoryBackedSecurityManager.getACLs(javax.jcr.Node node)
|
Map<String,ACL> |
RoleManager.getACLs(String role)
Obtain list of ACLs defined for specified role. |
Map<String,ACL> |
RepositoryBackedSecurityManager.getACLs(String principalName)
|
Map<String,ACL> |
GroupManager.getACLs(String group)
|
Map<String,ACL> |
UserManager.getACLs(User user)
Returns all ACLs assigned to the given user. |
Map<String,ACL> |
MgnlUserManager.getACLs(User user)
Sets access control list from a list of roles under the provided content object. |
Map<String,ACL> |
ExternalUserManager.getACLs(User user)
|
Map<String,ACL> |
DelegatingUserManager.getACLs(User user)
|
Constructor parameters in info.magnolia.cms.security with type arguments of type ACL | |
---|---|
MgnlRole(String name,
String roleId,
Collection<ACL> acls)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |