Interface IUserProperties

    • Method Detail

      • setEmail

        void setEmail​(String email)
        Sets the e-mail.
        Parameters:
        email - the e-mail.
        Since:
        12.0.0
      • setFirstName

        void setFirstName​(String firstName)
        Sets the first name.
        Parameters:
        firstName - the first name.
        Since:
        12.0.0
      • setMiddleName

        void setMiddleName​(String middleName)
        Sets the middle name.
        Parameters:
        middleName - the middle name.
        Since:
        12.0.0
      • setLastName

        void setLastName​(String lastName)
        Sets the last name.
        Parameters:
        lastName - the last name.
        Since:
        12.0.0
      • getCustomAttributesMap

        Map<String,​Map<String,​List<Object>>> getCustomAttributesMap()
        Returns custom attributes map for each service instance identifier. The global user attribute values will be in null key.
        Specified by:
        getCustomAttributesMap in interface IUserPropertiesReadOnly
        Returns:
        custom attributes map for each service instance identifier. The global user attribute values will be in null key.
        Since:
        14.0.0