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 Long |
keyStore
(Strings(s))
Key store path for each configuration.
|
static Long |
keyStorePassword
(Strings(s))
Key store password for each configuration.
|
static Long |
names
(String(s))
Logical names of the SSL descriptions.
|
static Long |
sslCiphers
(String(s))
SSL ciphers for each configuration.
|
static Long |
sslEnabled
(boolean(s))
SSL enabled for each configuration.
|
static Long |
sslProtocols
(String(s))
SSL protocols for each configuration.
|
static Long |
sslRequireAuthentication
(boolean(s))
SSL require authentication for each configuration.
|
static Long |
trustStore
(Strings(s))
Trust store path for each configuration.
|
static Long |
trustStorePassword
(Strings(s))
Trust store password for each configuration.
|
| Constructor and Description |
|---|
SSLPrms() |
public static Long names
public static Long keyStore
public static Long keyStorePassword
public static Long sslCiphers
public static Long sslEnabled
public static Long sslProtocols
public static Long sslRequireAuthentication
public static Long trustStore
keyStore.public static Long trustStorePassword
keyStorePassword.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.