Search
2 result(s) for UserConfiguration
-
OPC-10000-18 – OPC Unified Architecture - Part 18: Role-Based Security5.2.5 AddUser MethodMethod on the Server . Signature AddUser ( [in] String UserName, [in] String Password, [in] UserConfigurationMask UserConfiguration, [in] String Description ); Argument Description UserName The name of the user to add. Password ... password for the user. UserConfiguration The configuration mask for the user. Description A description for the user. Method Result Codes ResultCode Description Bad_AlreadyExists The user does already exist
-
OPC-10000-18 – OPC Unified Architecture - Part 18: Role-Based Security5.2.6 ModifyUser Methodused to modify a user in the user management of the Server. If the UserConfiguration bit Disabled is changed to TRUE, all Sessions and Subscriptions associated with the disabled user ... String UserName, [in] Boolean ModifyPassword, [in] String Password, [in] Boolean ModifyUserConfiguration, [in] UserConfigurationMask UserConfiguration, [in] Boolean ModifyDescription, [in] String Description ); Argument Description UserName The name of the user to modify