Class AuditOpenSecureChannelEventTypeNode
- All Implemented Interfaces:
AuditChannelEventType,AuditEventType,AuditOpenSecureChannelEventType,AuditSecurityEventType,BaseEventType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
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.AuditOpenSecureChannelEventType
CERTIFICATE_ERROR_EVENT_ID, CLIENT_CERTIFICATE, CLIENT_CERTIFICATE_THUMBPRINT, REQUEST_TYPE, REQUESTED_LIFETIME, SECURITY_MODE, SECURITY_POLICY_URIFields 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 -
Constructor Summary
ConstructorsConstructorDescriptionAuditOpenSecureChannelEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
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 PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getCertificateErrorEventIdNode().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 PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getClientCertificateNode().Get the local value of the ClientCertificateThumbprint Node.Get the ClientCertificateThumbprintPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getClientCertificateThumbprintNode().Get the local value of the RequestedLifetime Node.Get the RequestedLifetimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getRequestedLifetimeNode().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 PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getRequestTypeNode().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 PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getSecurityModeNode().Get the local value of the SecurityPolicyUri Node.Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditOpenSecureChannelEventType.getSecurityPolicyUriNode().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 ofAuditOpenSecureChannelEventType.readCertificateErrorEventId().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 ofAuditOpenSecureChannelEventType.readClientCertificate().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 ofAuditOpenSecureChannelEventType.readClientCertificateThumbprint().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 ofAuditOpenSecureChannelEventType.readRequestedLifetime().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 ofAuditOpenSecureChannelEventType.readRequestType().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 ofAuditOpenSecureChannelEventType.readSecurityMode().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 ofAuditOpenSecureChannelEventType.readSecurityPolicyUri().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 certificateErrorEventId) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeCertificateErrorEventId(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 clientCertificate) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeClientCertificate(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>writeClientCertificateThumbprintAsync(String clientCertificateThumbprint) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeClientCertificateThumbprint(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>writeRequestedLifetimeAsync(Double requestedLifetime) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeRequestedLifetime(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 requestType) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeRequestType(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 securityMode) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeSecurityMode(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>writeSecurityPolicyUriAsync(String securityPolicyUri) An asynchronous implementation ofAuditOpenSecureChannelEventType.writeSecurityPolicyUri(java.lang.String).Methods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.AuditChannelEventTypeNode
getSecureChannelId, getSecureChannelIdNode, getSecureChannelIdNodeAsync, readSecureChannelId, readSecureChannelIdAsync, setSecureChannelId, writeSecureChannelId, writeSecureChannelIdAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.AuditSecurityEventTypeNode
getStatusCodeId, getStatusCodeIdNode, getStatusCodeIdNodeAsync, readStatusCodeId, readStatusCodeIdAsync, setStatusCodeId, writeStatusCodeId, writeStatusCodeIdAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.AuditEventTypeNode
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 class org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventTypeNode
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 class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
AuditOpenSecureChannelEventTypeNode
public AuditOpenSecureChannelEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getClientCertificate
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getClientCertificate() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the ClientCertificate Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getClientCertificatein interfaceAuditOpenSecureChannelEventType- 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
public void setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the ClientCertificate Node.The value is only updated locally; it is not written to the server.
- Specified by:
setClientCertificatein interfaceAuditOpenSecureChannelEventType- 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
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readClientCertificate() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeRead the value of the ClientCertificate Node from the server and update the local value if the operation succeeds.- Specified by:
readClientCertificatein interfaceAuditOpenSecureChannelEventType- Returns:
- the
ByteStringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeClientCertificate
public void writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the ClientCertificate Node to the server and update the local value if the operation succeeds.- Specified by:
writeClientCertificatein interfaceAuditOpenSecureChannelEventType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readClientCertificateAsync()Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readClientCertificate().- Specified by:
readClientCertificateAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientCertificateAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).- Specified by:
writeClientCertificateAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientCertificateNode
public PropertyTypeNode getClientCertificateNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the ClientCertificatePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getClientCertificateNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getClientCertificateNode().- Specified by:
getClientCertificateNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getClientCertificateThumbprint
Description copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the ClientCertificateThumbprint Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getClientCertificateThumbprintin interfaceAuditOpenSecureChannelEventType- 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
public void setClientCertificateThumbprint(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the ClientCertificateThumbprint Node.The value is only updated locally; it is not written to the server.
- Specified by:
setClientCertificateThumbprintin interfaceAuditOpenSecureChannelEventType- 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
public String readClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeRead the value of the ClientCertificateThumbprint Node from the server and update the local value if the operation succeeds.- Specified by:
readClientCertificateThumbprintin interfaceAuditOpenSecureChannelEventType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeClientCertificateThumbprint
public void writeClientCertificateThumbprint(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the ClientCertificateThumbprint Node to the server and update the local value if the operation succeeds.- Specified by:
writeClientCertificateThumbprintin interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readClientCertificateThumbprint().- Specified by:
readClientCertificateThumbprintAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientCertificateThumbprintAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateThumbprintAsync(String clientCertificateThumbprint) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeClientCertificateThumbprint(java.lang.String).- Specified by:
writeClientCertificateThumbprintAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientCertificateThumbprintNode
public PropertyTypeNode getClientCertificateThumbprintNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the ClientCertificateThumbprintPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getClientCertificateThumbprintNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getClientCertificateThumbprintNode().- Specified by:
getClientCertificateThumbprintNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestType
public org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType getRequestType() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the RequestType Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRequestTypein interfaceAuditOpenSecureChannelEventType- 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
public void setRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the RequestType Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRequestTypein interfaceAuditOpenSecureChannelEventType- 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
public org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType readRequestType() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeRead the value of the RequestType Node from the server and update the local value if the operation succeeds.- Specified by:
readRequestTypein interfaceAuditOpenSecureChannelEventType- Returns:
- the
SecurityTokenRequestTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestType
public void writeRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the RequestType Node to the server and update the local value if the operation succeeds.- Specified by:
writeRequestTypein interfaceAuditOpenSecureChannelEventType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> readRequestTypeAsync()Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readRequestType().- Specified by:
readRequestTypeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestTypeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType).- Specified by:
writeRequestTypeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestTypeNode
Description copied from interface:AuditOpenSecureChannelEventTypeGet the RequestTypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRequestTypeNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getRequestTypeNode().- Specified by:
getRequestTypeNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityPolicyUri
Description copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the SecurityPolicyUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityPolicyUriin interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the SecurityPolicyUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityPolicyUriin interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeRead the value of the SecurityPolicyUri Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityPolicyUriin interfaceAuditOpenSecureChannelEventType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityPolicyUri
public void writeSecurityPolicyUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the SecurityPolicyUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityPolicyUriin interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readSecurityPolicyUri().- Specified by:
readSecurityPolicyUriAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityPolicyUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String securityPolicyUri) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeSecurityPolicyUri(java.lang.String).- Specified by:
writeSecurityPolicyUriAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityPolicyUriNode
public PropertyTypeNode getSecurityPolicyUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityPolicyUriNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getSecurityPolicyUriNode().- Specified by:
getSecurityPolicyUriNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityMode
public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the SecurityMode Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityModein interfaceAuditOpenSecureChannelEventType- 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
public void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the SecurityMode Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityModein interfaceAuditOpenSecureChannelEventType- 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
public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityModein interfaceAuditOpenSecureChannelEventType- Returns:
- the
MessageSecurityModevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityMode
public void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityModein interfaceAuditOpenSecureChannelEventType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readSecurityMode().- Specified by:
readSecurityModeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityModeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).- Specified by:
writeSecurityModeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityModeNode
Description copied from interface:AuditOpenSecureChannelEventTypeGet the SecurityModePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityModeNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getSecurityModeNode().- Specified by:
getSecurityModeNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestedLifetime
Description copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the RequestedLifetime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRequestedLifetimein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the RequestedLifetime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRequestedLifetimein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeRead the value of the RequestedLifetime Node from the server and update the local value if the operation succeeds.- Specified by:
readRequestedLifetimein interfaceAuditOpenSecureChannelEventType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestedLifetime
public void writeRequestedLifetime(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the RequestedLifetime Node to the server and update the local value if the operation succeeds.- Specified by:
writeRequestedLifetimein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readRequestedLifetime().- Specified by:
readRequestedLifetimeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestedLifetimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedLifetimeAsync(Double requestedLifetime) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeRequestedLifetime(java.lang.Double).- Specified by:
writeRequestedLifetimeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestedLifetimeNode
public PropertyTypeNode getRequestedLifetimeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the RequestedLifetimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRequestedLifetimeNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getRequestedLifetimeNode().- Specified by:
getRequestedLifetimeNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCertificateErrorEventId
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getCertificateErrorEventId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the local value of the CertificateErrorEventId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getCertificateErrorEventIdin interfaceAuditOpenSecureChannelEventType- 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
public void setCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeSet the local value of the CertificateErrorEventId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setCertificateErrorEventIdin interfaceAuditOpenSecureChannelEventType- 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
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readCertificateErrorEventId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeRead the value of the CertificateErrorEventId Node from the server and update the local value if the operation succeeds.- Specified by:
readCertificateErrorEventIdin interfaceAuditOpenSecureChannelEventType- Returns:
- the
ByteStringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCertificateErrorEventId
public void writeCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditOpenSecureChannelEventTypeWrite a new value for the CertificateErrorEventId Node to the server and update the local value if the operation succeeds.- Specified by:
writeCertificateErrorEventIdin interfaceAuditOpenSecureChannelEventType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readCertificateErrorEventIdAsync()Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.readCertificateErrorEventId().- Specified by:
readCertificateErrorEventIdAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCertificateErrorEventIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateErrorEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificateErrorEventId) Description copied from interface:AuditOpenSecureChannelEventTypeAn asynchronous implementation ofAuditOpenSecureChannelEventType.writeCertificateErrorEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).- Specified by:
writeCertificateErrorEventIdAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCertificateErrorEventIdNode
public PropertyTypeNode getCertificateErrorEventIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditOpenSecureChannelEventTypeGet the CertificateErrorEventIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getCertificateErrorEventIdNodein interfaceAuditOpenSecureChannelEventType- 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
Description copied from interface:AuditOpenSecureChannelEventTypeAsynchronous implementation ofAuditOpenSecureChannelEventType.getCertificateErrorEventIdNode().- Specified by:
getCertificateErrorEventIdNodeAsyncin interfaceAuditOpenSecureChannelEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-