Class UserInfo


  • public class UserInfo
    extends java.lang.Object
    On-premise only.

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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id associated with the user.
      java.lang.String getName()
      Returns the name associated with the user.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getId

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

        public java.lang.String getName()
        Returns the name associated with the user.
        Returns:
        the name string
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object