02/28/2005
 

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.


Field Summary
static String SYSTEM_PERMISSION_IDENTIFIER
          Deprecated.  
 
Constructor Summary
protected SystemPermissionsManager()
          Deprecated.  
 
Method Summary
static SystemPermissionsManager getInstance()
          Deprecated. Return the single instance of the SystemPermissionsManager.
static PermissionCatalog getPermissionCatalog()
          Deprecated. Create the standard permissionCatalog for module palette permissions.
 PermissionContext getPermissionContext()
          Deprecated. Return the PermissionContext for a specified descriptorID.
 void savePermissionContext(PermissionContext context)
          Deprecated. Saves the Permission Context to permanent storage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_PERMISSION_IDENTIFIER

public static final String SYSTEM_PERMISSION_IDENTIFIER
Deprecated. 
Constructor Detail

SystemPermissionsManager

protected SystemPermissionsManager()
Deprecated. 
Method Detail

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.

02/28/2005
 

Copyright and Trademark Notices