public class SSLPrms extends BasePrms
SSLDescription, and can be
referenced from a gemfire configuration via GemFirePrms.sslName.
The number of description instances is gated by names. For other
parameters, if fewer values than names are given, the remaining instances
will use the last value in the list. See $JTESTS/hydra/hydra.txt for more
details.
Unused parameters default to null, except where noted. This uses the product default, except where noted.
Values and fields of a parameter can be set to BasePrms.DEFAULT, except
where noted. This uses the product default, except where noted.
Values and fields of a parameter can use oneof or robing except where noted, but each description created will use a fixed value chosen at test configuration time. Use as a task attribute is illegal.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
keyStore
(Strings(s))
Key store path for each configuration.
|
static java.lang.Long |
keyStorePassword
(Strings(s))
Key store password for each configuration.
|
static java.lang.Long |
names
(String(s))
Logical names of the SSL descriptions.
|
static java.lang.Long |
sslCiphers
(String(s))
SSL ciphers for each configuration.
|
static java.lang.Long |
sslEnabled
(boolean(s))
SSL enabled for each configuration.
|
static java.lang.Long |
sslProtocols
(String(s))
SSL protocols for each configuration.
|
static java.lang.Long |
sslRequireAuthentication
(boolean(s))
SSL require authentication for each configuration.
|
static java.lang.Long |
trustStore
(Strings(s))
Trust store path for each configuration.
|
static java.lang.Long |
trustStorePassword
(Strings(s))
Trust store password for each configuration.
|
| Constructor and Description |
|---|
SSLPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long keyStore
public static java.lang.Long keyStorePassword
public static java.lang.Long sslCiphers
public static java.lang.Long sslEnabled
public static java.lang.Long sslProtocols
public static java.lang.Long sslRequireAuthentication
public static java.lang.Long trustStore
keyStore.public static java.lang.Long trustStorePassword
keyStorePassword.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.