public class SSLDescription extends AbstractDescription implements java.io.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.
|
java.util.Properties |
getDistributedSystemProperties()
Returns the cached instance of distributed system properties for this
description.
|
java.lang.String |
getName()
Returns the logical name of this SSL description.
|
protected java.lang.String |
getSSLCiphers()
Returns the SSL ciphers.
|
protected java.lang.Boolean |
getSSLEnabled()
Returns the SSL enabled.
|
protected java.lang.String |
getSSLProtocols()
Returns the SSL protocols.
|
protected java.lang.Boolean |
getSSLRequireAuthentication()
Returns the SSL require authentication.
|
protected java.util.Properties |
getSystemProperties(java.lang.String mcastPort)
Returns the cached instance of system properties for this description.
|
protected void |
setSystemProperties(java.lang.String mcastPort)
Sets the system properties for this description using the cached instance.
|
java.util.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 java.lang.String getName()
protected java.lang.String getSSLCiphers()
protected java.lang.Boolean getSSLEnabled()
protected java.lang.String getSSLProtocols()
protected java.lang.Boolean getSSLRequireAuthentication()
protected java.util.Properties getSystemProperties(java.lang.String mcastPort)
protected void setSystemProperties(java.lang.String mcastPort)
public java.util.Properties getDistributedSystemProperties()
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.