public interface ServerConfigurationType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<UInteger> |
MAX_TRUST_LIST_SIZE |
static QualifiedProperty<Boolean> |
MULTICAST_DNS_ENABLED |
static QualifiedProperty<String[]> |
SERVER_CAPABILITIES |
static QualifiedProperty<String[]> |
SUPPORTED_PRIVATE_KEY_FORMATS |
| Modifier and Type | Method and Description |
|---|---|
CertificateGroupFolderType |
getCertificateGroupsNode() |
UInteger |
getMaxTrustListSize() |
PropertyType |
getMaxTrustListSizeNode() |
Boolean |
getMulticastDnsEnabled() |
PropertyType |
getMulticastDnsEnabledNode() |
String[] |
getServerCapabilities() |
PropertyType |
getServerCapabilitiesNode() |
String[] |
getSupportedPrivateKeyFormats() |
PropertyType |
getSupportedPrivateKeyFormatsNode() |
void |
setMaxTrustListSize(UInteger value) |
void |
setMulticastDnsEnabled(Boolean value) |
void |
setServerCapabilities(String[] value) |
void |
setSupportedPrivateKeyFormats(String[] value) |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<String[]> SERVER_CAPABILITIES
static final QualifiedProperty<String[]> SUPPORTED_PRIVATE_KEY_FORMATS
static final QualifiedProperty<UInteger> MAX_TRUST_LIST_SIZE
static final QualifiedProperty<Boolean> MULTICAST_DNS_ENABLED
PropertyType getServerCapabilitiesNode()
String[] getServerCapabilities()
void setServerCapabilities(String[] value)
PropertyType getSupportedPrivateKeyFormatsNode()
String[] getSupportedPrivateKeyFormats()
void setSupportedPrivateKeyFormats(String[] value)
PropertyType getMaxTrustListSizeNode()
UInteger getMaxTrustListSize()
void setMaxTrustListSize(UInteger value)
PropertyType getMulticastDnsEnabledNode()
Boolean getMulticastDnsEnabled()
void setMulticastDnsEnabled(Boolean value)
CertificateGroupFolderType getCertificateGroupsNode()
Copyright © 2018. All rights reserved.