Searched refs:authorization (Results 1 - 22 of 22) sorted by relevance

/external/libchrome/base/mac/
H A Dscoped_authorizationref.h21 explicit ScopedAuthorizationRef(AuthorizationRef authorization = NULL)
22 : authorization_(authorization) {
31 void reset(AuthorizationRef authorization = NULL) {
32 if (authorization_ != authorization) {
36 authorization_ = authorization;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAuthorizationParser.java32 * Parser for authorization headers.
45 * @param authorization Authorization message to parse
47 public AuthorizationParser(String authorization) { argument
48 super(authorization);
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java190 // Remove all authorization headers from the request (we'll re-add them
229 AuthorizationHeader authorization = null;
236 authorization = this.getAuthorization(reoriginatedRequest
250 authorization = this.getAuthorization(reoriginatedRequest
257 "Created authorization header: " + authorization.toString());
261 authorization, cacheTime);
263 reoriginatedRequest.addHeader(authorization);
268 "Returning authorization transaction." + retryTran);
312 AuthorizationHeader authorization
[all...]
H A DCredentialsCache.java12 * A cache of authorization headers to be used for subsequent processing when we
53 * Cache the bindings of proxyDomain and authorization header.
56 * the id of the call that the <tt>authorization</tt> header
58 * @param authorization
59 * the authorization header that we'd like to cache.
62 AuthorizationHeader authorization, int cacheTime) {
63 String user = authorization.getUsername();
65 if ( authorization == null) throw new NullPointerException("Null authorization domain");
72 String realm = authorization
61 cacheAuthorizationHeader(String callId, AuthorizationHeader authorization, int cacheTime) argument
[all...]
/external/tpm2/
H A DFieldUpgradeStart_fp.h13 TPMI_RH_PLATFORM authorization; member in struct:__anon22649
H A DMarshal_FieldUpgradeStart.c16 target->authorization = request_handles[0];
/external/python/cpython2/Lib/
H A DCGIHTTPServer.py172 authorization = self.headers.getheader("authorization")
173 if authorization:
174 authorization = authorization.split()
175 if len(authorization) == 2:
177 env['AUTH_TYPE'] = authorization[0]
178 if authorization[0].lower() == "basic":
180 authorization = base64.decodestring(authorization[
[all...]
/external/selinux/dbus/
H A Dorg.selinux.conf14 authorization is performed by PolicyKit -->
/external/openssh/regress/
H A Dssh-com.sh43 AuthorizationFile authorization
64 cp /dev/null ${OBJ}/${USER}/authorization
67 echo Key $t.com >> ${OBJ}/${USER}/authorization
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java360 public static List<OAuth.Parameter> decodeAuthorization(String authorization) { argument
362 if (authorization != null) {
363 Matcher m = AUTHORIZATION.matcher(authorization);
/external/python/cpython2/Lib/test/
H A Dtest_urllib.py337 authorization = ("Authorization: Basic %s\r\n" %
339 # The authorization header must be in place
340 self.assertIn(authorization, fakehttp_wrapper.buf)
353 authorization = ("Authorization: Basic %s\r\n" %
356 # The authorization header must be in place
357 self.assertIn(authorization, fakehttp_wrapper.buf)
/external/webrtc/webrtc/base/
H A Dhttpclient.cc769 std::string authorization, auth_method; local
779 context, authorization, auth_method);
782 request().setHeader(HH_PROXY_AUTHORIZATION, authorization);
/external/curl/lib/
H A Dhttp.c282 char *authorization = NULL; local
304 &authorization, &size);
308 if(!authorization)
314 authorization);
315 free(authorization);
628 !Curl_checkProxyheaders(conn, "Proxy-authorization:")) ||
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java2483 Authorization authorization = this.originalRequest.getAuthorization();
2484 if (authorization != null)
2485 sipRequest.setHeader(authorization);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c282 #pragma mark - authorization management
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 387 milliseconds