checkProxyUser with proxy current user should throw exception | 0.11 sec | Passed |
createAdminClientProperties with SASL_PLAINTEXT protocol should not include keystore and truststore config | 10 ms | Passed |
createAdminClientProperties with SASL_SSL protocol should include truststore config | 3 ms | Passed |
createAdminClientProperties with SSL protocol should include keystore and truststore config | 3 ms | Passed |
createAdminClientProperties with global config should not set dynamic jaas config | 2 ms | Passed |
createAdminClientProperties with keytab should set keytab dynamic jaas config | 3 ms | Passed |
createAdminClientProperties with specified params should include it | 1 ms | Passed |
createAdminClientProperties without keytab should set ticket cache dynamic jaas config | 1 ms | Passed |
findMatchingTokenClusterConfig with multiple matching tokens should throw exception | 17 ms | Passed |
findMatchingTokenClusterConfig with non-matching tokens should return None | 21 ms | Passed |
findMatchingTokenClusterConfig with one matching token should return token and cluster configuration | 37 ms | Passed |
findMatchingTokenClusterConfig without token should return None | 20 ms | Passed |
getTokenJaasParams with token should return scram module | 24 ms | Passed |
isGlobalJaasConfigurationProvided with global config should return false | 1 ms | Passed |
isGlobalJaasConfigurationProvided without global config should return false | 1 ms | Passed |
needTokenUpdate with different token should return true | 20 ms | Passed |
needTokenUpdate with same token should return false | 22 ms | Passed |
needTokenUpdate without cluster config should return false | 3 ms | Passed |
needTokenUpdate without jaas config should return false | 4 ms | Passed |
needTokenUpdate without security credentials enabled should return false | 7 ms | Passed |