public class SessionSecurityDiagnosticsTypeNode extends BaseDataVariableTypeNode implements SessionSecurityDiagnosticsType
| Constructor and Description |
|---|
SessionSecurityDiagnosticsTypeNode(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.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMechanism()
Get the local value of the AuthenticationMechanism Node.
|
BaseDataVariableTypeNode |
getAuthenticationMechanismNode()
Get the AuthenticationMechanism
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getAuthenticationMechanismNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getAuthenticationMechanismNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getClientCertificate()
Get the local value of the ClientCertificate Node.
|
BaseDataVariableTypeNode |
getClientCertificateNode()
Get the ClientCertificate
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getClientCertificateNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getClientCertificateNode(). |
String[] |
getClientUserIdHistory()
Get the local value of the ClientUserIdHistory Node.
|
BaseDataVariableTypeNode |
getClientUserIdHistoryNode()
Get the ClientUserIdHistory
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getClientUserIdHistoryNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getClientUserIdHistoryNode(). |
String |
getClientUserIdOfSession()
Get the local value of the ClientUserIdOfSession Node.
|
BaseDataVariableTypeNode |
getClientUserIdOfSessionNode()
Get the ClientUserIdOfSession
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getClientUserIdOfSessionNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getClientUserIdOfSessionNode(). |
String |
getEncoding()
Get the local value of the Encoding Node.
|
BaseDataVariableTypeNode |
getEncodingNode()
Get the Encoding
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getEncodingNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getEncodingNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode |
getSecurityMode()
Get the local value of the SecurityMode Node.
|
BaseDataVariableTypeNode |
getSecurityModeNode()
Get the SecurityMode
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSecurityModeNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getSecurityModeNode(). |
String |
getSecurityPolicyUri()
Get the local value of the SecurityPolicyUri Node.
|
BaseDataVariableTypeNode |
getSecurityPolicyUriNode()
Get the SecurityPolicyUri
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSecurityPolicyUriNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getSecurityPolicyUriNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getSessionId()
Get the local value of the SessionId Node.
|
BaseDataVariableTypeNode |
getSessionIdNode()
Get the SessionId
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSessionIdNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.getSessionIdNode(). |
String |
getTransportProtocol()
Get the local value of the TransportProtocol Node.
|
BaseDataVariableTypeNode |
getTransportProtocolNode()
Get the TransportProtocol
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getTransportProtocolNodeAsync()
Asynchronous implementation of
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.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
SessionSecurityDiagnosticsType.writeTransportProtocol(String). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, 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, waitgetAccessLevel, 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, setWriteMaskpublic SessionSecurityDiagnosticsTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSessionId in interface SessionSecurityDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionId Node.public void setSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSessionId in interface SessionSecurityDiagnosticsTypesessionId - 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.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypereadSessionId in interface SessionSecurityDiagnosticsTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypewriteSessionId in interface SessionSecurityDiagnosticsTypesessionId - the NodeId 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.NodeId> readSessionIdAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readSessionId().readSessionIdAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeSessionId(NodeId).writeSessionIdAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionIdNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSessionIdNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getSessionIdNode().getSessionIdNodeAsync in interface SessionSecurityDiagnosticsTypepublic String getClientUserIdOfSession() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getClientUserIdOfSession in interface SessionSecurityDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserIdOfSession Node.public void setClientUserIdOfSession(String clientUserIdOfSession) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setClientUserIdOfSession in interface SessionSecurityDiagnosticsTypeclientUserIdOfSession - 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.public String readClientUserIdOfSession() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypereadClientUserIdOfSession in interface SessionSecurityDiagnosticsTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientUserIdOfSession(String clientUserIdOfSession) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypewriteClientUserIdOfSession in interface SessionSecurityDiagnosticsTypeclientUserIdOfSession - 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> readClientUserIdOfSessionAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readClientUserIdOfSession().readClientUserIdOfSessionAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdOfSessionAsync(String clientUserIdOfSession)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeClientUserIdOfSession(String).writeClientUserIdOfSessionAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getClientUserIdOfSessionNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientUserIdOfSessionNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getClientUserIdOfSessionNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getClientUserIdOfSessionNode().getClientUserIdOfSessionNodeAsync in interface SessionSecurityDiagnosticsTypepublic String[] getClientUserIdHistory() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getClientUserIdHistory in interface SessionSecurityDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserIdHistory Node.public void setClientUserIdHistory(String[] clientUserIdHistory) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setClientUserIdHistory in interface SessionSecurityDiagnosticsTypeclientUserIdHistory - 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.public String[] readClientUserIdHistory() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypereadClientUserIdHistory in interface SessionSecurityDiagnosticsTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientUserIdHistory(String[] clientUserIdHistory) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypewriteClientUserIdHistory in interface SessionSecurityDiagnosticsTypeclientUserIdHistory - 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[]> readClientUserIdHistoryAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readClientUserIdHistory().readClientUserIdHistoryAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdHistoryAsync(String[] clientUserIdHistory)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeClientUserIdHistory(String[]).writeClientUserIdHistoryAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getClientUserIdHistoryNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientUserIdHistoryNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getClientUserIdHistoryNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getClientUserIdHistoryNode().getClientUserIdHistoryNodeAsync in interface SessionSecurityDiagnosticsTypepublic String getAuthenticationMechanism() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getAuthenticationMechanism in interface SessionSecurityDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AuthenticationMechanism Node.public void setAuthenticationMechanism(String authenticationMechanism) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setAuthenticationMechanism in interface SessionSecurityDiagnosticsTypeauthenticationMechanism - 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.public String readAuthenticationMechanism() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypereadAuthenticationMechanism in interface SessionSecurityDiagnosticsTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeAuthenticationMechanism(String authenticationMechanism) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypewriteAuthenticationMechanism in interface SessionSecurityDiagnosticsTypeauthenticationMechanism - 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> readAuthenticationMechanismAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readAuthenticationMechanism().readAuthenticationMechanismAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuthenticationMechanismAsync(String authenticationMechanism)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeAuthenticationMechanism(String).writeAuthenticationMechanismAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getAuthenticationMechanismNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAuthenticationMechanismNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getAuthenticationMechanismNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getAuthenticationMechanismNode().getAuthenticationMechanismNodeAsync in interface SessionSecurityDiagnosticsTypepublic String getEncoding() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getEncoding in interface SessionSecurityDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Encoding Node.public void setEncoding(String encoding) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setEncoding in interface SessionSecurityDiagnosticsTypeencoding - 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.public String readEncoding() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypereadEncoding in interface SessionSecurityDiagnosticsTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEncoding(String encoding) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypewriteEncoding in interface SessionSecurityDiagnosticsTypeencoding - 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> readEncodingAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readEncoding().readEncodingAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEncodingAsync(String encoding)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeEncoding(String).writeEncodingAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getEncodingNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEncodingNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getEncodingNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getEncodingNode().getEncodingNodeAsync in interface SessionSecurityDiagnosticsTypepublic String getTransportProtocol() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getTransportProtocol in interface SessionSecurityDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransportProtocol Node.public void setTransportProtocol(String transportProtocol) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setTransportProtocol in interface SessionSecurityDiagnosticsTypetransportProtocol - 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.public String readTransportProtocol() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypereadTransportProtocol in interface SessionSecurityDiagnosticsTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTransportProtocol(String transportProtocol) throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypewriteTransportProtocol in interface SessionSecurityDiagnosticsTypetransportProtocol - 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> readTransportProtocolAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readTransportProtocol().readTransportProtocolAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransportProtocolAsync(String transportProtocol)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeTransportProtocol(String).writeTransportProtocolAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getTransportProtocolNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTransportProtocolNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getTransportProtocolNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getTransportProtocolNode().getTransportProtocolNodeAsync in interface SessionSecurityDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSecurityMode in interface SessionSecurityDiagnosticsTypeorg.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
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSecurityMode in interface SessionSecurityDiagnosticsTypesecurityMode - 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
SessionSecurityDiagnosticsTypereadSecurityMode in interface SessionSecurityDiagnosticsTypeMessageSecurityMode 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
SessionSecurityDiagnosticsTypewriteSecurityMode in interface SessionSecurityDiagnosticsTypesecurityMode - 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()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readSecurityMode().readSecurityModeAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeSecurityMode(MessageSecurityMode).writeSecurityModeAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getSecurityModeNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecurityModeNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSecurityModeNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getSecurityModeNode().getSecurityModeNodeAsync in interface SessionSecurityDiagnosticsTypepublic String getSecurityPolicyUri() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSecurityPolicyUri in interface SessionSecurityDiagnosticsTypeorg.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
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSecurityPolicyUri in interface SessionSecurityDiagnosticsTypesecurityPolicyUri - 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
SessionSecurityDiagnosticsTypereadSecurityPolicyUri in interface SessionSecurityDiagnosticsTypeString 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
SessionSecurityDiagnosticsTypewriteSecurityPolicyUri in interface SessionSecurityDiagnosticsTypesecurityPolicyUri - 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()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readSecurityPolicyUri().readSecurityPolicyUriAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String securityPolicyUri)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeSecurityPolicyUri(String).writeSecurityPolicyUriAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getSecurityPolicyUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecurityPolicyUriNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSecurityPolicyUriNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getSecurityPolicyUriNode().getSecurityPolicyUriNodeAsync in interface SessionSecurityDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getClientCertificate in interface SessionSecurityDiagnosticsTypeorg.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
SessionSecurityDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setClientCertificate in interface SessionSecurityDiagnosticsTypeclientCertificate - 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
SessionSecurityDiagnosticsTypereadClientCertificate in interface SessionSecurityDiagnosticsTypeByteString 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
SessionSecurityDiagnosticsTypewriteClientCertificate in interface SessionSecurityDiagnosticsTypeclientCertificate - 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()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.readClientCertificate().readClientCertificateAsync in interface SessionSecurityDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.writeClientCertificate(ByteString).writeClientCertificateAsync in interface SessionSecurityDiagnosticsTypepublic BaseDataVariableTypeNode getClientCertificateNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientCertificateNode in interface SessionSecurityDiagnosticsTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getClientCertificateNodeAsync()
SessionSecurityDiagnosticsTypeSessionSecurityDiagnosticsType.getClientCertificateNode().getClientCertificateNodeAsync in interface SessionSecurityDiagnosticsTypeCopyright © 2021. All rights reserved.