Interface AuditOpenSecureChannelEventType
- All Superinterfaces:
AuditChannelEventType,AuditEventType,AuditSecurityEventType,BaseEventType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
AuditOpenSecureChannelEventTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditChannelEventType
SECURE_CHANNEL_IDFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditEventType
ACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditSecurityEventType
STATUS_CODE_IDFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.ByteStringGet the local value of the CertificateErrorEventId Node.Get the CertificateErrorEventIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetCertificateErrorEventIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringGet the local value of the ClientCertificate Node.Get the ClientCertificatePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetClientCertificateNode().Get the local value of the ClientCertificateThumbprint Node.Get the ClientCertificateThumbprintPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetClientCertificateThumbprintNode().Get the local value of the RequestedLifetime Node.Get the RequestedLifetimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetRequestedLifetimeNode().org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestTypeGet the local value of the RequestType Node.Get the RequestTypePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetRequestTypeNode().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityModeGet the local value of the SecurityMode Node.Get the SecurityModePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSecurityModeNode().Get the local value of the SecurityPolicyUri Node.Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSecurityPolicyUriNode().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringRead the value of the CertificateErrorEventId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>An asynchronous implementation ofreadCertificateErrorEventId().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringRead the value of the ClientCertificate Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>An asynchronous implementation ofreadClientCertificate().Read the value of the ClientCertificateThumbprint Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadClientCertificateThumbprint().Read the value of the RequestedLifetime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofreadRequestedLifetime().org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestTypeRead the value of the RequestType Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType>An asynchronous implementation ofreadRequestType().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityModeRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode>An asynchronous implementation ofreadSecurityMode().Read the value of the SecurityPolicyUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadSecurityPolicyUri().voidsetCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Set the local value of the CertificateErrorEventId Node.voidsetClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Set the local value of the ClientCertificate Node.voidSet the local value of the ClientCertificateThumbprint Node.voidsetRequestedLifetime(Double value) Set the local value of the RequestedLifetime Node.voidsetRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) Set the local value of the RequestType Node.voidsetSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) Set the local value of the SecurityMode Node.voidsetSecurityPolicyUri(String value) Set the local value of the SecurityPolicyUri Node.voidwriteCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Write a new value for the CertificateErrorEventId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeCertificateErrorEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) An asynchronous implementation ofwriteCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).voidwriteClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Write a new value for the ClientCertificate Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) An asynchronous implementation ofwriteClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).voidWrite a new value for the ClientCertificateThumbprint Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteClientCertificateThumbprint(java.lang.String).voidwriteRequestedLifetime(Double value) Write a new value for the RequestedLifetime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteRequestedLifetime(java.lang.Double).voidwriteRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) Write a new value for the RequestType Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRequestTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) An asynchronous implementation ofwriteRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType).voidwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) Write a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) An asynchronous implementation ofwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).voidwriteSecurityPolicyUri(String value) Write a new value for the SecurityPolicyUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteSecurityPolicyUri(java.lang.String).Methods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditChannelEventType
getSecureChannelId, getSecureChannelIdNode, getSecureChannelIdNodeAsync, readSecureChannelId, readSecureChannelIdAsync, setSecureChannelId, writeSecureChannelId, writeSecureChannelIdAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditEventType
getActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditSecurityEventType
getStatusCodeId, getStatusCodeIdNode, getStatusCodeIdNodeAsync, readStatusCodeId, readStatusCodeIdAsync, setStatusCodeId, writeStatusCodeId, writeStatusCodeIdAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, getEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setConditionClassId, setConditionClassName, setConditionSubClassId, setConditionSubClassName, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Field Details
-
CLIENT_CERTIFICATE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> CLIENT_CERTIFICATE -
CLIENT_CERTIFICATE_THUMBPRINT
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String> CLIENT_CERTIFICATE_THUMBPRINT -
REQUEST_TYPE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> REQUEST_TYPE -
SECURITY_POLICY_URI
-
SECURITY_MODE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> SECURITY_MODE -
REQUESTED_LIFETIME
-
CERTIFICATE_ERROR_EVENT_ID
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> CERTIFICATE_ERROR_EVENT_ID
-
-
Method Details
-
getClientCertificate
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getClientCertificate() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ClientCertificate Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ClientCertificate Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientCertificate Node.
-
setClientCertificate
void setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ClientCertificate Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ClientCertificate Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientCertificate Node.
-
readClientCertificate
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readClientCertificate() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ClientCertificate Node from the server and update the local value if the operation succeeds.- Returns:
- the
ByteStringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeClientCertificate
void writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ClientCertificate Node to the server and update the local value if the operation succeeds.- Parameters:
value- theByteStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readClientCertificateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readClientCertificateAsync()An asynchronous implementation ofreadClientCertificate().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientCertificateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) An asynchronous implementation ofwriteClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientCertificateNode
Get the ClientCertificatePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ClientCertificate
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getClientCertificateNodeAsync
CompletableFuture<? extends PropertyType> getClientCertificateNodeAsync()Asynchronous implementation ofgetClientCertificateNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getClientCertificateThumbprint
Get the local value of the ClientCertificateThumbprint Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ClientCertificateThumbprint Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientCertificateThumbprint Node.
-
setClientCertificateThumbprint
void setClientCertificateThumbprint(String value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ClientCertificateThumbprint Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ClientCertificateThumbprint Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientCertificateThumbprint Node.
-
readClientCertificateThumbprint
Read the value of the ClientCertificateThumbprint Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeClientCertificateThumbprint
void writeClientCertificateThumbprint(String value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ClientCertificateThumbprint Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readClientCertificateThumbprintAsync
CompletableFuture<? extends String> readClientCertificateThumbprintAsync()An asynchronous implementation ofreadClientCertificateThumbprint().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientCertificateThumbprintAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateThumbprintAsync(String value) An asynchronous implementation ofwriteClientCertificateThumbprint(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientCertificateThumbprintNode
PropertyType getClientCertificateThumbprintNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the ClientCertificateThumbprintPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ClientCertificateThumbprint
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getClientCertificateThumbprintNodeAsync
CompletableFuture<? extends PropertyType> getClientCertificateThumbprintNodeAsync()Asynchronous implementation ofgetClientCertificateThumbprintNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestType
org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType getRequestType() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the RequestType Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RequestType Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestType Node.
-
setRequestType
void setRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the RequestType Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RequestType Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestType Node.
-
readRequestType
org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType readRequestType() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the RequestType Node from the server and update the local value if the operation succeeds.- Returns:
- the
SecurityTokenRequestTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestType
void writeRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the RequestType Node to the server and update the local value if the operation succeeds.- Parameters:
value- theSecurityTokenRequestTypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRequestTypeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> readRequestTypeAsync()An asynchronous implementation ofreadRequestType().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestTypeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) An asynchronous implementation ofwriteRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestTypeNode
Get the RequestTypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RequestType
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRequestTypeNodeAsync
CompletableFuture<? extends PropertyType> getRequestTypeNodeAsync()Asynchronous implementation ofgetRequestTypeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityPolicyUri
Get the local value of the SecurityPolicyUri Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SecurityPolicyUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityPolicyUri Node.
-
setSecurityPolicyUri
Set the local value of the SecurityPolicyUri Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SecurityPolicyUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityPolicyUri Node.
-
readSecurityPolicyUri
Read the value of the SecurityPolicyUri Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityPolicyUri
Write a new value for the SecurityPolicyUri Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityPolicyUriAsync
CompletableFuture<? extends String> readSecurityPolicyUriAsync()An asynchronous implementation ofreadSecurityPolicyUri().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityPolicyUriAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String value) An asynchronous implementation ofwriteSecurityPolicyUri(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityPolicyUriNode
Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SecurityPolicyUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityPolicyUriNodeAsync
CompletableFuture<? extends PropertyType> getSecurityPolicyUriNodeAsync()Asynchronous implementation ofgetSecurityPolicyUriNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityMode
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the SecurityMode Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SecurityMode Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityMode Node.
-
setSecurityMode
void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the SecurityMode Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SecurityMode Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityMode Node.
-
readSecurityMode
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.- Returns:
- the
MessageSecurityModevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityMode
void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.- Parameters:
value- theMessageSecurityModevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityModeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()An asynchronous implementation ofreadSecurityMode().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityModeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) An asynchronous implementation ofwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityModeNode
Get the SecurityModePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SecurityMode
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityModeNodeAsync
CompletableFuture<? extends PropertyType> getSecurityModeNodeAsync()Asynchronous implementation ofgetSecurityModeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestedLifetime
Get the local value of the RequestedLifetime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RequestedLifetime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedLifetime Node.
-
setRequestedLifetime
Set the local value of the RequestedLifetime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RequestedLifetime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedLifetime Node.
-
readRequestedLifetime
Read the value of the RequestedLifetime Node from the server and update the local value if the operation succeeds.- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestedLifetime
Write a new value for the RequestedLifetime Node to the server and update the local value if the operation succeeds.- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRequestedLifetimeAsync
CompletableFuture<? extends Double> readRequestedLifetimeAsync()An asynchronous implementation ofreadRequestedLifetime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestedLifetimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedLifetimeAsync(Double value) An asynchronous implementation ofwriteRequestedLifetime(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestedLifetimeNode
Get the RequestedLifetimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RequestedLifetime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRequestedLifetimeNodeAsync
CompletableFuture<? extends PropertyType> getRequestedLifetimeNodeAsync()Asynchronous implementation ofgetRequestedLifetimeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCertificateErrorEventId
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getCertificateErrorEventId() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the CertificateErrorEventId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the CertificateErrorEventId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CertificateErrorEventId Node.
-
setCertificateErrorEventId
void setCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the CertificateErrorEventId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the CertificateErrorEventId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CertificateErrorEventId Node.
-
readCertificateErrorEventId
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readCertificateErrorEventId() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the CertificateErrorEventId Node from the server and update the local value if the operation succeeds.- Returns:
- the
ByteStringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCertificateErrorEventId
void writeCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the CertificateErrorEventId Node to the server and update the local value if the operation succeeds.- Parameters:
value- theByteStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCertificateErrorEventIdAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readCertificateErrorEventIdAsync()An asynchronous implementation ofreadCertificateErrorEventId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCertificateErrorEventIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateErrorEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) An asynchronous implementation ofwriteCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCertificateErrorEventIdNode
Get the CertificateErrorEventIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the CertificateErrorEventId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCertificateErrorEventIdNodeAsync
CompletableFuture<? extends PropertyType> getCertificateErrorEventIdNodeAsync()Asynchronous implementation ofgetCertificateErrorEventIdNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-