HomeSort by relevance Sort by last modified time
    Searched refs:authorization (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/base/mac/
scoped_authorizationref.h 8 #include <Security/Authorization.h>
21 explicit ScopedAuthorizationRef(AuthorizationRef authorization = NULL)
22 : authorization_(authorization) {
31 void reset(AuthorizationRef authorization = NULL) {
32 if (authorization_ != authorization) {
36 authorization_ = authorization;
authorization_util.h 27 #include <Security/Authorization.h>
59 OSStatus ExecuteWithPrivilegesAndGetPID(AuthorizationRef authorization,
72 OSStatus ExecuteWithPrivilegesAndWait(AuthorizationRef authorization,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AuthorizationParser.java 32 * Parser for authorization headers.
45 * @param authorization Authorization message to parse
47 public AuthorizationParser(String authorization) {
48 super(authorization);
61 * @return SIPHeader (Authorization object)
67 headerName(TokenTypes.AUTHORIZATION);
68 Authorization auth = new Authorization();
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 190 // Remove all authorization headers from the request (we'll re-add them
229 AuthorizationHeader authorization = null; local
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 = null local
378 AuthorizationHeader authorization = null; local
    [all...]
CredentialsCache.java 12 * 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.getRealm()
    [all...]
  /external/chromium_org/net/http/
http_auth_handler_digest.cc 354 std::string authorization = (std::string("Digest username=") + local
357 authorization += ", realm=" + HttpUtil::Quote(original_realm_);
358 authorization += ", nonce=" + HttpUtil::Quote(nonce_);
359 authorization += ", uri=" + HttpUtil::Quote(path);
362 authorization += ", algorithm=" + AlgorithmToString(algorithm_);
368 authorization += ", response=\"" + response + "\"";
371 authorization += ", opaque=" + HttpUtil::Quote(opaque_);
375 authorization += ", qop=" + QopToString(qop_);
376 authorization += ", nc=" + nc;
377 authorization += ", cnonce=" + HttpUtil::Quote(cnonce)
    [all...]
  /external/chromium_org/chrome/browser/mac/
keystone_registration.h 9 #include <Security/Authorization.h>
62 authorization:(AuthorizationRef)authorization;
  /external/chromium_org/chrome/installer/util/
legacy_firewall_manager_win.cc 82 base::win::ScopedComPtr<INetFwAuthorizedApplication> authorization =
84 if (!authorization.get())
86 HRESULT hr = authorized_apps->Add(authorization);
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.js 8 * Points the webview to the starting URL of a scope authorization
10 * @param {string} url The url of the authorization entry point.
background.js 6 * Displays a webview based authorization dialog.
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 46 // Try to get the authorization token non-interactively. This will often work
59 // Get the authorization token interactively. A dialog box will pop up
  /external/openssl/crypto/krb5/
krb5_asn.h 203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
krb5_asn.c 156 (KRB5_AUTHENTBODY, authorization, KRB5_AUTHDATA, 8),
  /external/openssl/include/openssl/
krb5_asn.h 203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 356 * Parse the parameters from an OAuth Authorization or WWW-Authenticate
360 public static List<OAuth.Parameter> decodeAuthorization(String authorization) {
362 if (authorization != null) {
363 Matcher m = AUTHORIZATION.matcher(authorization);
387 private static final Pattern AUTHORIZATION = Pattern.compile("\\s*(\\w*)\\s+(.*)");
  /external/nanohttpd/
README.md 11 * No fixed config files, logging, authorization etc. (Implement by yourself if you need them.)
  /external/chromium_org/remoting/webapp/
oauth2.js 274 'Could not obtain authorization code: ' + message['error']);
288 * Asynchronously exchanges an authorization code for a refresh token.
290 * @param {string} code The OAuth2 authorization code.
oauth2_api.js 106 * Asynchronously exchanges an authorization code for access and refresh tokens.
115 * @param {string} code OAuth2 authorization code.
182 var headers = { 'Authorization': 'OAuth ' + token };
host_controller.js 251 // No authorization code returned, use regular user credential flow.
276 'Authorization': 'OAuth ' + oauthToken,
524 * Gets the host owner's base JID, used by the host for client authorization.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 47 * Wraps a Web View element and adds authorization headers to it.
60 * Initializes the web view by installing hooks injecting the authorization
105 name: 'Authorization',
  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 769 std::string authorization, auth_method; local
779 context, authorization, auth_method);
782 request().setHeader(HH_PROXY_AUTHORIZATION, authorization);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 151 HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
433 Authorization header. Over-rise this in sub-classes."""
454 Authorization header."""
455 headers['authorization'] = 'Basic ' + base64.b64encode("%s:%s" % self.credentials).strip()
486 headers['Authorization'] = 'Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm=%s, response=%s, qop=%s, nc=%08x, cnonce="%s"' % (
559 headers['Authorization'] = 'HMACDigest username="%s", realm="%s", snonce="%s", cnonce="%s", uri="%s", created="%s", response="%s", headers="%s"' % (
590 Authorization header."""
591 headers['Authorization'] = 'WSSE profile="UsernameToken"'
626 Authorization header."""
627 headers['authorization'] = 'GoogleLogin Auth=' + self.Auth
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 477 /^authorization: \S*\s*/i,
478 /^proxy-authorization: \S*\s*/i];
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 61 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
193 * Generates the Authorization header based on the oauth parameters.
196 * @return {String} An Authorization header containing the oauth_* params.
238 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
426 * Starts an OAuth authorization flow for the current page. If a token exists,
500 * secret for later use and sends the authorization url to the supplied
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 61 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
193 * Generates the Authorization header based on the oauth parameters.
196 * @return {String} An Authorization header containing the oauth_* params.
238 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
426 * Starts an OAuth authorization flow for the current page. If a token exists,
500 * secret for later use and sends the authorization url to the supplied

Completed in 1651 milliseconds

1 2