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