public interface AuditActivateSessionEventType extends AuditSessionEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[]> |
CLIENT_SOFTWARE_CERTIFICATES |
static QualifiedProperty<String> |
SECURE_CHANNEL_ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken> |
USER_IDENTITY_TOKEN |
SESSION_IDACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] |
getClientSoftwareCertificates()
Get the local value of the ClientSoftwareCertificates Node.
|
PropertyType |
getClientSoftwareCertificatesNode()
Get the ClientSoftwareCertificates
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getClientSoftwareCertificatesNodeAsync()
Asynchronous implementation of
getClientSoftwareCertificatesNode(). |
String |
getSecureChannelId()
Get the local value of the SecureChannelId Node.
|
PropertyType |
getSecureChannelIdNode()
Get the SecureChannelId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSecureChannelIdNodeAsync()
Asynchronous implementation of
getSecureChannelIdNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken |
getUserIdentityToken()
Get the local value of the UserIdentityToken Node.
|
PropertyType |
getUserIdentityTokenNode()
Get the UserIdentityToken
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getUserIdentityTokenNodeAsync()
Asynchronous implementation of
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
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
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
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
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
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
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, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[]> CLIENT_SOFTWARE_CERTIFICATES
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken> USER_IDENTITY_TOKEN
static final QualifiedProperty<String> SECURE_CHANNEL_ID
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] getClientSoftwareCertificates()
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 ClientSoftwareCertificates Node.void setClientSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientSoftwareCertificates - 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.org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] readClientSoftwareCertificates()
throws org.eclipse.milo.opcua.stack.core.UaException
SignedSoftwareCertificate[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeClientSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
throws org.eclipse.milo.opcua.stack.core.UaException
clientSoftwareCertificates - the SignedSoftwareCertificate[] 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.structured.SignedSoftwareCertificate[]> readClientSoftwareCertificatesAsync()
readClientSoftwareCertificates().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientSoftwareCertificatesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] clientSoftwareCertificates)
writeClientSoftwareCertificates(SignedSoftwareCertificate[]).PropertyType getClientSoftwareCertificatesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getClientSoftwareCertificatesNodeAsync()
getClientSoftwareCertificatesNode().org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken getUserIdentityToken()
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 UserIdentityToken Node.void setUserIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
userIdentityToken - 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.org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken readUserIdentityToken()
throws org.eclipse.milo.opcua.stack.core.UaException
UserIdentityToken value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeUserIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
throws org.eclipse.milo.opcua.stack.core.UaException
userIdentityToken - the UserIdentityToken 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.structured.UserIdentityToken> readUserIdentityTokenAsync()
readUserIdentityToken().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUserIdentityTokenAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserIdentityToken userIdentityToken)
writeUserIdentityToken(UserIdentityToken).PropertyType getUserIdentityTokenNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getUserIdentityTokenNodeAsync()
getUserIdentityTokenNode().String getSecureChannelId() 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 SecureChannelId Node.void setSecureChannelId(String secureChannelId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
secureChannelId - 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.String readSecureChannelId() 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 writeSecureChannelId(String secureChannelId) throws org.eclipse.milo.opcua.stack.core.UaException
secureChannelId - 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> readSecureChannelIdAsync()
readSecureChannelId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecureChannelIdAsync(String secureChannelId)
writeSecureChannelId(String).PropertyType getSecureChannelIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getSecureChannelIdNodeAsync()
getSecureChannelIdNode().Copyright © 2021. All rights reserved.