public class SecurityDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
SecurityDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates security descriptions from the security parameters in the test
configuration.
|
Properties |
getClientExtraProperties()
Returns the client extra properties, or null if there are none.
|
Properties |
getDistributedSystemProperties(GemFireDescription gfd)
Returns the cached instance of security-related properties for this
description.
|
String |
getName()
Returns the logical name of this security description.
|
Properties |
getPeerExtraProperties()
Returns the peer extra properties, or null if there are none.
|
protected String |
getSecurityLogFileName(GemFireDescription gfd)
For internal hydra use only.
|
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 getSecurityLogFileName(GemFireDescription gfd)
Returns the name of the security log file in the system directory.
public Properties getDistributedSystemProperties(GemFireDescription gfd)
public Properties getClientExtraProperties()
public Properties getPeerExtraProperties()
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.