OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTHORIZATION
(Results
1 - 25
of
67
) sorted by null
1
2
3
/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/chromium-trace/catapult/third_party/Paste/tests/test_auth/
test_auth_digest.py
8
from paste.httpheaders import
AUTHORIZATION
, WWW_AUTHENTICATE, REMOTE_USER
39
response =
AUTHORIZATION
(username=username, password=password,
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
basic.py
41
authorization
=
AUTHORIZATION
(environ)
42
if not
authorization
:
44
(authmeth, auth) =
authorization
.split(' ', 1)
71
authorization
. It is shown to the user and should be unique
digest.py
138
authorization
=
AUTHORIZATION
(environ)
139
if not
authorization
:
141
(authmeth, auth) =
authorization
.split(" ", 1)
200
authorization
. It is shown to the user and should be unique
/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/jetty/src/java/org/eclipse/jetty/security/authentication/
BasicAuthenticator.java
67
String credentials = request.getHeader(HttpHeaders.
AUTHORIZATION
);
SpnegoAuthenticator.java
70
String header = req.getHeader(HttpHeaders.
AUTHORIZATION
);
77
// check to see if we have
authorization
headers required to continue
DigestAuthenticator.java
162
String credentials = request.getHeader(HttpHeaders.
AUTHORIZATION
);
/external/jetty/src/java/org/eclipse/jetty/http/
HttpHeaders.java
66
AUTHORIZATION
= "
Authorization
",
78
PROXY_AUTHORIZATION= "Proxy-
Authorization
",
202
AUTHORIZATION_BUFFER=CACHE.add(
AUTHORIZATION
,AUTHORIZATION_ORDINAL),
/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+(.*)");
/external/jetty/src/java/org/eclipse/jetty/client/security/
DigestAuthentication.java
71
exchange.setRequestHeader( HttpHeaders.
AUTHORIZATION
,
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.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
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
osgi-4.0.0.jar
Completed in 618 milliseconds
1
2
3