HomeSort by relevance Sort by last modified time
    Searched refs:authorization (Results 1 - 25 of 40) 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 177 authorization = self.headers.getheader("authorization")
178 if authorization:
179 authorization = authorization.split()
180 if len(authorization) == 2:
182 env['AUTH_TYPE'] = authorization[0]
183 if authorization[0].lower() == "basic":
185 authorization = base64.decodestring(authorization[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 177 authorization = self.headers.getheader("authorization")
178 if authorization:
179 authorization = authorization.split()
180 if len(authorization) == 2:
182 env['AUTH_TYPE'] = authorization[0]
183 if authorization[0].lower() == "basic":
185 authorization = base64.decodestring(authorization[1]
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-file-2.6.jar 
wagon-provider-api-2.6.jar 
  /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+(.*)");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 251 authorization = ("Authorization: Basic %s\r\n" %
253 # The authorization header must be in place
254 self.assertIn(authorization, fakehttp_wrapper.buf)
267 authorization = ("Authorization: Basic %s\r\n" %
270 # The authorization header must be in place
271 self.assertIn(authorization, fakehttp_wrapper.buf)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 251 authorization = ("Authorization: Basic %s\r\n" %
253 # The authorization header must be in place
254 self.assertIn(authorization, fakehttp_wrapper.buf)
267 authorization = ("Authorization: Basic %s\r\n" %
270 # The authorization header must be in place
271 self.assertIn(authorization, fakehttp_wrapper.buf)
    [all...]
  /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 };
  /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',

Completed in 1094 milliseconds

1 2