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

1 2 3 4

  /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();
TokenTypes.java 60 public static final int AUTHORIZATION = START + 23;
Lexer.java 155 TokenTypes.AUTHORIZATION);
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 71 /** The HTTP {@code Authorization} header field name. */
72 public static final String AUTHORIZATION = "Authorization";
106 /** The HTTP {@code Proxy-Authorization} header field name. */
107 public static final String PROXY_AUTHORIZATION = "Proxy-Authorization";
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 115 putNameMap(AUTHORIZATION, Authorization.class.getName()); //19
SIPHeaderNames.java 65 public static final String AUTHORIZATION = AuthorizationHeader.NAME; //19
SIPHeaderList.java 163 || this.headerName.equals(SIPHeaderNames.AUTHORIZATION)
492 * Authorization, Proxy-Authenticate and Proxy-Authorization and hence this
  /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/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar 
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
osgi-4.0.0.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/osgi/
osgi.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.2.5/
httpcore-4.2.5.jar 

Completed in 1080 milliseconds

1 2 3 4