Home
last modified time | relevance | path

Searched defs:createScoped (Results 1 – 10 of 10) sorted by relevance

/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DGoogleCredentials.java436 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() method in GoogleCredentials
448 public GoogleCredentials createScoped( in createScoped() method in GoogleCredentials
460 public GoogleCredentials createScoped(String... scopes) { in createScoped() method in GoogleCredentials
DAppEngineCredentials.java161 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() method in AppEngineCredentials
166 public GoogleCredentials createScoped( in createScoped() method in AppEngineCredentials
DComputeEngineCredentials.java157 public GoogleCredentials createScoped(Collection<String> newScopes) { in createScoped() method in ComputeEngineCredentials
165 public GoogleCredentials createScoped( in createScoped() method in ComputeEngineCredentials
DIdentityPoolCredentials.java121 public IdentityPoolCredentials createScoped(Collection<String> newScopes) { in createScoped() method in IdentityPoolCredentials
DPluggableAuthCredentials.java188 public PluggableAuthCredentials createScoped(Collection<String> newScopes) { in createScoped() method in PluggableAuthCredentials
DAwsCredentials.java162 public GoogleCredentials createScoped(Collection<String> newScopes) { in createScoped() method in AwsCredentials
DServiceAccountCredentials.java614 public GoogleCredentials createScoped(Collection<String> newScopes) { in createScoped() method in ServiceAccountCredentials
624 public GoogleCredentials createScoped( in createScoped() method in ServiceAccountCredentials
DImpersonatedCredentials.java423 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() method in ImpersonatedCredentials
/external/google-auth-library-java/appengine/java/com/google/auth/appengine/
DAppEngineCredentials.java94 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() method in AppEngineCredentials
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DImpersonatedCredentialsTest.java300 public void createScoped() { in createScoped() method in ImpersonatedCredentialsTest