protected static interface ClientAuthorizationTestCase.TestCredentialGenerator
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getAllowedCredentials(OperationContext.OperationCode[] opCodes,
java.lang.String[] regionNames,
int[] keyIndices,
int num)
Get allowed credentials for the given set of operations in the given regions and indices of
KEYS in the
KEYS array |
CredentialGenerator |
getCredentialGenerator()
Get the
CredentialGenerator if any. |
java.util.Properties |
getDisallowedCredentials(OperationContext.OperationCode[] opCodes,
java.lang.String[] regionNames,
int[] keyIndices,
int num)
Get disallowed credentials for the given set of operations in the given regions and indices
of KEYS in the
KEYS array |
java.util.Properties getAllowedCredentials(OperationContext.OperationCode[] opCodes, java.lang.String[] regionNames, int[] keyIndices, int num)
KEYS
arrayjava.util.Properties getDisallowedCredentials(OperationContext.OperationCode[] opCodes, java.lang.String[] regionNames, int[] keyIndices, int num)
KEYS
arrayCredentialGenerator getCredentialGenerator()
CredentialGenerator
if any.