| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.model.nodes.objects | |
| org.eclipse.milo.opcua.sdk.client.model.types.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateGroupTypeNode |
| Modifier and Type | Method and Description |
|---|---|
CertificateGroupType |
CertificateGroupFolderType.getDefaultApplicationGroupNode()
Get the DefaultApplicationGroup
CertificateGroupType Node, or null if it does not exist. |
CertificateGroupType |
CertificateGroupFolderType.getDefaultHttpsGroupNode()
Get the DefaultHttpsGroup
CertificateGroupType Node, or null if it does not exist. |
CertificateGroupType |
CertificateGroupFolderType.getDefaultUserTokenGroupNode()
Get the DefaultUserTokenGroup
CertificateGroupType Node, or null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends CertificateGroupType> |
CertificateGroupFolderType.getDefaultApplicationGroupNodeAsync()
Asynchronous implementation of
CertificateGroupFolderType.getDefaultApplicationGroupNode(). |
CompletableFuture<? extends CertificateGroupType> |
CertificateGroupFolderType.getDefaultHttpsGroupNodeAsync()
Asynchronous implementation of
CertificateGroupFolderType.getDefaultHttpsGroupNode(). |
CompletableFuture<? extends CertificateGroupType> |
CertificateGroupFolderType.getDefaultUserTokenGroupNodeAsync()
Asynchronous implementation of
CertificateGroupFolderType.getDefaultUserTokenGroupNode(). |
Copyright © 2021. All rights reserved.