public class PublicRoleMap extends RoleMap
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMINISTRATOR |
protected java.lang.String |
TYPE_GROUP |
protected java.lang.String |
TYPE_USER |
AGGREGATE_SECURITY_KEY, SECURITY_KEY, TYPE_AGGREGATE_GROUP, TYPE_AGGREGATE_USER, TYPE_GROUP_UUIDS, TYPE_USER_UUIDS
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
PublicRoleMap() |
Modifier and Type | Method and Description |
---|---|
void |
addAdministratorGroups(java.lang.Long[] grids_)
Appends to the groups who have administrative permissions.
|
void |
addAdministrators(java.lang.String[] unames_)
Appends to the users who have administrative permissions.
|
java.lang.Long[] |
getAdministratorGroups()
Retrieves the groups who have administrative permissions.
|
java.lang.String[] |
getAdministrators()
Retrieves the users who have administrative permissions.
|
void |
removeAdministratorGroups(java.lang.Long[] grids_)
Deletes from the groups who have administrative permissions.
|
void |
removeAdministrators(java.lang.String[] unames_)
Deletes from the users who have administrative permissions.
|
void |
setAdministratorGroups(java.lang.Long[] grids_)
Sets the groups who have administrative permissions.
|
void |
setAdministrators(java.lang.String[] unames_)
Sets the users who have administrative 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 ADMINISTRATOR
protected final java.lang.String TYPE_USER
protected final java.lang.String TYPE_GROUP
public java.lang.String[] getAdministrators()
Array
containing the unique IDs (usernames)
of the users.setAdministrators(String[])
public java.lang.Long[] getAdministratorGroups()
Array
containing the unique IDs of the groups.setAdministratorGroups(Long[])
public void setAdministrators(java.lang.String[] unames_)
unames_
- an Array
containing the unique IDs (usernames)
of the users.getAdministrators()
public void setAdministratorGroups(java.lang.Long[] grids_)
grids_
- an Array
containing the unique IDs of the groupsgetAdministratorGroups()
public void addAdministrators(java.lang.String[] unames_)
unames_
- an Array
containing the unique IDs (usernames)
of the users to be addedpublic void addAdministratorGroups(java.lang.Long[] grids_)
grids_
- an Array
containing the unique IDs of the groups
to be addedpublic void removeAdministrators(java.lang.String[] unames_)
unames_
- an Array
containing the unique IDs (usernames)
of the users to be deletedpublic void removeAdministratorGroups(java.lang.Long[] grids_)
grids_
- an Array
containing the unique IDs of the groups
to be deletedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.