public interface SecurityGroupFolderType extends FolderType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_SECURITY_GROUP |
static String |
ADD_SECURITY_GROUP_FOLDER |
static String |
REMOVE_SECURITY_GROUP |
static String |
REMOVE_SECURITY_GROUP_FOLDER |
static String |
SECURITY_GROUP_NAME__PLACEHOLDER |
static String |
SUPPORTED_SECURITY_POLICY_URIS |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
addSecurityGroup(String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
NodeId |
addSecurityGroupFolder(String f_name) |
UaMethod |
getAddSecurityGroupFolderNode() |
UaMethod |
getAddSecurityGroupNode() |
UaMethod |
getRemoveSecurityGroupFolderNode() |
UaMethod |
getRemoveSecurityGroupNode() |
String[] |
getSupportedSecurityPolicyUris() |
UaProperty |
getSupportedSecurityPolicyUrisNode() |
void |
removeSecurityGroup(NodeId f_securityGroupNodeId) |
void |
removeSecurityGroupFolder(NodeId f_securityGroupFolderNodeId) |
void |
setSupportedSecurityPolicyUris(String[] value) |
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 SUPPORTED_SECURITY_POLICY_URIS
static final String SECURITY_GROUP_NAME__PLACEHOLDER
static final String REMOVE_SECURITY_GROUP
static final String ADD_SECURITY_GROUP
static final String REMOVE_SECURITY_GROUP_FOLDER
static final String ADD_SECURITY_GROUP_FOLDER
UaProperty getSupportedSecurityPolicyUrisNode()
String[] getSupportedSecurityPolicyUris()
void setSupportedSecurityPolicyUris(String[] value) throws StatusException
StatusExceptionUaMethod getRemoveSecurityGroupNode()
void removeSecurityGroup(NodeId f_securityGroupNodeId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddSecurityGroupNode()
SecurityGroupFolderType.AddSecurityGroupMethodOutputs addSecurityGroup(String f_securityGroupName, Double f_keyLifetime, String f_securityPolicyUri, UnsignedInteger f_maxFutureKeyCount, UnsignedInteger f_maxPastKeyCount) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveSecurityGroupFolderNode()
void removeSecurityGroupFolder(NodeId f_securityGroupFolderNodeId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddSecurityGroupFolderNode()
NodeId addSecurityGroupFolder(String f_name) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.