@Deprecated public class AdminConsoleRoleMap extends RoleMap
Viewers can enter the Administration Console, create pages, and view pages that they have permission to view. Editors can edit the security settings of the Administration Console.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EDITOR
Deprecated.
The editor role.
|
static java.lang.String |
VIEWER
Deprecated.
The viewer role.
|
AGGREGATE_SECURITY_KEY, SECURITY_KEY, TYPE_AGGREGATE_GROUP, TYPE_AGGREGATE_USER, TYPE_GROUP, TYPE_GROUP_UUIDS, TYPE_USER, TYPE_USER_UUIDS
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
AdminConsoleRoleMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addEditorGroups(java.lang.Long[] groups_)
Deprecated.
Adds to the list of groups that have editor permissions.
|
void |
addEditors(java.lang.String[] users_)
Deprecated.
Adds to the list of users that have editor permissions.
|
void |
addViewerGroups(java.lang.Long[] groups_)
Deprecated.
Adds to the list of groups that have viewer permissions.
|
void |
addViewers(java.lang.String[] users_)
Deprecated.
Adds to the list of users that have viewer permissions.
|
java.lang.Long[] |
getEditorGroups()
Deprecated.
Returns the list of groups that have editor permissions.
|
java.lang.String[] |
getEditors()
Deprecated.
Returns the list of users that have editor permissions.
|
static java.lang.String |
getRoleForColumn(int n_)
Deprecated.
Returns the role for the specified column number.
|
java.lang.Long[] |
getViewerGroups()
Deprecated.
Returns the list of groups that have viewer permissions.
|
java.lang.String[] |
getViewers()
Deprecated.
Returns the list of users that have viewer permissions.
|
void |
removeEditorGroups(java.lang.Long[] groups_)
Deprecated.
Removes from the list of groups with editor permissions.
|
void |
removeEditors(java.lang.String[] users_)
Deprecated.
Removes from the list of users that have editor permissions.
|
void |
removeViewerGroups(java.lang.Long[] groups_)
Deprecated.
Removes from the list of groups with viewer permissions.
|
void |
removeViewers(java.lang.String[] users_)
Deprecated.
Removes from the list of users that have viewer permissions.
|
void |
setEditorGroups(java.lang.Long[] groups_)
Deprecated.
Sets the list of groups with editor permissions.
|
void |
setEditors(java.lang.String[] users_)
Deprecated.
Sets the list of users that have editor permissions.
|
void |
setViewerGroups(java.lang.Long[] groups_)
Deprecated.
Sets the list of groups with viewer permissions.
|
void |
setViewers(java.lang.String[] users_)
Deprecated.
Sets the list of users that have viewer permissions.
|
addActorsToRole, addActorsToRole, clear, containsActors, containsKey, containsValue, entrySet, equals, get, getActorsInRole, getAggregateSecurity, getAllGroupIds, getAllUsernames, getRole, getRoleNames, getRoles, getSecurity, hashCode, init, isEmpty, keySet, mergeWith, put, putAll, remove, removeActorsFromRole, removeActorsFromRole, removeAllRoles, setActorsInRole, setActorsInRole, setAggregateSecurity, setRole, setRoles, setRoles, setSecurity, size, toString, toXML, toXML, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final java.lang.String VIEWER
public static final java.lang.String EDITOR
public static java.lang.String getRoleForColumn(int n_)
n_
- The column index for the role. This is one of
COLUMN_VIEWER
or COLUMN_EDITOR
null
if the column does not map to a rolepublic void addViewers(java.lang.String[] users_)
users_
- an Array
containing the unique IDs (usernames)
of the users to be addedpublic java.lang.String[] getViewers()
Array
containing the unique IDs (usernames)
of the userssetViewers(String[])
public void setViewers(java.lang.String[] users_)
users_
- an Array
containing the unique IDs (usernames)
of the usersgetViewers()
public void removeViewers(java.lang.String[] users_)
users_
- an Array
containing the unique IDs (usernames)
of the users to be removedpublic void addViewerGroups(java.lang.Long[] groups_)
groups_
- an Array
containing the unique IDs of the
groups to be addedpublic java.lang.Long[] getViewerGroups()
Array
containing the unique IDs of the groupssetViewerGroups(Long[])
public void setViewerGroups(java.lang.Long[] groups_)
groups_
- an Array
containing the unique IDs of the
groupsgetViewerGroups()
public void removeViewerGroups(java.lang.Long[] groups_)
groups_
- an Array
containing the unique IDs of the
groups to be removedpublic void addEditors(java.lang.String[] users_)
users_
- an Array
containing the unique IDs (usernames)
of the users to be addedpublic java.lang.String[] getEditors()
Array
containing the unique IDs (usernames)
of the userssetEditors(String[])
public void setEditors(java.lang.String[] users_)
users_
- an Array
containing the unique IDs (usernames)
of the usersgetEditors()
public void removeEditors(java.lang.String[] users_)
users_
- an Array
containing the unique IDs (usernames)
of the users to be removedpublic void addEditorGroups(java.lang.Long[] groups_)
groups_
- an Array
containing the unique IDs of the
groups to be addedpublic java.lang.Long[] getEditorGroups()
Array
containing the unique IDs of the groupssetEditorGroups(Long[])
public void setEditorGroups(java.lang.Long[] groups_)
groups_
- an Array
containing the unique IDs of the
groupsgetEditorGroups()
public void removeEditorGroups(java.lang.Long[] groups_)
groups_
- an Array
containing the unique IDs of the
groups to be removedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.