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
-
Method Summary
Modifier and TypeMethodDescriptionGet the DefaultApplicationGroupCertificateGroupTypeNode, ornullif it does not exist.CompletableFuture<? extends CertificateGroupType>Asynchronous implementation ofgetDefaultApplicationGroupNode().Get the DefaultHttpsGroupCertificateGroupTypeNode, ornullif it does not exist.CompletableFuture<? extends CertificateGroupType>Asynchronous implementation ofgetDefaultHttpsGroupNode().Get the DefaultUserTokenGroupCertificateGroupTypeNode, ornullif it does not exist.CompletableFuture<? extends CertificateGroupType>Asynchronous implementation ofgetDefaultUserTokenGroupNode().Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Method Details
-
getDefaultApplicationGroupNode
CertificateGroupType getDefaultApplicationGroupNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the DefaultApplicationGroupCertificateGroupTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the DefaultApplicationGroup
CertificateGroupTypeNode, ornullif 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 ofgetDefaultApplicationGroupNode().- 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.UaExceptionGet the DefaultHttpsGroupCertificateGroupTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the DefaultHttpsGroup
CertificateGroupTypeNode, ornullif 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 ofgetDefaultHttpsGroupNode().- 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.UaExceptionGet the DefaultUserTokenGroupCertificateGroupTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the DefaultUserTokenGroup
CertificateGroupTypeNode, ornullif 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 ofgetDefaultUserTokenGroupNode().- Returns:
- a CompletableFuture that completes successfully with the CertificateGroupType Node or completes exceptionally if an error occurs creating or getting the Node.
-