RoleConstants
@Deprecated
public class RoleConstants
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADMINISTRATOR
Deprecated.
|
static String |
GUEST
Deprecated.
|
static String |
NAME_INVALID_CHARACTERS
Deprecated.
|
static String |
NAME_LABEL
Deprecated.
|
static String |
NAME_RESERVED_WORDS
Deprecated.
|
static String |
ORGANIZATION_ADMINISTRATOR
Deprecated.
|
static String |
ORGANIZATION_OWNER
Deprecated.
|
static String |
ORGANIZATION_USER
Deprecated.
|
static String |
OWNER
Deprecated.
|
static String |
PLACEHOLDER_DEFAULT_GROUP_ROLE
Deprecated.
|
static String |
PORTAL_CONTENT_REVIEWER
Deprecated.
|
static String |
POWER_USER
Deprecated.
|
static String |
SITE_ADMINISTRATOR
Deprecated.
|
static String |
SITE_CONTENT_REVIEWER
Deprecated.
|
static String |
SITE_MEMBER
Deprecated.
|
static String |
SITE_OWNER
Deprecated.
|
static String[] |
SYSTEM_ORGANIZATION_ROLES
Deprecated.
|
static String[] |
SYSTEM_ROLES
Deprecated.
|
static String[] |
SYSTEM_SITE_ROLES
Deprecated.
|
static int |
TYPE_ORGANIZATION
Deprecated.
|
static String |
TYPE_ORGANIZATION_LABEL
Deprecated.
|
static int |
TYPE_PROVIDER
Deprecated.
|
static int |
TYPE_REGULAR
Deprecated.
|
static String |
TYPE_REGULAR_LABEL
Deprecated.
|
static int |
TYPE_SITE
Deprecated.
|
static String |
TYPE_SITE_LABEL
Deprecated.
|
static int[] |
TYPES_ORGANIZATION_AND_REGULAR
Deprecated.
|
static int[] |
TYPES_ORGANIZATION_AND_REGULAR_AND_SITE
Deprecated.
|
static int[] |
TYPES_REGULAR
Deprecated.
|
static int[] |
TYPES_REGULAR_AND_SITE
Deprecated.
|
static String |
USER
Deprecated.
|
Constructor and Description |
---|
RoleConstants()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getNameGeneralRestrictions(Locale locale,
boolean allowNumeric)
Deprecated.
|
static String |
getTypeLabel(int type)
Deprecated.
|
public static final String ADMINISTRATOR
public static final String GUEST
public static final String NAME_INVALID_CHARACTERS
public static final String NAME_LABEL
public static final String NAME_RESERVED_WORDS
public static final String ORGANIZATION_ADMINISTRATOR
public static final String ORGANIZATION_OWNER
public static final String ORGANIZATION_USER
public static final String OWNER
public static final String PLACEHOLDER_DEFAULT_GROUP_ROLE
public static final String PORTAL_CONTENT_REVIEWER
public static final String POWER_USER
public static final String SITE_ADMINISTRATOR
public static final String SITE_CONTENT_REVIEWER
public static final String SITE_MEMBER
public static final String SITE_OWNER
public static final String[] SYSTEM_ORGANIZATION_ROLES
public static final String[] SYSTEM_ROLES
public static final String[] SYSTEM_SITE_ROLES
public static final int TYPE_ORGANIZATION
public static final String TYPE_ORGANIZATION_LABEL
public static final int TYPE_PROVIDER
public static final int TYPE_REGULAR
public static final String TYPE_REGULAR_LABEL
public static final int TYPE_SITE
public static final String TYPE_SITE_LABEL
public static final int[] TYPES_ORGANIZATION_AND_REGULAR
public static final int[] TYPES_ORGANIZATION_AND_REGULAR_AND_SITE
public static final int[] TYPES_REGULAR
public static final int[] TYPES_REGULAR_AND_SITE
public static final String USER