OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Authenticator
(Results
51 - 75
of
214
) sorted by null
1
2
3
4
5
6
7
8
9
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java
39
import javax.obex.
Authenticator
;
46
public class BluetoothPbapAuthenticator implements
Authenticator
{
/external/chromium_org/remoting/protocol/
negotiating_host_authenticator.cc
33
scoped_ptr<
Authenticator
> NegotiatingHostAuthenticator::CreateWithSharedSecret(
47
return scoped_ptr<
Authenticator
>(result.Pass());
51
scoped_ptr<
Authenticator
>
60
return scoped_ptr<
Authenticator
>(result.Pass());
138
// Copy the message since the
authenticator
may process it asynchronously.
155
Authenticator
::State preferred_initial_state,
connection_to_host.h
37
class
Authenticator
;
92
scoped_ptr<
Authenticator
>
authenticator
,
145
scoped_ptr<
Authenticator
> authenticator_;
pairing_authenticator_base.cc
34
Authenticator
::State PairingAuthenticatorBase::state() const {
41
Authenticator
::RejectionReason
54
// The client
authenticator
creates the underlying
authenticator
in the ctor
72
// Pass the message to the underlying
authenticator
for processing, but
141
scoped_ptr<
Authenticator
>
authenticator
) {
143
DCHECK(
authenticator
);
145
v2_authenticator_ =
authenticator
.Pass();
authentication_method.h
20
class
Authenticator
;
fake_authenticator.cc
93
Authenticator
::State FakeAuthenticator::state() const {
119
Authenticator
::RejectionReason FakeAuthenticator::rejection_reason() const {
164
scoped_ptr<
Authenticator
> FakeHostAuthenticatorFactory::CreateAuthenticator(
168
return scoped_ptr<
Authenticator
>(new FakeAuthenticator(
pairing_host_authenticator.cc
35
Authenticator
::State PairingHostAuthenticator::state() const {
46
Authenticator
::RejectionReason
jingle_session.h
18
#include "remoting/protocol/
authenticator
.h"
86
scoped_ptr<
Authenticator
>
authenticator
,
94
scoped_ptr<
Authenticator
>
authenticator
);
133
// Called after the initial incoming
authenticator
message is processed.
135
// Called after subsequent
authenticator
messages are processed.
158
scoped_ptr<
Authenticator
> authenticator_;
jingle_session_manager.h
54
scoped_ptr<
Authenticator
>
authenticator
,
me2me_host_authenticator_factory.h
15
#include "remoting/protocol/
authenticator
.h"
54
virtual scoped_ptr<
Authenticator
> CreateAuthenticator(
jingle_session_manager.cc
10
#include "remoting/protocol/
authenticator
.h"
49
scoped_ptr<
Authenticator
>
authenticator
,
55
session->StartConnection(host_jid,
authenticator
.Pass(), config.Pass());
109
scoped_ptr<
Authenticator
>
authenticator
=
local
115
session->InitializeIncomingConnection(message,
authenticator
.Pass());
negotiating_client_authenticator.cc
71
// Copy the message since the
authenticator
may process it asynchronously.
114
Authenticator
::State preferred_initial_state,
151
Authenticator
::State initial_state,
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpAuthenticator.java
22
import java.net.
Authenticator
;
37
/** Uses the global
authenticator
to get the password. */
46
PasswordAuthentication auth =
Authenticator
.requestPasswordAuthentication(url.getHost(),
48
challenge.getRealm(), challenge.getScheme(), url,
Authenticator
.RequestorType.SERVER);
64
PasswordAuthentication auth =
Authenticator
.requestPasswordAuthentication(
67
Authenticator
.RequestorType.PROXY);
91
public static boolean processAuthHeader(OkAuthenticator
authenticator
, int responseCode,
110
?
authenticator
.authenticateProxy(proxy, url, challenges)
111
:
authenticator
.authenticate(proxy, url, challenges);
/external/chromium/chrome/browser/chromeos/login/
screen_locker.h
31
class
Authenticator
;
87
// Authenticates the user with given |password| and
authenticator
.
144
// Sets the
authenticator
.
145
void SetAuthenticator(
Authenticator
*
authenticator
);
203
scoped_refptr<
Authenticator
> authenticator_;
mock_authenticator.h
11
#include "chrome/browser/chromeos/login/
authenticator
.h"
24
class MockAuthenticator : public
Authenticator
{
29
:
Authenticator
(consumer),
131
virtual
Authenticator
* CreateAuthenticator(LoginStatusConsumer* consumer) {
login_performer.cc
288
&
Authenticator
::LoginOffTheRecord));
295
&
Authenticator
::RecoverEncryptedData,
305
&
Authenticator
::ResyncEncryptedData,
472
&
Authenticator
::AuthenticateToLogin,
480
<< "
Authenticator
instance doesn't exist for login attempt retry.";
482
// retry online auth, using existing
Authenticator
instance.
486
&
Authenticator
::RetryAuth,
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java
21
import java.net.
Authenticator
;
369
Authenticator
.setDefault(new
Authenticator
() {
643
// Set up test
Authenticator
644
Authenticator
.setDefault(new
Authenticator
() {
671
// remove previously set
authenticator
672
Authenticator
.setDefault(null);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.h
12
#include "chrome/browser/chromeos/login/
authenticator
.h"
41
scoped_refptr<
Authenticator
>(LoginStatusConsumer*));
test_login_utils.h
11
#include "chrome/browser/chromeos/login/
authenticator
.h"
42
virtual scoped_refptr<
Authenticator
> CreateAuthenticator(
login_performer.h
13
#include "chrome/browser/chromeos/login/
authenticator
.h"
131
scoped_refptr<
Authenticator
> authenticator_;
/packages/apps/Email/src/com/android/email/service/
AuthenticatorService.java
37
* A very basic
authenticator
service for EAS. At the moment, it has no UI hooks. When called
48
class
Authenticator
extends AbstractAccountAuthenticator {
50
public
Authenticator
(Context context) {
154
return new
Authenticator
(this).getIBinder();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java
23
import java.net.
Authenticator
;
275
// Set up test
Authenticator
276
Authenticator
.setDefault(new
Authenticator
() {
304
// remove previously set
authenticator
305
Authenticator
.setDefault(null);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java
17
package com.example.android.samplesync.
authenticator
;
50
class
Authenticator
extends AbstractAccountAuthenticator {
53
private static final String TAG = "
Authenticator
";
58
public
Authenticator
(Context context) {
137
// This call is used to query whether the
Authenticator
supports
/external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.cc
13
#include "chrome/browser/chromeos/login/
authenticator
.h"
85
users_settings()->WhitelistUser(
Authenticator
::Canonicalize(email));
94
users_settings()->UnwhitelistUser(
Authenticator
::Canonicalize(email));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar
Completed in 3199 milliseconds
1
2
3
4
5
6
7
8
9