Uses of Class
com.logicaldoc.core.security.AccessControlEntry
Packages that use AccessControlEntry
Package
Description
Container of the security-related interfaces and classes
-
Uses of AccessControlEntry in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return AccessControlEntryModifier and TypeMethodDescriptionSecurable.getAccessControlEntry
(long groupId) SecurableExtensibleObject.getAccessControlEntry
(long groupId) SecurablePersistentObject.getAccessControlEntry
(long groupId) Methods in com.logicaldoc.core.security that return types with arguments of type AccessControlEntryModifier and TypeMethodDescriptionSecurable.getAccessControlList()
SecurableExtensibleObject.getAccessControlList()
SecurablePersistentObject.getAccessControlList()
Methods in com.logicaldoc.core.security with parameters of type AccessControlEntryModifier and TypeMethodDescriptionvoid
Securable.addAccessControlEntry
(AccessControlEntry ace) Adds a new entry, replacing a previous one with the same groupId.void
SecurableExtensibleObject.addAccessControlEntry
(AccessControlEntry ace) void
SecurablePersistentObject.addAccessControlEntry
(AccessControlEntry ace) Method parameters in com.logicaldoc.core.security with type arguments of type AccessControlEntryModifier and TypeMethodDescriptionvoid
Securable.setAccessControlList
(Set<AccessControlEntry> acl) void
SecurableExtensibleObject.setAccessControlList
(Set<AccessControlEntry> acl) void
SecurablePersistentObject.setAccessControlList
(Set<AccessControlEntry> acl) Constructors in com.logicaldoc.core.security with parameters of type AccessControlEntry -
Uses of AccessControlEntry in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return AccessControlEntryModifier and TypeMethodDescriptionstatic AccessControlEntry
WSUtil.toAccessControlEntry
(WSAccessControlEntry wsAce) Methods in com.logicaldoc.webservice.model with parameters of type AccessControlEntryModifier and TypeMethodDescriptionstatic WSAccessControlEntry
WSUtil.toWSAccessControlEntry
(AccessControlEntry ace)