public class SSLDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
SSLDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates SSL descriptions from the SSL parameters in the test
configuration.
|
Properties |
getDistributedSystemProperties()
Returns the cached instance of distributed system properties for this
description.
|
String |
getName()
Returns the logical name of this SSL description.
|
protected String |
getSSLCiphers()
Returns the SSL ciphers.
|
protected Boolean |
getSSLEnabled()
Returns the SSL enabled.
|
protected String |
getSSLProtocols()
Returns the SSL protocols.
|
protected Boolean |
getSSLRequireAuthentication()
Returns the SSL require authentication.
|
protected Properties |
getSystemProperties(String mcastPort)
Returns the cached instance of system properties for this description.
|
protected void |
setSystemProperties(String mcastPort)
Sets the system properties for this description using the cached instance.
|
SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
protected String getSSLCiphers()
protected Boolean getSSLEnabled()
protected String getSSLProtocols()
protected Boolean getSSLRequireAuthentication()
protected Properties getSystemProperties(String mcastPort)
protected void setSystemProperties(String mcastPort)
public Properties getDistributedSystemProperties()
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.