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

1 2

  /external/nist-sip/java/gov/nist/javax/sip/parser/
WWWAuthenticateParser.java 67 headerName(TokenTypes.WWW_AUTHENTICATE);
TokenTypes.java 85 public static final int WWW_AUTHENTICATE = START + 48;
Lexer.java 201 TokenTypes.WWW_AUTHENTICATE);
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_auth/
test_auth_digest.py 8 from paste.httpheaders import AUTHORIZATION, WWW_AUTHENTICATE, REMOTE_USER
38 challenge = WWW_AUTHENTICATE(headers)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
basic.py 37 head = WWW_AUTHENTICATE.tuples('Basic realm="%s"' % self.realm)
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 211 public static final String WWW_AUTHENTICATE = "WWW-Authenticate";
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
BasicAuthenticator.java 103 response.setHeader(HttpHeaders.WWW_AUTHENTICATE, "basic realm=\"" + _loginService.getName() + '"');
SpnegoAuthenticator.java 88 res.setHeader(HttpHeaders.WWW_AUTHENTICATE, HttpHeaders.NEGOTIATE);
DigestAuthenticator.java 239 response.setHeader(HttpHeaders.WWW_AUTHENTICATE, "Digest realm=\"" + _loginService.getName()
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpHeaders.java 101 WWW_AUTHENTICATE= "WWW-Authenticate";
232 WWW_AUTHENTICATE_BUFFER=CACHE.add(WWW_AUTHENTICATE,WWW_AUTHENTICATE_ORDINAL),
  /external/apache-http/android/src/android/net/http/
Headers.java 61 public final static String WWW_AUTHENTICATE = "www-authenticate";
134 WWW_AUTHENTICATE,
236 if (name.equals(WWW_AUTHENTICATE)) {
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpheaders.py 114 sample = [WWW_AUTHENTICATE, VIA, ACCEPT, DATE,
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 135 putNameMap(WWW_AUTHENTICATE, WWWAuthenticate.class.getName()); //29
SIPHeaderNames.java 78 public static final String WWW_AUTHENTICATE = WWWAuthenticateHeader.NAME;
SIPHeaderList.java 161 if (this.headerName.equals(SIPHeaderNames.WWW_AUTHENTICATE)
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 

Completed in 559 milliseconds

1 2