public interface AuditOpenSecureChannelEventType extends AuditChannelEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
CLIENT_CERTIFICATE |
static QualifiedProperty<String> |
CLIENT_CERTIFICATE_THUMBPRINT |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> |
REQUEST_TYPE |
static QualifiedProperty<Double> |
REQUESTED_LIFETIME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> |
SECURITY_MODE |
static QualifiedProperty<String> |
SECURITY_POLICY_URI |
SECURE_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| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getClientCertificate()
Get the local value of the ClientCertificate Node.
|
PropertyType |
getClientCertificateNode()
Get the ClientCertificate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getClientCertificateNodeAsync()
Asynchronous implementation of
getClientCertificateNode(). |
String |
getClientCertificateThumbprint()
Get the local value of the ClientCertificateThumbprint Node.
|
PropertyType |
getClientCertificateThumbprintNode()
Get the ClientCertificateThumbprint
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getClientCertificateThumbprintNodeAsync()
Asynchronous implementation of
getClientCertificateThumbprintNode(). |
Double |
getRequestedLifetime()
Get the local value of the RequestedLifetime Node.
|
PropertyType |
getRequestedLifetimeNode()
Get the RequestedLifetime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getRequestedLifetimeNodeAsync()
Asynchronous implementation of
getRequestedLifetimeNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType |
getRequestType()
Get the local value of the RequestType Node.
|
PropertyType |
getRequestTypeNode()
Get the RequestType
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getRequestTypeNodeAsync()
Asynchronous implementation of
getRequestTypeNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode |
getSecurityMode()
Get the local value of the SecurityMode Node.
|
PropertyType |
getSecurityModeNode()
Get the SecurityMode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSecurityModeNodeAsync()
Asynchronous implementation of
getSecurityModeNode(). |
String |
getSecurityPolicyUri()
Get the local value of the SecurityPolicyUri Node.
|
PropertyType |
getSecurityPolicyUriNode()
Get the SecurityPolicyUri
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSecurityPolicyUriNodeAsync()
Asynchronous implementation of
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
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
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
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
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
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
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
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
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
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
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
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
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, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> CLIENT_CERTIFICATE
static final QualifiedProperty<String> CLIENT_CERTIFICATE_THUMBPRINT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> REQUEST_TYPE
static final QualifiedProperty<String> SECURITY_POLICY_URI
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> SECURITY_MODE
static final QualifiedProperty<Double> REQUESTED_LIFETIME
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificate Node.void setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientCertificate - 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.org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
ByteString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
throws org.eclipse.milo.opcua.stack.core.UaException
clientCertificate - the ByteString value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readClientCertificateAsync()
readClientCertificate().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
writeClientCertificate(ByteString).PropertyType getClientCertificateNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getClientCertificateNodeAsync()
getClientCertificateNode().String getClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificateThumbprint Node.void setClientCertificateThumbprint(String clientCertificateThumbprint) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientCertificateThumbprint - 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.String readClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeClientCertificateThumbprint(String clientCertificateThumbprint) throws org.eclipse.milo.opcua.stack.core.UaException
clientCertificateThumbprint - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readClientCertificateThumbprintAsync()
readClientCertificateThumbprint().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateThumbprintAsync(String clientCertificateThumbprint)
writeClientCertificateThumbprint(String).PropertyType getClientCertificateThumbprintNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getClientCertificateThumbprintNodeAsync()
getClientCertificateThumbprintNode().org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType getRequestType()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RequestType Node.void setRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
requestType - 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.org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType readRequestType()
throws org.eclipse.milo.opcua.stack.core.UaException
SecurityTokenRequestType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeRequestType(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
throws org.eclipse.milo.opcua.stack.core.UaException
requestType - the SecurityTokenRequestType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType> readRequestTypeAsync()
readRequestType().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType requestType)
writeRequestType(SecurityTokenRequestType).PropertyType getRequestTypeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getRequestTypeNodeAsync()
getRequestTypeNode().String getSecurityPolicyUri() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityPolicyUri Node.void setSecurityPolicyUri(String securityPolicyUri) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
securityPolicyUri - 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.String readSecurityPolicyUri() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSecurityPolicyUri(String securityPolicyUri) throws org.eclipse.milo.opcua.stack.core.UaException
securityPolicyUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readSecurityPolicyUriAsync()
readSecurityPolicyUri().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String securityPolicyUri)
writeSecurityPolicyUri(String).PropertyType getSecurityPolicyUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getSecurityPolicyUriNodeAsync()
getSecurityPolicyUriNode().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityMode Node.void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
securityMode - 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.org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode()
throws org.eclipse.milo.opcua.stack.core.UaException
MessageSecurityMode value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
throws org.eclipse.milo.opcua.stack.core.UaException
securityMode - the MessageSecurityMode value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()
readSecurityMode().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
writeSecurityMode(MessageSecurityMode).PropertyType getSecurityModeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getSecurityModeNodeAsync()
getSecurityModeNode().Double getRequestedLifetime() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RequestedLifetime Node.void setRequestedLifetime(Double requestedLifetime) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
requestedLifetime - 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.Double readRequestedLifetime() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeRequestedLifetime(Double requestedLifetime) throws org.eclipse.milo.opcua.stack.core.UaException
requestedLifetime - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readRequestedLifetimeAsync()
readRequestedLifetime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedLifetimeAsync(Double requestedLifetime)
writeRequestedLifetime(Double).PropertyType getRequestedLifetimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getRequestedLifetimeNodeAsync()
getRequestedLifetimeNode().Copyright © 2021. All rights reserved.