public interface SessionSecurityDiagnosticsType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMechanism()
Get the local value of the AuthenticationMechanism Node.
|
BaseDataVariableType |
getAuthenticationMechanismNode()
Get the AuthenticationMechanism
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getAuthenticationMechanismNodeAsync()
Asynchronous implementation of
getAuthenticationMechanismNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getClientCertificate()
Get the local value of the ClientCertificate Node.
|
BaseDataVariableType |
getClientCertificateNode()
Get the ClientCertificate
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getClientCertificateNodeAsync()
Asynchronous implementation of
getClientCertificateNode(). |
String[] |
getClientUserIdHistory()
Get the local value of the ClientUserIdHistory Node.
|
BaseDataVariableType |
getClientUserIdHistoryNode()
Get the ClientUserIdHistory
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getClientUserIdHistoryNodeAsync()
Asynchronous implementation of
getClientUserIdHistoryNode(). |
String |
getClientUserIdOfSession()
Get the local value of the ClientUserIdOfSession Node.
|
BaseDataVariableType |
getClientUserIdOfSessionNode()
Get the ClientUserIdOfSession
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getClientUserIdOfSessionNodeAsync()
Asynchronous implementation of
getClientUserIdOfSessionNode(). |
String |
getEncoding()
Get the local value of the Encoding Node.
|
BaseDataVariableType |
getEncodingNode()
Get the Encoding
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getEncodingNodeAsync()
Asynchronous implementation of
getEncodingNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode |
getSecurityMode()
Get the local value of the SecurityMode Node.
|
BaseDataVariableType |
getSecurityModeNode()
Get the SecurityMode
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSecurityModeNodeAsync()
Asynchronous implementation of
getSecurityModeNode(). |
String |
getSecurityPolicyUri()
Get the local value of the SecurityPolicyUri Node.
|
BaseDataVariableType |
getSecurityPolicyUriNode()
Get the SecurityPolicyUri
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSecurityPolicyUriNodeAsync()
Asynchronous implementation of
getSecurityPolicyUriNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getSessionId()
Get the local value of the SessionId Node.
|
BaseDataVariableType |
getSessionIdNode()
Get the SessionId
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSessionIdNodeAsync()
Asynchronous implementation of
getSessionIdNode(). |
String |
getTransportProtocol()
Get the local value of the TransportProtocol Node.
|
BaseDataVariableType |
getTransportProtocolNode()
Get the TransportProtocol
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getTransportProtocolNodeAsync()
Asynchronous implementation of
getTransportProtocolNode(). |
String |
readAuthenticationMechanism()
Read the value of the AuthenticationMechanism Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readAuthenticationMechanismAsync()
An asynchronous implementation of
readAuthenticationMechanism(). |
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[] |
readClientUserIdHistory()
Read the value of the ClientUserIdHistory Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readClientUserIdHistoryAsync()
An asynchronous implementation of
readClientUserIdHistory(). |
String |
readClientUserIdOfSession()
Read the value of the ClientUserIdOfSession Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientUserIdOfSessionAsync()
An asynchronous implementation of
readClientUserIdOfSession(). |
String |
readEncoding()
Read the value of the Encoding Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readEncodingAsync()
An asynchronous implementation of
readEncoding(). |
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(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readSessionId()
Read the value of the SessionId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readSessionIdAsync()
An asynchronous implementation of
readSessionId(). |
String |
readTransportProtocol()
Read the value of the TransportProtocol Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readTransportProtocolAsync()
An asynchronous implementation of
readTransportProtocol(). |
void |
setAuthenticationMechanism(String authenticationMechanism)
Set the local value of the AuthenticationMechanism Node.
|
void |
setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
Set the local value of the ClientCertificate Node.
|
void |
setClientUserIdHistory(String[] clientUserIdHistory)
Set the local value of the ClientUserIdHistory Node.
|
void |
setClientUserIdOfSession(String clientUserIdOfSession)
Set the local value of the ClientUserIdOfSession Node.
|
void |
setEncoding(String encoding)
Set the local value of the Encoding 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 |
setSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
Set the local value of the SessionId Node.
|
void |
setTransportProtocol(String transportProtocol)
Set the local value of the TransportProtocol Node.
|
void |
writeAuthenticationMechanism(String authenticationMechanism)
Write a new value for the AuthenticationMechanism Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAuthenticationMechanismAsync(String authenticationMechanism)
An asynchronous implementation of
writeAuthenticationMechanism(String). |
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 |
writeClientUserIdHistory(String[] clientUserIdHistory)
Write a new value for the ClientUserIdHistory Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientUserIdHistoryAsync(String[] clientUserIdHistory)
An asynchronous implementation of
writeClientUserIdHistory(String[]). |
void |
writeClientUserIdOfSession(String clientUserIdOfSession)
Write a new value for the ClientUserIdOfSession Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientUserIdOfSessionAsync(String clientUserIdOfSession)
An asynchronous implementation of
writeClientUserIdOfSession(String). |
void |
writeEncoding(String encoding)
Write a new value for the Encoding Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEncodingAsync(String encoding)
An asynchronous implementation of
writeEncoding(String). |
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). |
void |
writeSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
Write a new value for the SessionId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
An asynchronous implementation of
writeSessionId(NodeId). |
void |
writeTransportProtocol(String transportProtocol)
Write a new value for the TransportProtocol Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTransportProtocolAsync(String transportProtocol)
An asynchronous implementation of
writeTransportProtocol(String). |
getAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskorg.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSessionId()
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 SessionId Node.void setSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sessionId - the local value to set for the SessionId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionId Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
sessionId - the NodeId 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.NodeId> readSessionIdAsync()
readSessionId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
writeSessionId(NodeId).BaseDataVariableType getSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSessionIdNodeAsync()
getSessionIdNode().String getClientUserIdOfSession() 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 ClientUserIdOfSession Node.void setClientUserIdOfSession(String clientUserIdOfSession) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientUserIdOfSession - the local value to set for the ClientUserIdOfSession Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserIdOfSession Node.String readClientUserIdOfSession() 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 writeClientUserIdOfSession(String clientUserIdOfSession) throws org.eclipse.milo.opcua.stack.core.UaException
clientUserIdOfSession - 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> readClientUserIdOfSessionAsync()
readClientUserIdOfSession().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdOfSessionAsync(String clientUserIdOfSession)
writeClientUserIdOfSession(String).BaseDataVariableType getClientUserIdOfSessionNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getClientUserIdOfSessionNodeAsync()
getClientUserIdOfSessionNode().String[] getClientUserIdHistory() 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 ClientUserIdHistory Node.void setClientUserIdHistory(String[] clientUserIdHistory) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientUserIdHistory - the local value to set for the ClientUserIdHistory Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserIdHistory Node.String[] readClientUserIdHistory() 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 writeClientUserIdHistory(String[] clientUserIdHistory) throws org.eclipse.milo.opcua.stack.core.UaException
clientUserIdHistory - 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[]> readClientUserIdHistoryAsync()
readClientUserIdHistory().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdHistoryAsync(String[] clientUserIdHistory)
writeClientUserIdHistory(String[]).BaseDataVariableType getClientUserIdHistoryNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getClientUserIdHistoryNodeAsync()
getClientUserIdHistoryNode().String getAuthenticationMechanism() 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 AuthenticationMechanism Node.void setAuthenticationMechanism(String authenticationMechanism) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
authenticationMechanism - the local value to set for the AuthenticationMechanism Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AuthenticationMechanism Node.String readAuthenticationMechanism() 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 writeAuthenticationMechanism(String authenticationMechanism) throws org.eclipse.milo.opcua.stack.core.UaException
authenticationMechanism - 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> readAuthenticationMechanismAsync()
readAuthenticationMechanism().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuthenticationMechanismAsync(String authenticationMechanism)
writeAuthenticationMechanism(String).BaseDataVariableType getAuthenticationMechanismNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getAuthenticationMechanismNodeAsync()
getAuthenticationMechanismNode().String getEncoding() 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 Encoding Node.void setEncoding(String encoding) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
encoding - the local value to set for the Encoding Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Encoding Node.String readEncoding() 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 writeEncoding(String encoding) throws org.eclipse.milo.opcua.stack.core.UaException
encoding - 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> readEncodingAsync()
readEncoding().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEncodingAsync(String encoding)
writeEncoding(String).BaseDataVariableType getEncodingNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getEncodingNodeAsync()
getEncodingNode().String getTransportProtocol() 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 TransportProtocol Node.void setTransportProtocol(String transportProtocol) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
transportProtocol - the local value to set for the TransportProtocol Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransportProtocol Node.String readTransportProtocol() 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 writeTransportProtocol(String transportProtocol) throws org.eclipse.milo.opcua.stack.core.UaException
transportProtocol - 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> readTransportProtocolAsync()
readTransportProtocol().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransportProtocolAsync(String transportProtocol)
writeTransportProtocol(String).BaseDataVariableType getTransportProtocolNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getTransportProtocolNodeAsync()
getTransportProtocolNode().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).BaseDataVariableType getSecurityModeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSecurityModeNodeAsync()
getSecurityModeNode().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).BaseDataVariableType getSecurityPolicyUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSecurityPolicyUriNodeAsync()
getSecurityPolicyUriNode().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).BaseDataVariableType getClientCertificateNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getClientCertificateNodeAsync()
getClientCertificateNode().Copyright © 2021. All rights reserved.