Package | Description |
---|---|
info.magnolia.cms.security |
Modifier and Type | Class and Description |
---|---|
class |
ACLImpl
Basic ACL implementation.
|
Modifier and Type | Method and Description |
---|---|
static ACL |
PrincipalUtil.findAccessControlList(Iterable<Principal> principals,
String name) |
static ACL |
PrincipalUtil.findAccessControlList(Subject subject,
String name) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ACL> |
RepositoryBackedSecurityManager.getACLs(javax.jcr.Node node) |
Map<String,ACL> |
RepositoryBackedSecurityManager.getACLs(String principalName) |
Map<String,ACL> |
GroupManager.getACLs(String group) |
Map<String,ACL> |
RoleManager.getACLs(String role)
Obtain list of ACLs defined for specified role.
|
Map<String,ACL> |
MgnlUserManager.getACLs(User user)
Sets access control list from a list of roles under the provided content object.
|
Map<String,ACL> |
DelegatingUserManager.getACLs(User user) |
Map<String,ACL> |
ExternalUserManager.getACLs(User user) |
Map<String,ACL> |
UserManager.getACLs(User user) |
Constructor and Description |
---|
MgnlRole(String name,
String roleId,
Collection<ACL> acls) |
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.