public interface CertificateGroupType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]> |
CERTIFICATE_TYPES |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] |
getCertificateTypes()
Get the local value of the CertificateTypes Node.
|
PropertyType |
getCertificateTypesNode()
Get the CertificateTypes
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCertificateTypesNodeAsync()
Asynchronous implementation of
getCertificateTypesNode(). |
TrustListType |
getTrustListNode()
Get the TrustList
TrustListType Node, or null if it does not exist. |
CompletableFuture<? extends TrustListType> |
getTrustListNodeAsync()
Asynchronous implementation of
getTrustListNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] |
readCertificateTypes()
Read the value of the CertificateTypes Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]> |
readCertificateTypesAsync()
An asynchronous implementation of
readCertificateTypes(). |
void |
setCertificateTypes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] certificateTypes)
Set the local value of the CertificateTypes Node.
|
void |
writeCertificateTypes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] certificateTypes)
Write a new value for the CertificateTypes Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCertificateTypesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] certificateTypes)
An asynchronous implementation of
writeCertificateTypes(NodeId[]). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]> CERTIFICATE_TYPES
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] getCertificateTypes()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateTypes Node.void setCertificateTypes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] certificateTypes)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
certificateTypes - the local value to set for the CertificateTypes Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateTypes Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] readCertificateTypes()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeCertificateTypes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] certificateTypes)
throws org.eclipse.milo.opcua.stack.core.UaException
certificateTypes - the NodeId[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]> readCertificateTypesAsync()
readCertificateTypes().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateTypesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] certificateTypes)
writeCertificateTypes(NodeId[]).PropertyType getCertificateTypesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getCertificateTypesNodeAsync()
getCertificateTypesNode().TrustListType getTrustListNode() throws org.eclipse.milo.opcua.stack.core.UaException
TrustListType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TrustListType 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 TrustListType> getTrustListNodeAsync()
getTrustListNode().Copyright © 2021. All rights reserved.