public interface UserManagementType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_USER |
static String |
CHANGE_PASSWORD |
static String |
MODIFY_USER |
static String |
PASSWORD_LENGTH |
static String |
PASSWORD_OPTIONS |
static String |
PASSWORD_RESTRICTIONS |
static String |
REMOVE_USER |
static String |
USERS |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String PASSWORD_RESTRICTIONS
static final String PASSWORD_OPTIONS
static final String PASSWORD_LENGTH
static final String USERS
static final String ADD_USER
static final String MODIFY_USER
static final String CHANGE_PASSWORD
static final String REMOVE_USER
UaProperty getPasswordRestrictionsNode()
LocalizedText getPasswordRestrictions()
void setPasswordRestrictions(LocalizedText value) throws StatusException
StatusExceptionUaProperty getPasswordOptionsNode()
PasswordOptionsMask getPasswordOptions()
void setPasswordOptions(PasswordOptionsMask value) throws StatusException
StatusExceptionUaProperty getPasswordLengthNode()
Range getPasswordLength()
void setPasswordLength(Range value) throws StatusException
StatusExceptionUaProperty getUsersNode()
UserManagementDataType[] getUsers()
void setUsers(UserManagementDataType[] value) throws StatusException
StatusExceptionUaMethod getAddUserNode()
void addUser(String f_userName, String f_password, UserConfigurationMask f_userConfiguration, String f_description) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getModifyUserNode()
void modifyUser(String f_userName, Boolean f_modifyPassword, String f_password, Boolean f_modifyUserConfiguration, UserConfigurationMask f_userConfiguration, Boolean f_modifyDescription, String f_description) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getChangePasswordNode()
void changePassword(String f_oldPassword, String f_newPassword) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveUserNode()
void removeUser(String f_userName) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.