Interface | Description |
---|---|
SecurityManager |
Manager on security issues such as users and groups
|
UserListener |
This interface defines hooks called before and after a particular event
occurs on the specified user.
|
Class | Description |
---|---|
Folder |
This class represents the key concept of security of documents.
|
FolderGroup |
This class represents security permissions for a group in relation to a
folder
|
FolderHistory |
History entry due to an event on a folder.
|
Group |
This class represents groups.
|
Menu |
This class represents the key concept of security.
|
MenuGroup |
This class represents security permissions for a group in relation to a menu
|
SecurityManagerImpl |
Basic implementation of
SecurityManager |
SessionManager |
Repository of all current user sessions.
|
SystemQuota |
Counter class optimized for documents folder size counting.
|
User |
This class represents a user.
|
UserDoc |
This is a mapper class for table userdoc.
|
UserHistory |
History entry due to an event on a user.
|
UserListenerManager |
A manager for user listeners.
|
UserSession |
A single user session with it's unique identifier and the reference to the
user
|
Enum | Description |
---|---|
FolderEvent |
Possible events in the folder's history
|
Permission |
Models a permission, that is the ability to do something
READ: ability to read the folder and its documents
WRITE: ability to insert and delete folder's documents
ADD: ability to add child elements
SECURITY: ability to change security rules
IMMUTABILE: ability to mark a document as immutable
DELETE: ability to delete the entity
RENAME: ability to rename the entity
IMPORT: ability to import documents
EXPORT: ability to export documents
SIGN: ability to digitally sign documents
ARCHIVE: ability to archive documents
WORKFLOW: ability to handle workflow
CALENDAR: ability to handle calendar events
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.