Searched defs:authorization (Results 1 - 8 of 8) sorted by relevance

/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 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_org/net/http/
H A Dhttp_auth_handler_digest.cc354 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
[all...]
/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/openssl/crypto/krb5/
H A Dkrb5_asn.h203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
/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/chromium_org/third_party/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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 274 milliseconds