All Superinterfaces:
BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
CertificateGroupTypeNode

public interface CertificateGroupType extends BaseObjectType
See Also:
  • Field Details

    • CERTIFICATE_TYPES

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

    • getCertificateTypes

      org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] getCertificateTypes() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the CertificateTypes Node.

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

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

      void setCertificateTypes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the CertificateTypes Node.

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

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

      org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] readCertificateTypes() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the CertificateTypes 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.
    • writeCertificateTypes

      void writeCertificateTypes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the CertificateTypes 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.
    • readCertificateTypesAsync

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

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateTypesAsync(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.
    • getCertificateTypesNode

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

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

      Returns:
      the CertificateTypes 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.
    • getCertificateTypesNodeAsync

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

      TrustListType getTrustListNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the TrustList TrustListType Node, or null if it does not exist.

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

      Returns:
      the TrustList TrustListType 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.
    • getTrustListNodeAsync

      CompletableFuture<? extends TrustListType> getTrustListNodeAsync()
      Asynchronous implementation of getTrustListNode().
      Returns:
      a CompletableFuture that completes successfully with the TrustListType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getCertificateExpiredNode

      CertificateExpirationAlarmType getCertificateExpiredNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the CertificateExpired CertificateExpirationAlarmType Node, or null if it does not exist.

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

      Returns:
      the CertificateExpired CertificateExpirationAlarmType 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.
    • getCertificateExpiredNodeAsync

      CompletableFuture<? extends CertificateExpirationAlarmType> getCertificateExpiredNodeAsync()
      Asynchronous implementation of getCertificateExpiredNode().
      Returns:
      a CompletableFuture that completes successfully with the CertificateExpirationAlarmType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getTrustListOutOfDateNode

      TrustListOutOfDateAlarmType getTrustListOutOfDateNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the TrustListOutOfDate TrustListOutOfDateAlarmType Node, or null if it does not exist.

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

      Returns:
      the TrustListOutOfDate TrustListOutOfDateAlarmType 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.
    • getTrustListOutOfDateNodeAsync

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