public class ServerConfigurationNode extends BaseObjectNode implements ServerConfigurationType
UaObjectNode.UaObjectNodeBuilderIcon, NamingRule, NodeVersion| Constructor and Description |
|---|
ServerConfigurationNode(UaNamespace namespace,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId,
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
TrustListType |
getHttpsTrustList() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxTrustListSize() |
Boolean |
getMulticastDnsEnabled() |
Boolean |
getNoSupportForLocalCRLs() |
String[] |
getSupportedCertificateFormats() |
String[] |
getSupportedPrivateKeyFormats() |
TrustListType |
getTrustList() |
void |
setMaxTrustListSize(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize) |
void |
setMulticastDnsEnabled(Boolean multicastDnsEnabled) |
void |
setNoSupportForLocalCRLs(Boolean noSupportForLocalCRLs) |
void |
setSupportedCertificateFormats(String[] supportedCertificateFormats) |
void |
setSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats) |
addComponent, builder, getComponentNodes, getDescriptionNode, getEventNotifier, getEventSourceNodes, getIcon, getNamingRule, getNodeVersion, getNotifierNodes, getOrganizesNodes, getPropertyNodes, getTypeDefinitionNode, removeComponent, setEventNotifier, setIcon, setNamingRule, setNodeVersionaddAttributeObserver, addProperty, addReference, addReferences, deallocate, fireAttributeChanged, getBrowseName, getDescription, getDisplayName, getNamespace, getNode, getNode, getNodeClass, getNodeId, getObjectComponent, getObjectComponent, getProperty, getProperty, getProperty, getPropertyNode, getPropertyNode, getReferences, getUserWriteMask, getVariableComponent, getVariableComponent, getWriteMask, removeAttributeObserver, removeProperty, removeReference, removeReferences, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributepublic ServerConfigurationNode(UaNamespace namespace, com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId, com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName, com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName, Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public String[] getSupportedCertificateFormats()
getSupportedCertificateFormats in interface ServerConfigurationTypepublic String[] getSupportedPrivateKeyFormats()
getSupportedPrivateKeyFormats in interface ServerConfigurationTypepublic com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getMaxTrustListSize()
getMaxTrustListSize in interface ServerConfigurationTypepublic Boolean getNoSupportForLocalCRLs()
getNoSupportForLocalCRLs in interface ServerConfigurationTypepublic Boolean getMulticastDnsEnabled()
getMulticastDnsEnabled in interface ServerConfigurationTypepublic TrustListType getTrustList()
getTrustList in interface ServerConfigurationTypepublic TrustListType getHttpsTrustList()
getHttpsTrustList in interface ServerConfigurationTypepublic void setSupportedCertificateFormats(String[] supportedCertificateFormats)
setSupportedCertificateFormats in interface ServerConfigurationTypepublic void setSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats)
setSupportedPrivateKeyFormats in interface ServerConfigurationTypepublic void setMaxTrustListSize(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
setMaxTrustListSize in interface ServerConfigurationTypepublic void setNoSupportForLocalCRLs(Boolean noSupportForLocalCRLs)
setNoSupportForLocalCRLs in interface ServerConfigurationTypepublic void setMulticastDnsEnabled(Boolean multicastDnsEnabled)
setMulticastDnsEnabled in interface ServerConfigurationTypeCopyright © 2015. All rights reserved.