| Interface | Description |
|---|---|
| OwIntegratedApplicationRoleManager |
Interface for integrated application role managers.
Allows multiple applications (egg.Alfresco Workdesk and Mobile Workdesk) to be managed separately. |
| OwRoleManager |
Interface for the role manager.
Override this class to implement your own role manager and set the role manager in the bootstrap settings. You get a instance of the RoleManager by calling getContext().getRoleManager(). |
| OwRoleManagerContext |
Interface for the role manager context.
The context keeps basic configuration, localization and environment information and is independent to the web context. |
| Class | Description |
|---|---|
| OwRoleOptionAttributeBag |
Since the role manager is only available after login and we need the option ID bag before, we use this delegate.
|
| OwStandardRoleManager |
Standard implementation for the rolemanager.
Override this class to implement your own rolemanager and set the rolemanager in the bootstrap settings. You get a instance of the RoleManager by calling getContext().getRoleManager(). |
| OwStandardRoleManager.CategoryNames |
Inner class that holds the mapping of the categories to category names.
|
| OwStandardRoleManager.StandardFunctionResources |
Inner class that holds the map that maps the standard function IDs to display names.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.