Package lumis.portal.principal
Class Principals
- java.lang.Object
-
- lumis.portal.principal.Principals
-
public class Principals extends Object
Principals holder object.- Since:
- 11.2.0
- Version:
- $Revision: 23316 $ $Date: 2019-11-04 12:35:39 -0300 (Mon, 04 Nov 2019) $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAllPrincipals()
Returns all principalsSet<String>
getGroupIds()
Returns the group ids.Set<String>
getSegmentationIds()
Returns the segmentation ids.String
getUserId()
Returns the user id.
-
-
-
Method Detail
-
getUserId
public String getUserId()
Returns the user id.- Returns:
- the user id
- Since:
- 11.2.0
-
getGroupIds
public Set<String> getGroupIds()
Returns the group ids.- Returns:
- the group ids
- Since:
- 11.2.0
-
getSegmentationIds
public Set<String> getSegmentationIds()
Returns the segmentation ids.- Returns:
- the segmentation ids
- Since:
- 11.2.0
-
-