Package lumis.portal.activitystream
Class ActivityPriority.IncludedEntry
- java.lang.Object
-
- lumis.portal.activitystream.ActivityPriority.IncludedEntry
-
- Enclosing class:
- ActivityPriority
public static class ActivityPriority.IncludedEntry extends Object
An access control specifies which principals anActivityPriority
applies to.The principals are specified as a set of principals to be included and a set of principals to be excluded. The priority will apply to a user if any principal that may represent him (the user or any group he is member of, directly or indirectly) is in the included principals set, and none is in the excluded principals set.
- Since:
- 8.2.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getIncludedPrincipalIds()
Returns the set containing identifiers of principals included to be applied anActivityPriority
.
-
-
-
Method Detail
-
getIncludedPrincipalIds
public Set<String> getIncludedPrincipalIds()
Returns the set containing identifiers of principals included to be applied anActivityPriority
. Modify the returned set to add or remove principals.- Returns:
- set containing identifiers of principals.
- Since:
- 8.2.0
-
-