public interface ServerConfigurationType extends BaseObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerConfigurationType.GetCertificatesMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_NAMES |
static String |
APPLICATION_TYPE |
static String |
APPLICATION_URI |
static String |
APPLY_CHANGES |
static String |
CANCEL_CHANGES |
static String |
CERTIFICATE_GROUPS |
static String |
CONFIGURATION_FILE |
static String |
CREATE_SELF_SIGNED_CERTIFICATE |
static String |
CREATE_SIGNING_REQUEST |
static String |
DELETE_CERTIFICATE |
static String |
GET_CERTIFICATES |
static String |
GET_REJECTED_LIST |
static String |
HAS_SECURE_ELEMENT |
static String |
IN_APPLICATION_SETUP |
static String |
MAX_TRUST_LIST_SIZE |
static String |
MULTICAST_DNS_ENABLED |
static String |
PRODUCT_URI |
static String |
RESET_TO_SERVER_DEFAULTS |
static String |
SERVER_CAPABILITIES |
static String |
SUPPORTED_PRIVATE_KEY_FORMATS |
static String |
SUPPORTS_TRANSACTIONS |
static String |
TRANSACTION_DIAGNOSTICS |
static String |
UPDATE_CERTIFICATE |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String SUPPORTED_PRIVATE_KEY_FORMATS
static final String APPLICATION_TYPE
static final String SUPPORTS_TRANSACTIONS
static final String APPLICATION_URI
static final String APPLICATION_NAMES
static final String MULTICAST_DNS_ENABLED
static final String PRODUCT_URI
static final String MAX_TRUST_LIST_SIZE
static final String IN_APPLICATION_SETUP
static final String SERVER_CAPABILITIES
static final String HAS_SECURE_ELEMENT
static final String CONFIGURATION_FILE
static final String CERTIFICATE_GROUPS
static final String TRANSACTION_DIAGNOSTICS
static final String CREATE_SIGNING_REQUEST
static final String UPDATE_CERTIFICATE
static final String CREATE_SELF_SIGNED_CERTIFICATE
static final String GET_REJECTED_LIST
static final String DELETE_CERTIFICATE
static final String RESET_TO_SERVER_DEFAULTS
static final String GET_CERTIFICATES
static final String APPLY_CHANGES
static final String CANCEL_CHANGES
UaProperty getSupportedPrivateKeyFormatsNode()
String[] getSupportedPrivateKeyFormats()
void setSupportedPrivateKeyFormats(String[] value) throws StatusException
StatusExceptionUaProperty getApplicationTypeNode()
ApplicationType getApplicationType()
void setApplicationType(ApplicationType value) throws StatusException
StatusExceptionUaProperty getSupportsTransactionsNode()
Boolean isSupportsTransactions()
void setSupportsTransactions(Boolean value) throws StatusException
StatusExceptionUaProperty getApplicationUriNode()
String getApplicationUri()
void setApplicationUri(String value) throws StatusException
StatusExceptionUaProperty getApplicationNamesNode()
LocalizedText[] getApplicationNames()
void setApplicationNames(LocalizedText[] value) throws StatusException
StatusExceptionUaProperty getMulticastDnsEnabledNode()
Boolean isMulticastDnsEnabled()
void setMulticastDnsEnabled(Boolean value) throws StatusException
StatusExceptionUaProperty getProductUriNode()
String getProductUri()
void setProductUri(String value) throws StatusException
StatusExceptionUaProperty getMaxTrustListSizeNode()
UnsignedInteger getMaxTrustListSize()
void setMaxTrustListSize(UnsignedInteger value) throws StatusException
StatusExceptionUaProperty getInApplicationSetupNode()
Boolean isInApplicationSetup()
void setInApplicationSetup(Boolean value) throws StatusException
StatusExceptionUaProperty getServerCapabilitiesNode()
String[] getServerCapabilities()
void setServerCapabilities(String[] value) throws StatusException
StatusExceptionUaProperty getHasSecureElementNode()
Boolean isHasSecureElement()
void setHasSecureElement(Boolean value) throws StatusException
StatusExceptionApplicationConfigurationFileType getConfigurationFileNode()
CertificateGroupFolderType getCertificateGroupsNode()
TransactionDiagnosticsType getTransactionDiagnosticsNode()
UaMethod getCreateSigningRequestNode()
ByteString createSigningRequest(NodeId f_certificateGroupId, NodeId f_certificateTypeId, String f_subjectName, Boolean f_regeneratePrivateKey, ByteString f_nonce) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getUpdateCertificateNode()
Boolean updateCertificate(NodeId f_certificateGroupId, NodeId f_certificateTypeId, ByteString f_certificate, ByteString[] f_issuerCertificates, String f_privateKeyFormat, ByteString f_privateKey) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getCreateSelfSignedCertificateNode()
ByteString createSelfSignedCertificate(NodeId f_certificateGroupId, NodeId f_certificateTypeId, String f_subjectName, String[] f_dnsNames, String[] f_ipAddresses, UnsignedShort f_lifetimeInDays, UnsignedShort f_keySizeInBits) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getGetRejectedListNode()
ByteString[] getRejectedList() throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getDeleteCertificateNode()
void deleteCertificate(NodeId f_certificateGroupId, NodeId f_certificateTypeId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getResetToServerDefaultsNode()
void resetToServerDefaults()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionUaMethod getGetCertificatesNode()
ServerConfigurationType.GetCertificatesMethodOutputs getCertificates(NodeId f_certificateGroupId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getApplyChangesNode()
void applyChanges()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionUaMethod getCancelChangesNode()
void cancelChanges()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.