public interface CertificateGroupFolderType extends FolderType
| Modifier and Type | Method and Description |
|---|---|
CertificateGroupType |
getDefaultApplicationGroupNode()
Get the DefaultApplicationGroup
CertificateGroupType Node, or null if it does not exist. |
CompletableFuture<? extends CertificateGroupType> |
getDefaultApplicationGroupNodeAsync()
Asynchronous implementation of
getDefaultApplicationGroupNode(). |
CertificateGroupType |
getDefaultHttpsGroupNode()
Get the DefaultHttpsGroup
CertificateGroupType Node, or null if it does not exist. |
CompletableFuture<? extends CertificateGroupType> |
getDefaultHttpsGroupNodeAsync()
Asynchronous implementation of
getDefaultHttpsGroupNode(). |
CertificateGroupType |
getDefaultUserTokenGroupNode()
Get the DefaultUserTokenGroup
CertificateGroupType Node, or null if it does not exist. |
CompletableFuture<? extends CertificateGroupType> |
getDefaultUserTokenGroupNodeAsync()
Asynchronous implementation of
getDefaultUserTokenGroupNode(). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskCertificateGroupType getDefaultApplicationGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
CertificateGroupType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
CertificateGroupType 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 CertificateGroupType> getDefaultApplicationGroupNodeAsync()
getDefaultApplicationGroupNode().CertificateGroupType getDefaultHttpsGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
CertificateGroupType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
CertificateGroupType 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 CertificateGroupType> getDefaultHttpsGroupNodeAsync()
getDefaultHttpsGroupNode().CertificateGroupType getDefaultUserTokenGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
CertificateGroupType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
CertificateGroupType 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 CertificateGroupType> getDefaultUserTokenGroupNodeAsync()
getDefaultUserTokenGroupNode().Copyright © 2021. All rights reserved.