public class AuditOpenSecureChannelEventTypeNode extends AuditChannelEventTypeNode implements AuditOpenSecureChannelEventType
CLIENT_CERTIFICATE, CLIENT_CERTIFICATE_THUMBPRINT, REQUEST_TYPE, REQUESTED_LIFETIME, SECURITY_MODE, SECURITY_POLICY_URISECURE_CHANNEL_IDACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
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.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getClientCertificate()
Get the local value of the ClientCertificate Node.
|
PropertyTypeNode |
getClientCertificateNode()
Get the ClientCertificate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getClientCertificateNodeAsync()
Asynchronous implementation of
AuditOpenSecureChannelEventType.getClientCertificateNode(). |
String |
getClientCertificateThumbprint()
Get the local value of the ClientCertificateThumbprint Node.
|
PropertyTypeNode |
getClientCertificateThumbprintNode()
Get the ClientCertificateThumbprint
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getClientCertificateThumbprintNodeAsync()
Asynchronous implementation of
AuditOpenSecureChannelEventType.getClientCertificateThumbprintNode(). |
Double |
getRequestedLifetime()
Get the local value of the RequestedLifetime Node.
|
PropertyTypeNode |
getRequestedLifetimeNode()
Get the RequestedLifetime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getRequestedLifetimeNodeAsync()
Asynchronous implementation of
AuditOpenSecureChannelEventType.getRequestedLifetimeNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType |
getRequestType()
Get the local value of the RequestType Node.
|
PropertyTypeNode |
getRequestTypeNode()
Get the RequestType
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getRequestTypeNodeAsync()
Asynchronous implementation of
AuditOpenSecureChannelEventType.getRequestTypeNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode |
getSecurityMode()
Get the local value of the SecurityMode Node.
|
PropertyTypeNode |
getSecurityModeNode()
Get the SecurityMode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSecurityModeNodeAsync()
Asynchronous implementation of
AuditOpenSecureChannelEventType.getSecurityModeNode(). |
String |
getSecurityPolicyUri()
Get the local value of the SecurityPolicyUri Node.
|
PropertyTypeNode |
getSecurityPolicyUriNode()
Get the SecurityPolicyUri
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSecurityPolicyUriNodeAsync()
Asynchronous implementation of
AuditOpenSecureChannelEventType.getSecurityPolicyUriNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
readClientCertificate()
Read 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> |
readClientCertificateAsync()
An asynchronous implementation of
AuditOpenSecureChannelEventType.readClientCertificate(). |
String |
readClientCertificateThumbprint()
Read the value of the ClientCertificateThumbprint Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientCertificateThumbprintAsync()
An asynchronous implementation of
AuditOpenSecureChannelEventType.readClientCertificateThumbprint(). |
Double |
readRequestedLifetime()
Read the value of the RequestedLifetime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readRequestedLifetimeAsync()
An asynchronous implementation of
AuditOpenSecureChannelEventType.readRequestedLifetime(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType |
readRequestType()
Read 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> |
readRequestTypeAsync()
An asynchronous implementation of
AuditOpenSecureChannelEventType.readRequestType(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode |
readSecurityMode()
Read 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> |
readSecurityModeAsync()
An asynchronous implementation of
AuditOpenSecureChannelEventType.readSecurityMode(). |
String |
readSecurityPolicyUri()
Read the value of the SecurityPolicyUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSecurityPolicyUriAsync()
An asynchronous implementation of
AuditOpenSecureChannelEventType.readSecurityPolicyUri(). |
void |
setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
Set the local value of the ClientCertificate Node.
|
void |
setClientCertificateThumbprint(String clientCertificateThumbprint)
Set the local value of the ClientCertificateThumbprint Node.
|
void |
setRequestedLifetime(Double requestedLifetime)
Set the local value of the RequestedLifetime Node.
|
void |
setRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
Set the local value of the RequestType Node.
|
void |
setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
Set the local value of the SecurityMode Node.
|
void |
setSecurityPolicyUri(String securityPolicyUri)
Set the local value of the SecurityPolicyUri Node.
|
void |
writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
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 of
AuditOpenSecureChannelEventType.writeClientCertificate(ByteString). |
void |
writeClientCertificateThumbprint(String clientCertificateThumbprint)
Write 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 of
AuditOpenSecureChannelEventType.writeClientCertificateThumbprint(String). |
void |
writeRequestedLifetime(Double requestedLifetime)
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 of
AuditOpenSecureChannelEventType.writeRequestedLifetime(Double). |
void |
writeRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
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 of
AuditOpenSecureChannelEventType.writeRequestType(SecurityTokenRequestType). |
void |
writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
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 of
AuditOpenSecureChannelEventType.writeSecurityMode(MessageSecurityMode). |
void |
writeSecurityPolicyUri(String securityPolicyUri)
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 of
AuditOpenSecureChannelEventType.writeSecurityPolicyUri(String). |
getSecureChannelId, getSecureChannelIdNode, getSecureChannelIdNodeAsync, readSecureChannelId, readSecureChannelIdAsync, setSecureChannelId, writeSecureChannelId, writeSecureChannelIdAsyncgetActionTimeStamp, 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, writeStatusAsyncgetEventId, 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, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSecureChannelId, getSecureChannelIdNode, getSecureChannelIdNodeAsync, readSecureChannelId, readSecureChannelIdAsync, setSecureChannelId, writeSecureChannelId, writeSecureChannelIdAsyncgetActionTimeStamp, 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, writeStatusAsyncgetEventId, 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, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic 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.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe returned value is the last seen; it is not read live from the server.
getClientCertificate in interface AuditOpenSecureChannelEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificate Node.public void setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe value is only updated locally; it is not written to the server.
setClientCertificate in interface AuditOpenSecureChannelEventTypeclientCertificate - the local value to set for the ClientCertificate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificate Node.public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypereadClientCertificate in interface AuditOpenSecureChannelEventTypeByteString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypewriteClientCertificate in interface AuditOpenSecureChannelEventTypeclientCertificate - the ByteString value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readClientCertificateAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.readClientCertificate().readClientCertificateAsync in interface AuditOpenSecureChannelEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.writeClientCertificate(ByteString).writeClientCertificateAsync in interface AuditOpenSecureChannelEventTypepublic PropertyTypeNode getClientCertificateNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientCertificateNode in interface AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getClientCertificateNodeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.getClientCertificateNode().getClientCertificateNodeAsync in interface AuditOpenSecureChannelEventTypepublic String getClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe returned value is the last seen; it is not read live from the server.
getClientCertificateThumbprint in interface AuditOpenSecureChannelEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificateThumbprint Node.public void setClientCertificateThumbprint(String clientCertificateThumbprint) throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe value is only updated locally; it is not written to the server.
setClientCertificateThumbprint in interface AuditOpenSecureChannelEventTypeclientCertificateThumbprint - the local value to set for the ClientCertificateThumbprint Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificateThumbprint Node.public String readClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypereadClientCertificateThumbprint in interface AuditOpenSecureChannelEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientCertificateThumbprint(String clientCertificateThumbprint) throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypewriteClientCertificateThumbprint in interface AuditOpenSecureChannelEventTypeclientCertificateThumbprint - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readClientCertificateThumbprintAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.readClientCertificateThumbprint().readClientCertificateThumbprintAsync in interface AuditOpenSecureChannelEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateThumbprintAsync(String clientCertificateThumbprint)
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.writeClientCertificateThumbprint(String).writeClientCertificateThumbprintAsync in interface AuditOpenSecureChannelEventTypepublic PropertyTypeNode getClientCertificateThumbprintNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientCertificateThumbprintNode in interface AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getClientCertificateThumbprintNodeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.getClientCertificateThumbprintNode().getClientCertificateThumbprintNodeAsync in interface AuditOpenSecureChannelEventTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType getRequestType()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe returned value is the last seen; it is not read live from the server.
getRequestType in interface AuditOpenSecureChannelEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RequestType Node.public void setRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe value is only updated locally; it is not written to the server.
setRequestType in interface AuditOpenSecureChannelEventTyperequestType - the local value to set for the RequestType Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RequestType Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType readRequestType()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypereadRequestType in interface AuditOpenSecureChannelEventTypeSecurityTokenRequestType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypewriteRequestType in interface AuditOpenSecureChannelEventTyperequestType - the SecurityTokenRequestType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> readRequestTypeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.readRequestType().readRequestTypeAsync in interface AuditOpenSecureChannelEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.writeRequestType(SecurityTokenRequestType).writeRequestTypeAsync in interface AuditOpenSecureChannelEventTypepublic PropertyTypeNode getRequestTypeNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRequestTypeNode in interface AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getRequestTypeNodeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.getRequestTypeNode().getRequestTypeNodeAsync in interface AuditOpenSecureChannelEventTypepublic String getSecurityPolicyUri() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe returned value is the last seen; it is not read live from the server.
getSecurityPolicyUri in interface AuditOpenSecureChannelEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityPolicyUri Node.public void setSecurityPolicyUri(String securityPolicyUri) throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe value is only updated locally; it is not written to the server.
setSecurityPolicyUri in interface AuditOpenSecureChannelEventTypesecurityPolicyUri - the local value to set for the SecurityPolicyUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityPolicyUri Node.public String readSecurityPolicyUri() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypereadSecurityPolicyUri in interface AuditOpenSecureChannelEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecurityPolicyUri(String securityPolicyUri) throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypewriteSecurityPolicyUri in interface AuditOpenSecureChannelEventTypesecurityPolicyUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readSecurityPolicyUriAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.readSecurityPolicyUri().readSecurityPolicyUriAsync in interface AuditOpenSecureChannelEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String securityPolicyUri)
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.writeSecurityPolicyUri(String).writeSecurityPolicyUriAsync in interface AuditOpenSecureChannelEventTypepublic PropertyTypeNode getSecurityPolicyUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecurityPolicyUriNode in interface AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getSecurityPolicyUriNodeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.getSecurityPolicyUriNode().getSecurityPolicyUriNodeAsync in interface AuditOpenSecureChannelEventTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe returned value is the last seen; it is not read live from the server.
getSecurityMode in interface AuditOpenSecureChannelEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityMode Node.public void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe value is only updated locally; it is not written to the server.
setSecurityMode in interface AuditOpenSecureChannelEventTypesecurityMode - the local value to set for the SecurityMode Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityMode Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypereadSecurityMode in interface AuditOpenSecureChannelEventTypeMessageSecurityMode value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypewriteSecurityMode in interface AuditOpenSecureChannelEventTypesecurityMode - the MessageSecurityMode value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.readSecurityMode().readSecurityModeAsync in interface AuditOpenSecureChannelEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.writeSecurityMode(MessageSecurityMode).writeSecurityModeAsync in interface AuditOpenSecureChannelEventTypepublic PropertyTypeNode getSecurityModeNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecurityModeNode in interface AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getSecurityModeNodeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.getSecurityModeNode().getSecurityModeNodeAsync in interface AuditOpenSecureChannelEventTypepublic Double getRequestedLifetime() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe returned value is the last seen; it is not read live from the server.
getRequestedLifetime in interface AuditOpenSecureChannelEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RequestedLifetime Node.public void setRequestedLifetime(Double requestedLifetime) throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypeThe value is only updated locally; it is not written to the server.
setRequestedLifetime in interface AuditOpenSecureChannelEventTyperequestedLifetime - the local value to set for the RequestedLifetime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RequestedLifetime Node.public Double readRequestedLifetime() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypereadRequestedLifetime in interface AuditOpenSecureChannelEventTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRequestedLifetime(Double requestedLifetime) throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypewriteRequestedLifetime in interface AuditOpenSecureChannelEventTyperequestedLifetime - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readRequestedLifetimeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.readRequestedLifetime().readRequestedLifetimeAsync in interface AuditOpenSecureChannelEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedLifetimeAsync(Double requestedLifetime)
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.writeRequestedLifetime(Double).writeRequestedLifetimeAsync in interface AuditOpenSecureChannelEventTypepublic PropertyTypeNode getRequestedLifetimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRequestedLifetimeNode in interface AuditOpenSecureChannelEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getRequestedLifetimeNodeAsync()
AuditOpenSecureChannelEventTypeAuditOpenSecureChannelEventType.getRequestedLifetimeNode().getRequestedLifetimeNodeAsync in interface AuditOpenSecureChannelEventTypeCopyright © 2021. All rights reserved.