com.prosysopc.ua.types.opcua
Interface ServerConfigurationType
- All Superinterfaces:
- BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- ServerConfigurationTypeImpl, ServerConfigurationTypeImplBase, ServerConfigurationTypeNode, ServerConfigurationTypeNodeBase
public interface ServerConfigurationType
- extends BaseObjectType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
SERVER_CAPABILITIES
static final String SERVER_CAPABILITIES
- See Also:
- Constant Field Values
SUPPORTED_PRIVATE_KEY_FORMATS
static final String SUPPORTED_PRIVATE_KEY_FORMATS
- See Also:
- Constant Field Values
MAX_TRUST_LIST_SIZE
static final String MAX_TRUST_LIST_SIZE
- See Also:
- Constant Field Values
MULTICAST_DNS_ENABLED
static final String MULTICAST_DNS_ENABLED
- See Also:
- Constant Field Values
CERTIFICATE_GROUPS
static final String CERTIFICATE_GROUPS
- See Also:
- Constant Field Values
UPDATE_CERTIFICATE
static final String UPDATE_CERTIFICATE
- See Also:
- Constant Field Values
APPLY_CHANGES
static final String APPLY_CHANGES
- See Also:
- Constant Field Values
CREATE_SIGNING_REQUEST
static final String CREATE_SIGNING_REQUEST
- See Also:
- Constant Field Values
GET_REJECTED_LIST
static final String GET_REJECTED_LIST
- See Also:
- Constant Field Values
getServerCapabilitiesNode
UaProperty getServerCapabilitiesNode()
getServerCapabilities
String[] getServerCapabilities()
setServerCapabilities
void setServerCapabilities(String[] value)
throws StatusException
- Throws:
StatusException
getSupportedPrivateKeyFormatsNode
UaProperty getSupportedPrivateKeyFormatsNode()
getSupportedPrivateKeyFormats
String[] getSupportedPrivateKeyFormats()
setSupportedPrivateKeyFormats
void setSupportedPrivateKeyFormats(String[] value)
throws StatusException
- Throws:
StatusException
getMaxTrustListSizeNode
UaProperty getMaxTrustListSizeNode()
getMaxTrustListSize
org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxTrustListSize()
setMaxTrustListSize
void setMaxTrustListSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getMulticastDnsEnabledNode
UaProperty getMulticastDnsEnabledNode()
isMulticastDnsEnabled
Boolean isMulticastDnsEnabled()
setMulticastDnsEnabled
void setMulticastDnsEnabled(Boolean value)
throws StatusException
- Throws:
StatusException
getCertificateGroupsNode
CertificateGroupFolderType getCertificateGroupsNode()
getUpdateCertificateNode
UaMethod getUpdateCertificateNode()
updateCertificate
Boolean updateCertificate(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
org.opcfoundation.ua.builtintypes.ByteString certificate,
org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates,
String privateKeyFormat,
org.opcfoundation.ua.builtintypes.ByteString privateKey)
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getApplyChangesNode
UaMethod getApplyChangesNode()
applyChanges
void applyChanges()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getCreateSigningRequestNode
UaMethod getCreateSigningRequestNode()
createSigningRequest
org.opcfoundation.ua.builtintypes.ByteString createSigningRequest(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
String subjectName,
Boolean regeneratePrivateKey,
org.opcfoundation.ua.builtintypes.ByteString nonce)
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getGetRejectedListNode
UaMethod getGetRejectedListNode()
getRejectedList
org.opcfoundation.ua.builtintypes.ByteString[] getRejectedList()
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
Copyright © 2018. All rights reserved.