@Deprecated public class ForumsRoleMap extends PublicRoleMap
Modifier and Type | Field and Description |
---|---|
static int |
ADMIN_INT_VALUE
Deprecated.
|
static java.lang.String |
PARTICIPANT
Deprecated.
|
static int |
PARTICIPANT_INT_VALUE
Deprecated.
|
static java.lang.String |
ROLE_ADMINISTRATOR
Deprecated.
|
static java.lang.String |
ROLE_ANONYMOUS
Deprecated.
|
static java.lang.String |
ROLE_APPADMIN
Deprecated.
|
static java.lang.String |
ROLE_EXPLICIT_NONMEMBER
Deprecated.
|
static java.lang.String |
ROLE_OWNER
Deprecated.
|
static java.lang.String |
ROLE_READER
Deprecated.
|
static java.lang.String |
ROLE_SYSADMIN
Deprecated.
|
static java.lang.String |
ROLE_USER
Deprecated.
|
static java.lang.String |
ROLE_WRITER
Deprecated.
|
ADMINISTRATOR, TYPE_GROUP, 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 |
---|
ForumsRoleMap()
Deprecated.
|
ForumsRoleMap(RoleMap roleMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addForumAdministratorGroups(java.lang.Long[] groupIds_)
Deprecated.
Appends to the groups who have forum administrative permissions
|
void |
addForumAdministrators(java.lang.String[] usernames_)
Deprecated.
Appends to the users who have administrative permissions
|
void |
addParticipantGroups(java.lang.Long[] groupIds_)
Deprecated.
|
void |
addParticipants(java.lang.String[] usernames_)
Deprecated.
|
java.lang.Long[] |
getForumAdministratorGroups()
Deprecated.
Retrieves the groups who have forum administrative permissions
|
java.lang.String[] |
getForumAdministrators()
Deprecated.
Retrieves the users who have forum administrative permissions
|
java.lang.Long[] |
getParticipantGroups()
Deprecated.
|
java.lang.String[] |
getParticipants()
Deprecated.
|
void |
removeAdministrators(java.lang.String[] usernames_)
Deprecated.
Deletes from the users who have administrative permissions
|
void |
removeForumAdministratorGroups(java.lang.Long[] groupIds_)
Deprecated.
Deletes from the groups who have forum administrative permissions
|
void |
removeParticipantGroups(java.lang.Long[] groupIds_)
Deprecated.
|
void |
removeParticipants(java.lang.String[] usernames_)
Deprecated.
|
void |
setForumAdministratorGroups(java.lang.Long[] groupIds_)
Deprecated.
Sets the groups who have forum administrative permissions
|
void |
setForumAdministrators(java.lang.String[] usernames_)
Deprecated.
Sets the users who have forum administrative permissions
|
void |
setParticipantGroups(java.lang.Long[] groupIds_)
Deprecated.
|
void |
setParticipants(java.lang.String[] usernames_)
Deprecated.
|
addAdministratorGroups, addAdministrators, getAdministratorGroups, getAdministrators, removeAdministratorGroups, setAdministratorGroups, setAdministrators
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 ROLE_SYSADMIN
public static final java.lang.String ROLE_APPADMIN
public static final java.lang.String ROLE_OWNER
public static final java.lang.String ROLE_ADMINISTRATOR
public static final java.lang.String ROLE_WRITER
public static final java.lang.String ROLE_READER
public static final java.lang.String ROLE_USER
public static final java.lang.String ROLE_EXPLICIT_NONMEMBER
public static final java.lang.String ROLE_ANONYMOUS
public static final java.lang.String PARTICIPANT
public static final int ADMIN_INT_VALUE
public static final int PARTICIPANT_INT_VALUE
public ForumsRoleMap()
public ForumsRoleMap(RoleMap roleMap)
public java.lang.String[] getParticipants()
public java.lang.Long[] getParticipantGroups()
public void setParticipants(java.lang.String[] usernames_)
public void setParticipantGroups(java.lang.Long[] groupIds_)
public void addParticipants(java.lang.String[] usernames_)
public void addParticipantGroups(java.lang.Long[] groupIds_)
public void removeParticipants(java.lang.String[] usernames_)
public void removeParticipantGroups(java.lang.Long[] groupIds_)
public java.lang.String[] getForumAdministrators()
public java.lang.Long[] getForumAdministratorGroups()
public void setForumAdministrators(java.lang.String[] usernames_)
usernames_
- a list containing the unique IDs of the userspublic void setForumAdministratorGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groupspublic void addForumAdministrators(java.lang.String[] usernames_)
usernames_
- a list containing the unique IDs of the users to be addedpublic void addForumAdministratorGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groups to be addedpublic void removeAdministrators(java.lang.String[] usernames_)
removeAdministrators
in class PublicRoleMap
usernames_
- a list containing the unique IDs of the users
to be deletedpublic void removeForumAdministratorGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the
groups to be deletedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.