Home
last modified time | relevance | path

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

/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DAppEngineCredentials.java82 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()
DServiceAccountCredentials.java106 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()
DComputeEngineCredentials.java624 private Collection<String> defaultScopes; field in ComputeEngineCredentials.Builder
650 public Builder setDefaultScopes(Collection<String> defaultScopes) { in setDefaultScopes()
DGoogleCredentials.java449 Collection<String> scopes, Collection<String> defaultScopes) { in createScoped()
/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/
DVelocityScriptContextTest.java37 List<Integer> defaultScopes = engine.getContext().getScopes(); in testInitialScopes() local
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DAppEngineCredentialsTest.java273 TestAppEngineCredentials(Collection<String> scopes, Collection<String> defaultScopes) in TestAppEngineCredentials()
DServiceAccountCredentialsTest.java266 List<String> defaultScopes = Arrays.asList("scope1", "scope2"); in createAssertion_defaultScopes_correct() local