Class UserInfo


  • public class UserInfo
    extends Object
    On-premises only.

    A class that encapsulates the information associated with a user including the id and user name in the system.

    • Method Detail

      • getId

        public String getId()
        Returns the id associated with the user.
        Returns:
        the id string
      • getName

        public String getName()
        Returns the name associated with the user.
        Returns:
        the name string