Package com.logicaldoc.core.security
Interface Secure<T extends AccessControlEntry>
- Type Parameters:
- T- The exact type or- AccessControlEntry
- All Superinterfaces:
- Serializable
An object that implements this interface, supports an Access Control List to
 define security policies. Each element of the ACL is an AccessControlEntry.
- Since:
- 8.9.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAccessControlEntry(T ace) Adds a new entry, replacing a previous one with the same groupId.getAccessControlEntry(long groupId) voidsetAccessControlList(Set<T> acl) 
- 
Method Details- 
setAccessControlList
- 
getAccessControlList
- 
getAccessControlEntry
- 
addAccessControlEntryAdds a new entry, replacing a previous one with the same groupId.- Parameters:
- ace- the access control entry to add
 
 
-