Class UserIdentitySet


  • @Scriptable
    public final class UserIdentitySet
    extends IdentitySet
    • Constructor Detail

      • UserIdentitySet

        public UserIdentitySet​(String p_id,
                               String p_displayName,
                               String p_email)
        Object to identify an user.
        Parameters:
        p_id - The id of the application, device or user.
        p_displayName - The display name of the application, device or user.
        p_email - The email of the user.
    • Method Detail

      • getEmail

        public String getEmail()
        Returns:
        The email of the user.