UserManagementType

The representation of the UserManagementType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=24264 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | UserManagementType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
Categories | Security User Management Server |
The references from the UserManagementType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | Users | UserManagementDataType[] | PropertyType | Mandatory |
HasProperty | Variable | PasswordLength | Range | PropertyType | Mandatory |
HasProperty | Variable | PasswordOptions | PasswordOptionsMask | PropertyType | Mandatory |
HasProperty | Variable | PasswordRestrictions | LocalizedText | PropertyType | Optional |
HasComponent | Method | AddUser | Mandatory | ||
HasComponent | Method | ModifyUser | Mandatory | ||
HasComponent | Method | RemoveUser | Mandatory | ||
HasComponent | Method | ChangePassword | Mandatory |
AddUser
Signature
AddUser(
[in] String UserName
[in] String Password
[in] UserConfigurationMask UserConfiguration
[in] String Description
);
Argument | Description |
---|---|
UserName | |
Password | |
UserConfiguration | |
Description |
ModifyUser
Signature
ModifyUser(
[in] String UserName
[in] String Password
[in] UserConfigurationMask UserConfiguration
[in] String Description
);
Argument | Description |
---|---|
UserName | |
Password | |
UserConfiguration | |
Description |
RemoveUser
Signature
RemoveUser(
[in] String UserName
[in] String Password
[in] UserConfigurationMask UserConfiguration
[in] String Description
);
Argument | Description |
---|---|
UserName | |
Password | |
UserConfiguration | |
Description |
ChangePassword
Signature
ChangePassword(
[in] String UserName
[in] String Password
[in] UserConfigurationMask UserConfiguration
[in] String Description
);
Argument | Description |
---|---|
UserName | |
Password | |
UserConfiguration | |
Description |