Class 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 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
      • getAllPrincipals

        public Set<String> getAllPrincipals()
        Returns all principals
        Returns:
        all principals
        Since:
        11.2.0