Package com.appiancorp.suiteapi.portal
Class PortalRoleMap
java.lang.Object
com.appiancorp.suiteapi.common.RoleMap
com.appiancorp.suiteapi.common.PublicRoleMap
com.appiancorp.suiteapi.common.AEVRoleMap
com.appiancorp.suiteapi.portal.PortalRoleMap
- All Implemented Interfaces:
XMLable
,Serializable
,Map
- Direct Known Subclasses:
PageRoleMap
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Holds information about users and groups fulfilling administrator, editor and viewer roles for pages and portlets.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.appiancorp.suiteapi.common.AEVRoleMap
EDITOR, VIEWER
Fields inherited from class com.appiancorp.suiteapi.common.PublicRoleMap
ADMINISTRATOR, TYPE_GROUP, TYPE_USER
Fields inherited from class com.appiancorp.suiteapi.common.RoleMap
AGGREGATE_SECURITY_KEY, SECURITY_KEY, TYPE_AGGREGATE_GROUP, TYPE_AGGREGATE_USER, TYPE_GROUP_UUIDS, TYPE_USER_UUIDS
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.common.AEVRoleMap
addEditorGroups, addEditors, addViewerGroups, addViewers, getEditorGroups, getEditors, getViewerGroups, getViewers, removeEditorGroups, removeEditors, removeViewerGroups, removeViewers, setEditorGroups, setEditors, setViewerGroups, setViewers
Methods inherited from class com.appiancorp.suiteapi.common.PublicRoleMap
addAdministratorGroups, addAdministrators, getAdministratorGroups, getAdministrators, removeAdministratorGroups, removeAdministrators, setAdministratorGroups, setAdministrators
Methods inherited from class com.appiancorp.suiteapi.common.RoleMap
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
PortalRoleMap
public PortalRoleMap()Deprecated. -
PortalRoleMap
Deprecated.
-