Uses of Class
com.logicaldoc.core.security.AccessControlEntry
Packages that use AccessControlEntry
Package
Description
Contains the definitions of
Folder
as well
as other related objectsPackage that collects the template and attribute sets definitions.
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends the
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends the
ExtensibleObject
.Container of the security-related interfaces and classes
Package for the Menu, a menu represent a graphical element of the user
interface
-
Uses of AccessControlEntry in com.logicaldoc.core.document
Subclasses of AccessControlEntry in com.logicaldoc.core.documentModifier and TypeClassDescriptionclass
Represents all the permissions granted to a group against a business objectclass
Represents all the permissions granted to a group against a business objectMethods in com.logicaldoc.core.document that return AccessControlEntry -
Uses of AccessControlEntry in com.logicaldoc.core.folder
Methods in com.logicaldoc.core.folder that return AccessControlEntry -
Uses of AccessControlEntry in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return AccessControlEntryMethods in com.logicaldoc.core.metadata that return types with arguments of type AccessControlEntryMethods in com.logicaldoc.core.metadata with parameters of type AccessControlEntryMethod parameters in com.logicaldoc.core.metadata with type arguments of type AccessControlEntryModifier and TypeMethodDescriptionvoid
Template.setAccessControlList
(Set<AccessControlEntry> accessControlList) -
Uses of AccessControlEntry in com.logicaldoc.core.security
Classes in com.logicaldoc.core.security with type parameters of type AccessControlEntryModifier and TypeInterfaceDescriptioninterface
Secure<T extends AccessControlEntry>
An object that implements this interface, supports an Access Control List to define security policies.Subclasses of AccessControlEntry in com.logicaldoc.core.securityModifier and TypeClassDescriptionclass
Class for grouping common permissions for DocumentAccessControlEntry and FolderAccessControlEntryMethods in com.logicaldoc.core.security that return AccessControlEntryConstructors 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)