Class GuestInfo


  • public class GuestInfo
    extends UserInfo
    Represent guests in calls. Created by The eXo Platform SAS.
    Version:
    $Id: GuestInfo.java 00000 Feb 23, 2017 pnedonosko $
    Author:
    Peter Nedonosko
    • Field Detail

      • TYPE_NAME

        public static final String TYPE_NAME
        The Constant TYPE_NAME.
      • LOG

        protected static final org.exoplatform.services.log.Log LOG
        The Constant LOG.
    • Constructor Detail

      • GuestInfo

        public GuestInfo​(String userId)
        Instantiates a new user info.
        Parameters:
        userId - the user id in the system
      • GuestInfo

        public GuestInfo​(String userId,
                         String firstName,
                         String lastName)
        Instantiates a new user info.
        Parameters:
        userId - the user id in the system
        firstName - the first type
        lastName - the last type
      • GuestInfo

        public GuestInfo​(UserInfo userInfo)
        Instantiates a new guest info based on userInfo
        Parameters:
        userInfo - the user info
    • Method Detail

      • getType

        public String getType()
        Gets the identity type.
        Overrides:
        getType in class UserInfo
        Returns:
        the type