Searched refs:authState (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java77 AuthState authState = (AuthState) context.getAttribute(
79 if (authState == null) {
83 AuthScheme authScheme = authState.getAuthScheme();
88 Credentials creds = authState.getCredentials();
93 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) {
H A DRequestTargetAuthentication.java77 AuthState authState = (AuthState) context.getAttribute(
79 if (authState == null) {
83 AuthScheme authScheme = authState.getAuthScheme();
88 Credentials creds = authState.getCredentials();
94 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) {
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java77 private static Principal getAuthPrincipal(final AuthState authState) { argument
78 AuthScheme scheme = authState.getAuthScheme();
80 Credentials creds = authState.getCredentials();
H A DDefaultRequestDirector.java1049 final AuthState authState,
1055 AuthScheme authScheme = authState.getAuthScheme();
1059 authState.setAuthScheme(authScheme);
1074 final AuthState authState,
1078 if (!authState.isValid()) {
1089 AuthScheme authScheme = authState.getAuthScheme();
1099 Credentials creds = authState.getCredentials();
1115 authState.setAuthScope(authScope);
1116 authState.setCredentials(creds);
1047 processChallenges( final Map<String, Header> challenges, final AuthState authState, final AuthenticationHandler authHandler, final HttpResponse response, final HttpContext context) argument
1073 updateAuthState( final AuthState authState, final HttpHost host, final CredentialsProvider credsProvider) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 87 milliseconds