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