Searched refs:authScope (Results 1 – 4 of 4) sorted by relevance
53 private AuthScope authScope; field in AuthState71 this.authScope = null; in invalidate()128 return this.authScope; in getAuthScope()136 public void setAuthScope(final AuthScope authScope) { in setAuthScope() argument137 this.authScope = authScope; in setAuthScope()145 buffer.append(this.authScope); in toString()
736 AuthScope authScope = this.proxyAuthState.getAuthScope(); in createTunnelToTarget() local739 if (authScope != null || !authScheme.isConnectionBased()) { in createTunnelToTarget()1104 AuthScope authScope = new AuthScope( in updateAuthState() local1111 this.log.debug("Authentication scope: " + authScope); in updateAuthState()1115 creds = credsProvider.getCredentials(authScope); in updateAuthState()1129 authState.setAuthScope(authScope); in updateAuthState()
1152 AuthScope authScope = new AuthScope( in updateAuthState() local1159 this.log.debug("Authentication scope: " + authScope); in updateAuthState()1163 creds = credsProvider.getCredentials(authScope); in updateAuthState()1177 authState.setAuthScope(authScope); in updateAuthState()
1637 public void serviceAccountCreds(String jsonKey, InputStream credentialsStream, String authScope) in serviceAccountCreds() argument1642 credentials = credentials.createScoped(Arrays.<String>asList(authScope)); in serviceAccountCreds()1660 authScope.contains(response.getOauthScope())); in serviceAccountCreds()1722 public void oauth2AuthToken(String jsonKey, InputStream credentialsStream, String authScope) in oauth2AuthToken() argument1726 utilCredentials = utilCredentials.createScoped(Arrays.<String>asList(authScope)); in oauth2AuthToken()1744 authScope.contains(response.getOauthScope())); in oauth2AuthToken()