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

1 2

  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.css 6 #oauth-enrollment {
12 #oauth-enroll-container {
16 #oauth-enroll-signin-frame {
20 #oauth-enroll-signin-frame {
25 #oauth-enroll-signin-frame-container {
31 #oauth-enroll-signin-link-container {
35 #oauth-enroll-step-signin {
39 .oauth-enroll-step-center {
43 .oauth-enroll-step-center {
48 .oauth-enroll-step-content
    [all...]
oobe_screen.css 131 #oobe.oauth-enrollment #oauth-enroll-cancel-button,
132 #oobe.oauth-enrollment #oauth-enroll-done-button,
133 #oobe.oauth-enrollment #oauth-enroll-explain-button,
134 #oobe.oauth-enrollment #oauth-enroll-try-again-button,
  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 17 package net.oauth.http;
20 import net.oauth.OAuthMessage;
HttpResponseMessage.java 17 package net.oauth.http;
  /external/oauth/core/src/main/java/net/oauth/
OAuthValidator.java 16 package net.oauth;
37 * The implementation should throw exceptions that conform to the OAuth
38 * <a href="http://wiki.oauth.net/ProblemReporting">Problem Reporting extension</a>.
OAuthException.java 16 package net.oauth;
19 * Superclass for extensions thrown by the OAuth library.
OAuthServiceProvider.java 17 package net.oauth;
22 * Properties of an OAuth Service Provider.
OAuthConsumer.java 17 package net.oauth;
22 import net.oauth.http.HttpMessage;
25 * Properties of an OAuth Consumer. Properties may be added freely, e.g. to
66 * href="http://oauth.pbwiki.com/AccessorSecret">Accessor Secret</a>.
OAuthProblemException.java 17 package net.oauth;
21 import net.oauth.http.HttpMessage;
22 import net.oauth.http.HttpResponseMessage;
25 * Describes an OAuth-related problem, using a set of named parameters. One
28 * response that conforms to the OAuth <a
29 * href="http://wiki.oauth.net/ProblemReporting">Problem Reporting
OAuthAccessor.java 17 package net.oauth;
25 import net.oauth.http.HttpMessage;
87 message.getHeaders().add(new OAuth.Parameter(HttpMessage.ACCEPT_ENCODING, accepted.toString()));
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClientPool.java 17 package net.oauth.client.httpclient4;
HttpClient4.java 17 package net.oauth.client.httpclient4;
23 import net.oauth.client.ExcerptInputStream;
24 import net.oauth.http.HttpMessage;
25 import net.oauth.http.HttpResponseMessage;
42 * Utility methods for an OAuth client based on the <a
48 public class HttpClient4 implements net.oauth.http.HttpClient {
HttpMethodResponse.java 17 package net.oauth.client.httpclient4;
25 import net.oauth.OAuth;
26 import net.oauth.client.ExcerptInputStream;
27 import net.oauth.http.HttpMessage;
28 import net.oauth.http.HttpResponseMessage;
48 * from OAuth WWW-Authenticate headers and the body. The header parameters
85 headers.add(new OAuth.Parameter(header.getName(), header.getValue()));
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 17 package net.oauth.client;
22 import net.oauth.OAuth;
23 import net.oauth.OAuthMessage;
24 import net.oauth.OAuthProblemException;
25 import net.oauth.http.HttpMessage;
26 import net.oauth.http.HttpResponseMessage;
43 for (OAuth.Parameter parameter : decodeAuthorization(header.getValue())) {
72 addParameters(OAuth.decodeForm(body.trim()));
URLConnectionClient.java 17 package net.oauth.client;
28 import net.oauth.http.HttpClient;
29 import net.oauth.http.HttpMessage;
30 import net.oauth.http.HttpResponseMessage;
OAuthClient.java 17 package net.oauth.client;
29 import net.oauth.OAuth;
30 import net.oauth.OAuthAccessor;
31 import net.oauth.OAuthConsumer;
32 import net.oauth.OAuthException;
33 import net.oauth.OAuthMessage;
34 import net.oauth.OAuthProblemException;
35 import net.oauth.http.HttpClient;
36 import net.oauth.http.HttpMessage
    [all...]
  /external/oauth/core/src/main/java/net/oauth/signature/
PLAINTEXT.java 17 package net.oauth.signature;
19 import net.oauth.OAuth;
20 import net.oauth.OAuthException;
41 signature = OAuth.percentEncode(getConsumerSecret()) + '&'
42 + OAuth.percentEncode(getTokenSecret());
HMAC_SHA1.java 17 package net.oauth.signature;
27 import net.oauth.OAuth;
28 import net.oauth.OAuthException;
67 String keyString = OAuth.percentEncode(getConsumerSecret())
68 + '&' + OAuth.percentEncode(getTokenSecret());
81 private static final String ENCODING = OAuth.ENCODING;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 3 * program logs the user in with OpenID, fetches their license state with OAuth,
25 import oauth.signpost.OAuthConsumer;
26 import oauth.signpost.basic.DefaultOAuthConsumer;
72 OAuthConsumer oauth = local
74 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET);
83 oauth.sign(http);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 3 * program logs the user in with OpenID, fetches their license state with OAuth,
25 import oauth.signpost.OAuthConsumer;
26 import oauth.signpost.basic.DefaultOAuthConsumer;
72 OAuthConsumer oauth = local
74 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET);
83 oauth.sign(http);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 7 * program logs the user in with OpenID, fetches their license state with OAuth,
24 import oauth.signpost.OAuthConsumer;
25 import oauth.signpost.basic.DefaultOAuthConsumer;
71 OAuthConsumer oauth = local
73 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET);
82 oauth.sign(http);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 5 var oauth = ChromeExOAuth.initBackgroundPage({ variable
12 'app_name' : 'Sample - OAuth Contacts'
18 if (oauth.hasToken()) {
52 oauth.authorize(function() {
56 oauth.sendSignedRequest(url, onContacts, {
66 oauth.clearTokens();
  /external/chromium_org/remoting/webapp/
cs_third_party_auth_trampoline.js 5 var thirdPartyPath = '/talkgadget/oauth/chrome-remote-desktop/thirdpartyauth';
cs_oauth2_trampoline.js 11 var officialPath = '/talkgadget/oauth/chrome-remote-desktop/rel/' + extensionId;
12 var unofficialPath = '/talkgadget/oauth/chrome-remote-desktop/dev';
  /external/oauth/core/src/main/java/
Android.mk 5 LOCAL_MODULE := oauth

Completed in 311 milliseconds

1 2