Searched defs:credentialSourceMap (Results 1 – 7 of 7) sorted by relevance
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ |
D | IdentityPoolCredentialsTest.java | 144 Map<String, Object> credentialSourceMap = new HashMap<>(); in retrieveSubjectToken_fileSourced() local 170 Map<String, Object> credentialSourceMap = new HashMap<>(); in retrieveSubjectToken_fileSourcedWithJsonFormat() local 206 Map<String, Object> credentialSourceMap = new HashMap<>(); in retrieveSubjectToken_fileSourcedWithNullFormat_throws() local 223 Map<String, Object> credentialSourceMap = new HashMap<>(); in retrieveSubjectToken_noFile_throws() local 732 Map<String, Object> credentialSourceMap = new HashMap<>(); in identityPoolCredentialSource_invalidFormatType() local 749 Map<String, Object> credentialSourceMap = new HashMap<>(); in identityPoolCredentialSource_nullFormatType() local 766 Map<String, Object> credentialSourceMap = new HashMap<>(); in identityPoolCredentialSource_subjectTokenFieldNameUnset() local 1103 Map<String, Object> credentialSourceMap = new HashMap<>(); in buildUrlBasedCredentialSource() local
|
D | ExternalAccountCredentialsTest.java | 354 Map<String, Object> credentialSourceMap = (Map<String, Object>) json.get("credential_source"); in fromJson_pluggableAuthCredentials_allExecutableOptionsSet() local 412 Map<String, Object> credentialSourceMap = (Map<String, Object>) json.get("credential_source"); in fromJson_pluggableAuthCredentials_withUniverseDomain() local 1305 protected TestCredentialSource(Map<String, Object> credentialSourceMap) { in TestCredentialSource()
|
D | AwsCredentialsTest.java | 1307 Map<String, Object> credentialSourceMap = new HashMap<>(); in buildAwsCredentialSourceMap() local 1322 Map<String, Object> credentialSourceMap = buildAwsCredentialSourceMap(transportFactory); in buildAwsImdsv2CredentialSource() local 1332 Map<String, Object> credentialSourceMap = new HashMap<>(); in buildAwsIpv6CredentialSourceMap() local
|
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
D | AwsCredentialSource.java | 63 public AwsCredentialSource(Map<String, Object> credentialSourceMap) { in AwsCredentialSource()
|
D | PluggableAuthCredentialSource.java | 84 public PluggableAuthCredentialSource(Map<String, Object> credentialSourceMap) { in PluggableAuthCredentialSource()
|
D | IdentityPoolCredentialSource.java | 69 public IdentityPoolCredentialSource(Map<String, Object> credentialSourceMap) { in IdentityPoolCredentialSource()
|
D | ExternalAccountCredentials.java | 386 Map<String, Object> credentialSourceMap = (Map<String, Object>) json.get("credential_source"); in fromJson() local 968 CredentialSource(Map<String, Object> credentialSourceMap) { in CredentialSource()
|