A JahiaUser represents a physical person who is defined by a username and a password for authentication purpose. Every other property of a JahiaUser is stored in it's properties list, which hold key-value string pairs. For example email, firstname, lastname, ... information should be stored in this properties list.

Author

Fulco Houkes

Author

Khue Nguyen

Constructors

Methods

  • Test if the user is member of the specified group.

    Parameters

    • siteID: number

      the site id

    • name: string

      Groupname.

    Returns boolean

    Return true if the user is member of the specified group, or false on any error.

    Deprecated