UserManagementBaseType

Description

This class implements the base functionality for all sub classes (area, group and user). Each sub class presents an object, which contains all information that is saved in an entry of a data point _Areas, _Groups or _Users.

This base class initializes and changes an object.

Methods

Member Method Description Type
addGroup() The method adds a user group to the user administration. public
getAreaIds() The method returns the area IDs. public
getAreaPermission() The method returns the area authorizations. public
getComment() The method returns the comments of a user. public
getDomain() The method returns the domain of the specified user groups. public
getFullName() The method returns the new full name of a group, a user or an area. public
getGroupIds() The method returns the group IDs. public
getId() The method returns the group, user or area ID. public
getLanguage() The method returns the language of a user. public
getName() The method returns the name of a group, a user or an area. public
getOSID() The method returns the OSID of a group. public
getPermissionSet() The method returns the authorizations of a user. public
getPrimaryGroupOSID() The method returns the OS ID of the primary user group. In the AD, the user must belong to a primary user group. public
removeArea() The method deletes an area. public
removeGroup() The method deletes a user group. public
setComment() The method sets a comment for a user. public
setFullName() The method sets the new full name of a group, a user or an area. public
setGroupPermission() The method sets the group authorization of a user group. public
setLanguage() The method sets the user language. public