02/28/2005
 

com.epicentric.common
Class SystemPermission

java.lang.Object
  |
  +--com.epicentric.common.SystemPermission

Deprecated. in 4.0, to be removed in 8.0 or later; replaced by a new permissioning system.

public final class SystemPermission
extends Object

Class holding permission ID constants for system-scoped permissions.


Field Summary
static String ADD_GROUPS
          Deprecated. Can add groups to the system.
static String ADD_PAGES
          Deprecated. Can add pages to the system.
static String ADD_STYLES
          Deprecated. Can add styles to the system.
static String ADD_USERS
          Deprecated. Can add users to the system.
static String REMOVE_GROUPS
          Deprecated. As of version 3.0. Will be removed in 8.0 or later. No replacement. This permission no longer has meaning in the system.
static String REMOVE_USERS
          Deprecated. As of version 3.0. Will be removed in 8.0 or later. No replacement. This permission no longer has meaning in the system.
 
Constructor Summary
SystemPermission()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_USERS

public static final String ADD_USERS
Deprecated. 
Can add users to the system.

ADD_GROUPS

public static final String ADD_GROUPS
Deprecated. 
Can add groups to the system.

ADD_PAGES

public static final String ADD_PAGES
Deprecated. 
Can add pages to the system.

ADD_STYLES

public static final String ADD_STYLES
Deprecated. 
Can add styles to the system.

REMOVE_USERS

public static final String REMOVE_USERS
Deprecated. As of version 3.0. Will be removed in 8.0 or later. No replacement. This permission no longer has meaning in the system.


REMOVE_GROUPS

public static final String REMOVE_GROUPS
Deprecated. As of version 3.0. Will be removed in 8.0 or later. No replacement. This permission no longer has meaning in the system.

Constructor Detail

SystemPermission

public SystemPermission()
Deprecated. 

02/28/2005
 

Copyright and Trademark Notices