Home
last modified time | relevance | path

Searched refs:is_authenticated (Results 1 – 13 of 13) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-auth-negotiate.c70 gboolean is_authenticated; member
164 priv->is_authenticated = FALSE; in soup_auth_negotiate_authenticate()
174 return priv->is_authenticated; in soup_auth_negotiate_is_authenticated()
325 auth_class->is_authenticated = soup_auth_negotiate_is_authenticated; in soup_auth_negotiate_class_init()
367 priv->is_authenticated = TRUE; in check_server_response()
382 priv->is_authenticated = TRUE; in check_server_response()
Dsoup-auth.c451 return SOUP_AUTH_GET_CLASS (auth)->is_authenticated (auth); in soup_auth_is_authenticated()
498 return SOUP_AUTH_GET_CLASS (auth)->is_authenticated (auth); in soup_auth_is_ready()
Dsoup-auth-basic.c141 auth_class->is_authenticated = soup_auth_basic_is_authenticated; in soup_auth_basic_class_init()
Dsoup-auth.h43 gboolean (*is_authenticated) (SoupAuth *auth); member
Dsoup-auth-digest.c486 auth_class->is_authenticated = soup_auth_digest_is_authenticated; in soup_auth_digest_class_init()
Dsoup-auth-ntlm.c580 auth_class->is_authenticated = soup_auth_ntlm_is_authenticated; in soup_auth_ntlm_class_init()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c154 is_authenticated (struct MHD_Connection *connection, in is_authenticated() function
226 if (!is_authenticated (connection, USER, PASSWORD)) in answer_to_connection()
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.h79 bool is_authenticated() const { in is_authenticated() function
Dsecurity_context.cc166 return ctx->is_authenticated(); in grpc_auth_context_peer_is_authenticated()
/third_party/python/Doc/library/
Durllib.request.rst337 database of ``uri -> is_authenticated`` mappings. Can be used by a
350 supported. If *passwd_mgr* also provides ``is_authenticated`` and
353 ``is_authenticated`` result for a given URI to determine whether or not to
354 send authentication credentials with the request. If ``is_authenticated``
355 returns ``True`` for the URI, credentials are sent. If ``is_authenticated``
359 ``is_authenticated`` ``True`` for the URI, so that subsequent requests to
364 Added ``is_authenticated`` support.
946 passwd, is_authenticated=False)
949 :meth:`HTTPPasswordMgr.add_password`. *is_authenticated* sets the initial
950 value of the ``is_authenticated`` flag for the given URI or list of URIs.
[all …]
/third_party/python/Lib/urllib/
Drequest.py914 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
915 self.update_authenticated(uri, is_authenticated)
921 def update_authenticated(self, uri, is_authenticated=False): argument
929 self.authenticated[reduced_uri] = is_authenticated
931 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
1026 not self.passwd.is_authenticated(req.full_url)):
/third_party/python/Lib/test/
Dtest_urllib2.py1659 None, request_url, user, password, is_authenticated=True)
1661 is_auth = pwd_manager.is_authenticated(request_url)
1684 is_auth = pwd_manager.is_authenticated(request_url)
1696 is_auth = pwd_manager.is_authenticated(request_url)
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info4087 is_authenticated (struct MHD_Connection *connection,
4159 if (!is_authenticated (connection, USER, PASSWORD))