com.epicentric.common
Class SystemPermissionsManager
java.lang.Object
|
+--com.epicentric.common.SystemPermissionsManager
Deprecated. in 4.0, to be removed in 8.0 or later; replaced
by a new permissioning system.
- public class SystemPermissionsManager
- extends Object
Singleton manager that persistifies and caches system-wide permissions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_PERMISSION_IDENTIFIER
public static final String SYSTEM_PERMISSION_IDENTIFIER
- Deprecated.
SystemPermissionsManager
protected SystemPermissionsManager()
- Deprecated.
getInstance
public static SystemPermissionsManager getInstance()
- Deprecated.
- Return the single instance of the SystemPermissionsManager. There is only one instance
of the SystemPermissionsManager per system, and it will be created by this method
if it does not currently exist in the system.
getPermissionContext
public PermissionContext getPermissionContext()
- Deprecated.
- Return the PermissionContext for a specified descriptorID. Create it if it doesn't exist.
savePermissionContext
public void savePermissionContext(PermissionContext context)
- Deprecated.
- Saves the Permission Context to permanent storage.
getPermissionCatalog
public static PermissionCatalog getPermissionCatalog()
- Deprecated.
- Create the standard permissionCatalog for module palette permissions.
Copyright and Trademark Notices