public interface SecurityGroupType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
FORCE_KEY_ROTATION |
static String |
INVALIDATE_KEYS |
static String |
KEY_LIFETIME |
static String |
MAX_FUTURE_KEY_COUNT |
static String |
MAX_PAST_KEY_COUNT |
static String |
SECURITY_GROUP_ID |
static String |
SECURITY_POLICY_URI |
| Modifier and Type | Method and Description |
|---|---|
void |
forceKeyRotation() |
UaMethod |
getForceKeyRotationNode() |
UaMethod |
getInvalidateKeysNode() |
Double |
getKeyLifetime() |
UaProperty |
getKeyLifetimeNode() |
UnsignedInteger |
getMaxFutureKeyCount() |
UaProperty |
getMaxFutureKeyCountNode() |
UnsignedInteger |
getMaxPastKeyCount() |
UaProperty |
getMaxPastKeyCountNode() |
String |
getSecurityGroupId() |
UaProperty |
getSecurityGroupIdNode() |
String |
getSecurityPolicyUri() |
UaProperty |
getSecurityPolicyUriNode() |
void |
invalidateKeys() |
void |
setKeyLifetime(Double value) |
void |
setMaxFutureKeyCount(UnsignedInteger value) |
void |
setMaxPastKeyCount(UnsignedInteger value) |
void |
setSecurityGroupId(String value) |
void |
setSecurityPolicyUri(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 SECURITY_GROUP_ID
static final String SECURITY_POLICY_URI
static final String MAX_FUTURE_KEY_COUNT
static final String KEY_LIFETIME
static final String MAX_PAST_KEY_COUNT
static final String FORCE_KEY_ROTATION
static final String INVALIDATE_KEYS
UaProperty getSecurityGroupIdNode()
String getSecurityGroupId()
void setSecurityGroupId(String value) throws StatusException
StatusExceptionUaProperty getSecurityPolicyUriNode()
String getSecurityPolicyUri()
void setSecurityPolicyUri(String value) throws StatusException
StatusExceptionUaProperty getMaxFutureKeyCountNode()
UnsignedInteger getMaxFutureKeyCount()
void setMaxFutureKeyCount(UnsignedInteger value) throws StatusException
StatusExceptionUaProperty getKeyLifetimeNode()
Double getKeyLifetime()
void setKeyLifetime(Double value) throws StatusException
StatusExceptionUaProperty getMaxPastKeyCountNode()
UnsignedInteger getMaxPastKeyCount()
void setMaxPastKeyCount(UnsignedInteger value) throws StatusException
StatusExceptionUaMethod getForceKeyRotationNode()
void forceKeyRotation()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionUaMethod getInvalidateKeysNode()
void invalidateKeys()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.