Interface CertificateGroupFolderType

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

public interface CertificateGroupFolderType extends FolderType
See Also:
  • Method Details

    • getDefaultApplicationGroupNode

      CertificateGroupType getDefaultApplicationGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the DefaultApplicationGroup CertificateGroupType Node, or null if it does not exist.

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

      Returns:
      the DefaultApplicationGroup CertificateGroupType 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.
    • getDefaultApplicationGroupNodeAsync

      CompletableFuture<? extends CertificateGroupType> getDefaultApplicationGroupNodeAsync()
      Asynchronous implementation of getDefaultApplicationGroupNode().
      Returns:
      a CompletableFuture that completes successfully with the CertificateGroupType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getDefaultHttpsGroupNode

      CertificateGroupType getDefaultHttpsGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the DefaultHttpsGroup CertificateGroupType Node, or null if it does not exist.

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

      Returns:
      the DefaultHttpsGroup CertificateGroupType 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.
    • getDefaultHttpsGroupNodeAsync

      CompletableFuture<? extends CertificateGroupType> getDefaultHttpsGroupNodeAsync()
      Asynchronous implementation of getDefaultHttpsGroupNode().
      Returns:
      a CompletableFuture that completes successfully with the CertificateGroupType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getDefaultUserTokenGroupNode

      CertificateGroupType getDefaultUserTokenGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the DefaultUserTokenGroup CertificateGroupType Node, or null if it does not exist.

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

      Returns:
      the DefaultUserTokenGroup CertificateGroupType 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.
    • getDefaultUserTokenGroupNodeAsync

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