Interface CertificateUpdatedAuditEventType

All Superinterfaces:
AuditEventType, AuditUpdateMethodEventType, BaseEventType, BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
CertificateUpdatedAuditEventTypeNode

public interface CertificateUpdatedAuditEventType extends AuditUpdateMethodEventType
See Also:
  • Field Details

    • CERTIFICATE_GROUP

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> CERTIFICATE_GROUP
    • CERTIFICATE_TYPE

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> CERTIFICATE_TYPE
  • Method Details

    • getCertificateGroup

      org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getCertificateGroup() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the CertificateGroup Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the CertificateGroup Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateGroup Node.
    • setCertificateGroup

      void setCertificateGroup(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the CertificateGroup Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the CertificateGroup Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateGroup Node.
    • readCertificateGroup

      org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readCertificateGroup() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the CertificateGroup Node from the server and update the local value if the operation succeeds.
      Returns:
      the NodeId value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeCertificateGroup

      void writeCertificateGroup(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the CertificateGroup Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the NodeId value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readCertificateGroupAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readCertificateGroupAsync()
      An asynchronous implementation of readCertificateGroup().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeCertificateGroupAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateGroupAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getCertificateGroupNode

      PropertyType getCertificateGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the CertificateGroup PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the CertificateGroup PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getCertificateGroupNodeAsync

      CompletableFuture<? extends PropertyType> getCertificateGroupNodeAsync()
      Asynchronous implementation of getCertificateGroupNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getCertificateType

      org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getCertificateType() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the CertificateType Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the CertificateType Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateType Node.
    • setCertificateType

      void setCertificateType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the CertificateType Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the CertificateType Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateType Node.
    • readCertificateType

      org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readCertificateType() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the CertificateType Node from the server and update the local value if the operation succeeds.
      Returns:
      the NodeId value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeCertificateType

      void writeCertificateType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the CertificateType Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the NodeId value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readCertificateTypeAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readCertificateTypeAsync()
      An asynchronous implementation of readCertificateType().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeCertificateTypeAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getCertificateTypeNode

      PropertyType getCertificateTypeNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the CertificateType PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the CertificateType PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getCertificateTypeNodeAsync

      CompletableFuture<? extends PropertyType> getCertificateTypeNodeAsync()
      Asynchronous implementation of getCertificateTypeNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.