Searched refs:AuthState (Results 1 - 25 of 33) sorted by path

12

/external/apache-http/src/org/apache/http/auth/
H A DAuthState.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthState.java $
47 public class AuthState { class
62 public AuthState() { method in class:AuthState
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java43 import org.apache.http.auth.AuthState;
82 AuthState authState = (AuthState) context.getAttribute(
H A DRequestTargetAuthentication.java43 import org.apache.http.auth.AuthState;
82 AuthState authState = (AuthState) context.getAttribute(
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java56 import org.apache.http.auth.AuthState;
162 private final AuthState targetAuthState;
164 private final AuthState proxyAuthState;
245 this.targetAuthState = new AuthState();
246 this.proxyAuthState = new AuthState();
1054 final AuthState authState,
1079 final AuthState authState,
H A DDefaultUserTokenHandler.java38 import org.apache.http.auth.AuthState;
58 AuthState targetAuthState = (AuthState) context.getAttribute(
63 AuthState proxyAuthState = (AuthState) context.getAttribute(
83 private static Principal getAuthPrincipal(final AuthState authState) {
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc316 CryptohomeAuthenticator::AuthState SetAndResolveState(
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authenticator.cc173 SupervisedUserAuthenticator::AuthState state) {
182 SupervisedUserAuthenticator::AuthState state = ResolveState();
240 SupervisedUserAuthenticator::AuthState
251 AuthState state;
263 SupervisedUserAuthenticator::AuthState
284 SupervisedUserAuthenticator::AuthState
H A Dsupervised_user_authenticator.h26 enum AuthState { enum in class:chromeos::SupervisedUserAuthenticator
76 virtual void OnAuthenticationFailure(AuthState state) = 0;
101 AuthState ResolveState();
102 AuthState ResolveCryptohomeFailureState();
103 AuthState ResolveCryptohomeSuccessState();
105 void OnAuthenticationFailure(AuthState state);
H A Dsupervised_user_creation_controller_new.cc238 ExtendedAuthenticator::AuthState error) {
H A Dsupervised_user_creation_controller_new.h149 virtual void OnAuthenticationFailure(ExtendedAuthenticator::AuthState error)
H A Dsupervised_user_login_flow.cc216 ExtendedAuthenticator::AuthState state) {
H A Dsupervised_user_login_flow.h39 virtual void OnAuthenticationFailure(ExtendedAuthenticator::AuthState state)
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc96 namespace AuthState { namespace in namespace:__anon4727
107 if (expected_authentication_state == AuthState::SHOWING_ERROR) {
111 !!(expected_authentication_state & AuthState::SHOWING_INTERSTITIAL)
120 !!(expected_authentication_state & AuthState::DISPLAYED_INSECURE_CONTENT),
125 EXPECT_EQ(!!(expected_authentication_state & AuthState::RAN_INSECURE_CONTENT),
129 } // namespace AuthState
169 AuthState::Check(*entry, expected_authentication_state);
391 browser()->tab_strip_model()->GetActiveWebContents(), AuthState::NONE);
412 browser()->tab_strip_model()->GetActiveWebContents(), AuthState::NONE);
430 tab, net::CERT_STATUS_DATE_INVALID, AuthState
[all...]
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc187 ExtendedAuthenticator::AuthState state) {
H A Dmanager_password_service.h45 virtual void OnAuthenticationFailure(ExtendedAuthenticator::AuthState state)
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc641 CryptohomeAuthenticator::AuthState state = ResolveState();
788 CryptohomeAuthenticator::AuthState CryptohomeAuthenticator::ResolveState() {
799 AuthState state = CONTINUE;
830 CryptohomeAuthenticator::AuthState
873 CryptohomeAuthenticator::AuthState
901 CryptohomeAuthenticator::AuthState
903 CryptohomeAuthenticator::AuthState offline_state) {
H A Dcryptohome_authenticator.h38 // determine which AuthState we're in, based on the info at hand.
39 // It then triggers further action based on the calculated AuthState; this
59 enum AuthState { enum in class:chromeos::CryptohomeAuthenticator
193 // Returns the AuthState we're in, given the status info we have at
196 AuthState ResolveState();
202 AuthState ResolveCryptohomeFailureState();
208 AuthState ResolveCryptohomeSuccessState();
214 AuthState ResolveOnlineSuccessState(AuthState offline_state);
H A Dextended_authenticator.h32 enum AuthState { enum in class:chromeos::ExtendedAuthenticator
46 virtual void OnAuthenticationFailure(AuthState state) = 0;
H A Dextended_authenticator_impl.cc312 AuthState state = FAILED_MOUNT;
346 AuthState state = FAILED_MOUNT;
H A Dfake_extended_authenticator.cc105 void FakeExtendedAuthenticator::OnAuthFailure(AuthState state,
H A Dfake_extended_authenticator.h53 void OnAuthFailure(AuthState state, const AuthFailure& error);
/external/chromium_org/net/base/
H A Dauth.h85 enum AuthState { enum in namespace:net
94 AuthState state; // whether we need, have, or gave up on authentication.
/external/chromium_org/net/url_request/
H A Durl_request_http_job.h189 AuthState proxy_auth_state_;
190 AuthState server_auth_state_;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 5567 milliseconds

12