5.2.1 UserManagementType definition

The UserManagement Object defined in 5.3 is a UserManagementType which is formally defined in Table 21.

Table 21 – UserManagementType definition
Attribute Value
BrowseNameUserManagementType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Modelling Rule
Subtype of BaseObjectType defined in OPC 10000-5
HasPropertyVariableUsersUserManagementDataType[]PropertyTypeMandatory
HasPropertyVariablePasswordLengthRangePropertyTypeMandatory
HasPropertyVariablePasswordOptionsPasswordOptionsMaskPropertyTypeMandatory
HasPropertyVariablePasswordRestrictionsLocalizedTextPropertyTypeOptional
HasComponentMethodAddUserDefined in 5.2.5.Mandatory
HasComponentMethodModifyUserDefined in 5.2.6.Mandatory
HasComponentMethodRemoveUserDefined in 5.2.7.Mandatory
HasComponentMethodChangePasswordDefined in 5.2.8.Mandatory
Conformance Units
Security User Management Server

The Property Users and the Methods AddUser, ModifyUser and RemoveUser contain sensitive security related information and shall only be readable and callable by authorized administrators through an encrypted channel.

The the ChangePassword Method requires an encrypted channel and can be called by the Session user if the user token type for the Session is USERNAME.

The Users Property specifies the currently configured users and their settings as array of UserManagementDataType Structure defined in 5.2.4.

The Property PasswordLength defines the minimum and maximum length requirement for setting the password. A value of 0 for low indicates no limit for minimum and 0 for high indicates no limit for maximum password length. The Range DataType is defined in OPC 10000-8.

The Property PasswordOptions defines the password features and requirements for setting a password in a bit mask defined by the PasswordOptionsMask DataType. If the Server does not define any special requirements nor does not support enhanced features for the password management, all bits in the bit mask are set to false.

The Property PasswordRestrictions allows a Server to provide additional explanations about the rules applied to new passwords accepted by the Server.