Home
last modified time | relevance | path

Searched refs:AUTHORIZATION (Results 1 – 16 of 16) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
Dtest_auth_digest.py8 from paste.httpheaders import AUTHORIZATION, WWW_AUTHENTICATE, REMOTE_USER
39 response = AUTHORIZATION(username=username, password=password,
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAuthorizationParser.java67 headerName(TokenTypes.AUTHORIZATION); in parse()
DTokenTypes.java60 public static final int AUTHORIZATION = START + 23; field
DLexer.java155 TokenTypes.AUTHORIZATION); in selectLexer()
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpHeaders.java66 AUTHORIZATION= "Authorization", field in HttpHeaders
202 AUTHORIZATION_BUFFER=CACHE.add(AUTHORIZATION,AUTHORIZATION_ORDINAL),
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
Dbasic.py41 authorization = AUTHORIZATION(environ)
Ddigest.py138 authorization = AUTHORIZATION(environ)
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DSpnegoAuthenticator.java70 String header = req.getHeader(HttpHeaders.AUTHORIZATION); in validateRequest()
DBasicAuthenticator.java67 String credentials = request.getHeader(HttpHeaders.AUTHORIZATION); in validateRequest()
DDigestAuthenticator.java162 String credentials = request.getHeader(HttpHeaders.AUTHORIZATION); in validateRequest()
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java72 public static final String AUTHORIZATION = "Authorization"; field in HttpHeaders
/external/oauth/core/src/main/java/net/oauth/
DOAuthMessage.java363 Matcher m = AUTHORIZATION.matcher(authorization); in decodeAuthorization()
387 private static final Pattern AUTHORIZATION = Pattern.compile("\\s*(\\w*)\\s+(.*)"); field in OAuthMessage
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderNames.java65 public static final String AUTHORIZATION = AuthorizationHeader.NAME; //19 field
DNameMap.java115 putNameMap(AUTHORIZATION, Authorization.class.getName()); //19 in initializeNameMap()
DSIPHeaderList.java163 || this.headerName.equals(SIPHeaderNames.AUTHORIZATION) in encode()
/external/jetty/src/java/org/eclipse/jetty/client/security/
DDigestAuthentication.java71 exchange.setRequestHeader( HttpHeaders.AUTHORIZATION, in setCredentials()