Home
last modified time | relevance | path

Searched defs:credentialSourceMap (Results 1 – 7 of 7) sorted by relevance

/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DIdentityPoolCredentialsTest.java144 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
DExternalAccountCredentialsTest.java354 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()
DAwsCredentialsTest.java1307 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/
DAwsCredentialSource.java63 public AwsCredentialSource(Map<String, Object> credentialSourceMap) { in AwsCredentialSource()
DPluggableAuthCredentialSource.java84 public PluggableAuthCredentialSource(Map<String, Object> credentialSourceMap) { in PluggableAuthCredentialSource()
DIdentityPoolCredentialSource.java69 public IdentityPoolCredentialSource(Map<String, Object> credentialSourceMap) { in IdentityPoolCredentialSource()
DExternalAccountCredentials.java386 Map<String, Object> credentialSourceMap = (Map<String, Object>) json.get("credential_source"); in fromJson() local
968 CredentialSource(Map<String, Object> credentialSourceMap) { in CredentialSource()