public class AuditActivateSessionEventTypeNode extends AuditSessionEventTypeNode implements AuditActivateSessionEventType
CLIENT_SOFTWARE_CERTIFICATES, SECURE_CHANNEL_ID, USER_IDENTITY_TOKENSESSION_IDACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
AuditActivateSessionEventTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] |
getClientSoftwareCertificates()
Get the local value of the ClientSoftwareCertificates Node.
|
PropertyTypeNode |
getClientSoftwareCertificatesNode()
Get the ClientSoftwareCertificates
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getClientSoftwareCertificatesNodeAsync()
Asynchronous implementation of
AuditActivateSessionEventType.getClientSoftwareCertificatesNode(). |
String |
getSecureChannelId()
Get the local value of the SecureChannelId Node.
|
PropertyTypeNode |
getSecureChannelIdNode()
Get the SecureChannelId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSecureChannelIdNodeAsync()
Asynchronous implementation of
AuditActivateSessionEventType.getSecureChannelIdNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken |
getUserIdentityToken()
Get the local value of the UserIdentityToken Node.
|
PropertyTypeNode |
getUserIdentityTokenNode()
Get the UserIdentityToken
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getUserIdentityTokenNodeAsync()
Asynchronous implementation of
AuditActivateSessionEventType.getUserIdentityTokenNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] |
readClientSoftwareCertificates()
Read the value of the ClientSoftwareCertificates Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[]> |
readClientSoftwareCertificatesAsync()
An asynchronous implementation of
AuditActivateSessionEventType.readClientSoftwareCertificates(). |
String |
readSecureChannelId()
Read the value of the SecureChannelId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSecureChannelIdAsync()
An asynchronous implementation of
AuditActivateSessionEventType.readSecureChannelId(). |
org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken |
readUserIdentityToken()
Read the value of the UserIdentityToken Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken> |
readUserIdentityTokenAsync()
An asynchronous implementation of
AuditActivateSessionEventType.readUserIdentityToken(). |
void |
setClientSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
Set the local value of the ClientSoftwareCertificates Node.
|
void |
setSecureChannelId(String secureChannelId)
Set the local value of the SecureChannelId Node.
|
void |
setUserIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
Set the local value of the UserIdentityToken Node.
|
void |
writeClientSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
Write a new value for the ClientSoftwareCertificates Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientSoftwareCertificatesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
An asynchronous implementation of
AuditActivateSessionEventType.writeClientSoftwareCertificates(SignedSoftwareCertificate[]). |
void |
writeSecureChannelId(String secureChannelId)
Write a new value for the SecureChannelId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecureChannelIdAsync(String secureChannelId)
An asynchronous implementation of
AuditActivateSessionEventType.writeSecureChannelId(String). |
void |
writeUserIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
Write a new value for the UserIdentityToken Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeUserIdentityTokenAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
An asynchronous implementation of
AuditActivateSessionEventType.writeUserIdentityToken(UserIdentityToken). |
getSessionId, getSessionIdNode, getSessionIdNodeAsync, readSessionId, readSessionIdAsync, setSessionId, writeSessionId, writeSessionIdAsyncgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessionId, getSessionIdNode, getSessionIdNodeAsync, readSessionId, readSessionIdAsync, setSessionId, writeSessionId, writeSessionIdAsyncgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic AuditActivateSessionEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] getClientSoftwareCertificates()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getClientSoftwareCertificates in interface AuditActivateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientSoftwareCertificates Node.public void setClientSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypeThe value is only updated locally; it is not written to the server.
setClientSoftwareCertificates in interface AuditActivateSessionEventTypeclientSoftwareCertificates - the local value to set for the ClientSoftwareCertificates Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientSoftwareCertificates Node.public org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] readClientSoftwareCertificates()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypereadClientSoftwareCertificates in interface AuditActivateSessionEventTypeSignedSoftwareCertificate[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypewriteClientSoftwareCertificates in interface AuditActivateSessionEventTypeclientSoftwareCertificates - the SignedSoftwareCertificate[] 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.structured.SignedSoftwareCertificate[]> readClientSoftwareCertificatesAsync()
AuditActivateSessionEventTypeAuditActivateSessionEventType.readClientSoftwareCertificates().readClientSoftwareCertificatesAsync in interface AuditActivateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientSoftwareCertificatesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
AuditActivateSessionEventTypeAuditActivateSessionEventType.writeClientSoftwareCertificates(SignedSoftwareCertificate[]).writeClientSoftwareCertificatesAsync in interface AuditActivateSessionEventTypepublic PropertyTypeNode getClientSoftwareCertificatesNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientSoftwareCertificatesNode in interface AuditActivateSessionEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getClientSoftwareCertificatesNodeAsync()
AuditActivateSessionEventTypeAuditActivateSessionEventType.getClientSoftwareCertificatesNode().getClientSoftwareCertificatesNodeAsync in interface AuditActivateSessionEventTypepublic org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken getUserIdentityToken()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getUserIdentityToken in interface AuditActivateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UserIdentityToken Node.public void setUserIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypeThe value is only updated locally; it is not written to the server.
setUserIdentityToken in interface AuditActivateSessionEventTypeuserIdentityToken - the local value to set for the UserIdentityToken Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UserIdentityToken Node.public org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken readUserIdentityToken()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypereadUserIdentityToken in interface AuditActivateSessionEventTypeUserIdentityToken value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeUserIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypewriteUserIdentityToken in interface AuditActivateSessionEventTypeuserIdentityToken - the UserIdentityToken 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.structured.UserIdentityToken> readUserIdentityTokenAsync()
AuditActivateSessionEventTypeAuditActivateSessionEventType.readUserIdentityToken().readUserIdentityTokenAsync in interface AuditActivateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUserIdentityTokenAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
AuditActivateSessionEventTypeAuditActivateSessionEventType.writeUserIdentityToken(UserIdentityToken).writeUserIdentityTokenAsync in interface AuditActivateSessionEventTypepublic PropertyTypeNode getUserIdentityTokenNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getUserIdentityTokenNode in interface AuditActivateSessionEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getUserIdentityTokenNodeAsync()
AuditActivateSessionEventTypeAuditActivateSessionEventType.getUserIdentityTokenNode().getUserIdentityTokenNodeAsync in interface AuditActivateSessionEventTypepublic String getSecureChannelId() throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getSecureChannelId in interface AuditActivateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecureChannelId Node.public void setSecureChannelId(String secureChannelId) throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypeThe value is only updated locally; it is not written to the server.
setSecureChannelId in interface AuditActivateSessionEventTypesecureChannelId - the local value to set for the SecureChannelId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecureChannelId Node.public String readSecureChannelId() throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypereadSecureChannelId in interface AuditActivateSessionEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecureChannelId(String secureChannelId) throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypewriteSecureChannelId in interface AuditActivateSessionEventTypesecureChannelId - 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> readSecureChannelIdAsync()
AuditActivateSessionEventTypeAuditActivateSessionEventType.readSecureChannelId().readSecureChannelIdAsync in interface AuditActivateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecureChannelIdAsync(String secureChannelId)
AuditActivateSessionEventTypeAuditActivateSessionEventType.writeSecureChannelId(String).writeSecureChannelIdAsync in interface AuditActivateSessionEventTypepublic PropertyTypeNode getSecureChannelIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditActivateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecureChannelIdNode in interface AuditActivateSessionEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getSecureChannelIdNodeAsync()
AuditActivateSessionEventTypeAuditActivateSessionEventType.getSecureChannelIdNode().getSecureChannelIdNodeAsync in interface AuditActivateSessionEventTypeCopyright © 2021. All rights reserved.