@StableMinor(version="12.1", sinceVersion="4.0") public interface IGroupAclManager extends IAclManager
Modifier and Type | Field and Description |
---|---|
static int |
PERMISSION_DEFAULT |
Modifier and Type | Method and Description |
---|---|
String |
add(SessionConfig sessionConfig,
GroupConfig groupConfig,
ITransaction transaction)
Add an Access Control List to the Group.
|
void |
checkRequiredPermissions(AccessControlList acl)
Checks if the required permissions were given for someone.
|
AccessControlList |
get(SessionConfig sessionConfig,
String groupId,
ITransaction transaction)
Get the Group's Access Control List.
|
void |
update(SessionConfig sessionConfig,
String groupId,
AccessControlList acl,
ITransaction transaction)
Update the Groups's ACL.
|
add, addOrUpdate, checkPermission, checkPermission, clearCache, delete, deleteAclEntryByPrincipalId, deserialize, exists, removeFromCache, serialize
keyExists
static final int PERMISSION_DEFAULT
String add(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- groupConfig
- transaction
- ManagerException
PortalException
AccessControlList get(SessionConfig sessionConfig, String groupId, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- groupId
- transaction
- ManagerException
PortalException
void update(SessionConfig sessionConfig, String groupId, AccessControlList acl, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- groupId
- acl
- transaction
- ManagerException
PortalException
void checkRequiredPermissions(AccessControlList acl) throws PortalException
acl
- the acl to be checked.PortalException
- if the required permissions were not given.LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.