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

/external/chromium/chrome/browser/cocoa/
H A Dscoped_authorizationref.h19 explicit scoped_AuthorizationRef(AuthorizationRef authorization = NULL)
20 : authorization_(authorization) {
29 void reset(AuthorizationRef authorization = NULL) {
30 if (authorization_ != authorization) {
34 authorization_ = authorization;
H A Dauthorization_util.h46 OSStatus ExecuteWithPrivilegesAndGetPID(AuthorizationRef authorization,
58 OSStatus ExecuteWithPrivilegesAndWait(AuthorizationRef 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/chromium/net/http/
H A Dhttp_auth_handler_digest.cc352 std::string authorization = (std::string("Digest username=") + local
354 authorization += ", realm=" + HttpUtil::Quote(realm_);
355 authorization += ", nonce=" + HttpUtil::Quote(nonce_);
356 authorization += ", uri=" + HttpUtil::Quote(path);
359 authorization += ", algorithm=" + AlgorithmToString(algorithm_);
365 authorization += ", response=\"" + response + "\"";
368 authorization += ", opaque=" + HttpUtil::Quote(opaque_);
372 authorization += ", qop=" + QopToString(qop_);
373 authorization += ", nc=" + nc;
374 authorization
[all...]
/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/openssl/crypto/krb5/
H A Dkrb5_asn.h203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c156 (KRB5_AUTHENTBODY, authorization, KRB5_AUTHDATA, 8),
/external/openssl/include/openssl/
H A Dkrb5_asn.h203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
/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/chromium/chrome/browser/resources/net_internals/
H A Dlogviewpainter.js288 /^authorization: \S*/i,
289 /^proxy-authorization: \S*/i];
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py151 HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
455 headers['authorization'] = 'Basic ' + base64.b64encode("%s:%s" % self.credentials).strip()
627 headers['authorization'] = 'GoogleLogin Auth=' + self.Auth
813 # authorization objects
910 for authorization in self._auth_from_challenge(host, request_uri, headers, response, content):
911 authorization.request(method, request_uri, headers, body)
914 self.authorizations.append(authorization)
915 authorization.response(response, body)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.cc750 std::string authorization, auth_method; local
760 context, authorization, auth_method);
763 request().setHeader(HH_PROXY_AUTHORIZATION, 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/sqlite/dist/orig/
H A Dsqlite3.c2899 ** authorized. The 3rd and 4th parameters to the authorization
9776 /* Access authorization function */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2899 ** authorized. The 3rd and 4th parameters to the authorization
9776 /* Access authorization function */
[all...]

Completed in 683 milliseconds