Searched defs:defaultScopes (Results 1 – 7 of 7) sorted by relevance
| /external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
| D | AppEngineCredentials.java | 82 AppEngineCredentials(Collection<String> scopes, Collection<String> defaultScopes) in AppEngineCredentials() 96 Collection<String> scopes, Collection<String> defaultScopes, AppEngineCredentials unscoped) { in AppEngineCredentials() 167 Collection<String> scopes, Collection<String> defaultScopes) { in createScoped()
|
| D | ServiceAccountCredentials.java | 106 private final Collection<String> defaultScopes; field in ServiceAccountCredentials 249 Collection<String> defaultScopes) in fromPkcs8() 323 Collection<String> defaultScopes, in fromPkcs8() 408 Collection<String> defaultScopes, in fromPkcs8() 1014 private Collection<String> defaultScopes; field in ServiceAccountCredentials.Builder 1077 public Builder setScopes(Collection<String> scopes, Collection<String> defaultScopes) { in setScopes()
|
| D | ComputeEngineCredentials.java | 624 private Collection<String> defaultScopes; field in ComputeEngineCredentials.Builder 650 public Builder setDefaultScopes(Collection<String> defaultScopes) { in setDefaultScopes()
|
| D | GoogleCredentials.java | 449 Collection<String> scopes, Collection<String> defaultScopes) { in createScoped()
|
| /external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/ |
| D | VelocityScriptContextTest.java | 37 List<Integer> defaultScopes = engine.getContext().getScopes(); in testInitialScopes() local
|
| /external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ |
| D | AppEngineCredentialsTest.java | 273 TestAppEngineCredentials(Collection<String> scopes, Collection<String> defaultScopes) in TestAppEngineCredentials()
|
| D | ServiceAccountCredentialsTest.java | 266 List<String> defaultScopes = Arrays.asList("scope1", "scope2"); in createAssertion_defaultScopes_correct() local
|