UserManagement
Description
The class provides methods for the User Administration.
Methods
| Member Method | Description | Type | 
|---|---|---|
| addArea() | Adds an area to the user management. | public | 
| addGroup() | Adds a group to the user management. | public | 
| addGroupToUser() | The method adds a user to a group. | public | 
| addUser() | The method adds a user to the user administration. | public | 
| getAllAreas() | The method returns all areas. | public | 
| getAllGroups() | The method returns all groups. | public | 
| getAllPermissionDescriptions() | The method returns all descriptions for authorization levels (user bits). | public | 
| getAllSavedUsers() | The method returns all saved WinCC OA users. | public | 
| getArea() | The method returns an area. | public | 
| getAreaByName() | The method returns area information for the area with the specified name. | public | 
| getGroup() | The method returns a group. | public | 
| getGroupByName() | The method returns the user groups for the specified user. | public | 
| getGroupByOSID() | The method returns a group with the specified OSID. | public | 
| getGroupsByAreaId() | The method returns groups to which the area with the specified ID was assigned to. | public | 
| getGroupsByUser() | The method returns groups for the specified user name. | public | 
| getInstance() | The method returns an instance for the UserManagement class (wincc_oa_path/scripts/libs/userManagement/UserManagement.ctl). | public | 
| getPermissionDescription() | The method returns the authorization level description for the specified authorization bit. | public | 
| getSavedUsersByGroupId() | The method returns all users that belong to the group with the specified group ID. | public | 
| getUser() | The method returns the user with the specified user ID. | public | 
| getUserByName() | The method returns the user data by the user name. | public | 
| getUserByOSID() | The method returns the user with the specified OS ID. | public | 
| remove() | The method deletes an object such as a user or a group. | public | 
| saveChanges() | The method saves the changes such as add or remove to the _Users data point. | public | 
| setAllPermissionDescriptions() | The method sets all authorization descriptions for the authorization levels (bits). | public | 
| setPermissionDescription() | The method sets the authorization description for the specified authorization level. | public | 
