Package lumis.util.security.acl
Interface IGenericAclManager
-
- All Superinterfaces:
IAclManager
,IConfigKeyChecker
- All Known Implementing Classes:
GenericAclManager
public interface IGenericAclManager extends IAclManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeAclEntriesByPrincipalId(SessionConfig sessionConfig, String principalId, ITransaction transaction)
-
Methods inherited from interface lumis.util.security.acl.IAclManager
add, addOrUpdate, checkPermission, checkPermission, clearCache, delete, deleteAclEntryByPrincipalId, deserialize, exists, removeFromCache, serialize
-
Methods inherited from interface lumis.portal.serialization.operation.IConfigKeyChecker
keyExists
-
-
-
-
Method Detail
-
removeAclEntriesByPrincipalId
void removeAclEntriesByPrincipalId(SessionConfig sessionConfig, String principalId, ITransaction transaction) throws ManagerException, PortalException
- Throws:
ManagerException
PortalException
-
-