public class SecurityClientsPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do.
|
static java.lang.Long |
expectedMembers
Number of expected members in DS
|
static java.lang.Long |
isExpectedException
boolean (default:false)
|
static java.lang.Long |
isExpectedPass
boolean (default:true)
|
static java.lang.Long |
kestoreAliasForPkcsScheme
(Vector of Strings) A list of the keystore alias for all the users for pkcsScheme.
|
static java.lang.Long |
kestorePathForPkcsScheme
(Vector of Strings) A list of the keystore path for all the users for pkcsScheme.
|
static java.lang.Long |
killInterval
Milliseconds between running kill task
|
static java.lang.Long |
minServersRequiredAlive
Parameter to get the minimum numbers of servers required alive in failover
tests.
|
static java.lang.Long |
numberOfRegions
Parameter used to specify number of regions in the tests.
|
static java.lang.Long |
numberOfUsersPerVM
Parameter used to specify number of users per VM in the tests.
|
static java.lang.Long |
numKeyRangePerThread |
static java.lang.Long |
operationTaskTimeSec
Amount of time each
EntryOperation#startRandomOperations should
last, in seconds. |
static java.lang.Long |
putAllMapSize
Int mapSize for putAll map
|
static java.lang.Long |
regionName
Parameter used to create region name in the tests.
|
static java.lang.Long |
regionRange
Parameter used to pick the region randomly to perform operations.
|
static java.lang.Long |
restartWaitSec
Wait period between kill and restart
|
static java.lang.Long |
successOrFailureEntryOperations
(Vector of Strings) A list of the operations on a region entry that this
test allow to pass or fail.
|
static java.lang.Long |
successOrFailureEntryOperationsForMultiUserMode
(Vector of Strings) A list of all the operations on a region entry that this
test allow to pass or fail in case of multiUser mode.
|
static java.lang.Long |
userCredentialsForDummyScheme
(Vector of Strings) A list of the username-password for all the users for dummyScheme.
|
static java.lang.Long |
userCredentialsForLdapScheme
(Vector of Strings) A list of the username-password for all the users for ldapScheme.
|
static java.lang.Long |
useTransactions
boolean (default:false)
|
| Constructor and Description |
|---|
SecurityClientsPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getExpectedMembers() |
static java.util.Vector |
getKeyStoreAliasListForPkcsScheme() |
static java.util.Vector |
getKeyStorePathListForPkcsScheme() |
static java.util.Vector |
getSuccessOrFailureEntryOperationsList() |
static java.util.Vector |
getUserCredentialsListForDummyScheme() |
static java.util.Vector |
getUserCredentialsListForLdapScheme() |
static boolean |
isExpectedException() |
static boolean |
isExpectedPass() |
static void |
main(java.lang.String[] args) |
static boolean |
useTransactions() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long numberOfRegions
public static java.lang.Long numberOfUsersPerVM
public static java.lang.Long numKeyRangePerThread
public static java.lang.Long regionName
public static java.lang.Long regionRange
public static java.lang.Long entryOperations
public static java.lang.Long minServersRequiredAlive
public static java.lang.Long restartWaitSec
public static java.lang.Long killInterval
public static java.lang.Long operationTaskTimeSec
EntryOperation#startRandomOperations should
last, in seconds.public static java.lang.Long successOrFailureEntryOperations
public static java.lang.Long successOrFailureEntryOperationsForMultiUserMode
public static java.lang.Long userCredentialsForDummyScheme
public static java.lang.Long userCredentialsForLdapScheme
public static java.lang.Long kestorePathForPkcsScheme
public static java.lang.Long kestoreAliasForPkcsScheme
public static java.lang.Long isExpectedPass
check whether the task should pass or fail.
public static java.lang.Long expectedMembers
public static java.lang.Long putAllMapSize
public static java.lang.Long isExpectedException
check whether the task should thorw expected exception or not.
public static java.lang.Long useTransactions
check whether the task should execute ops transactionally (begin/commit)
public static boolean isExpectedPass()
public static boolean useTransactions()
public static java.util.Vector getSuccessOrFailureEntryOperationsList()
public static java.util.Vector getUserCredentialsListForDummyScheme()
public static java.util.Vector getUserCredentialsListForLdapScheme()
public static java.util.Vector getKeyStorePathListForPkcsScheme()
public static java.util.Vector getKeyStoreAliasListForPkcsScheme()
public static int getExpectedMembers()
public static boolean isExpectedException()
public static void main(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.