HomeSort by relevance Sort by last modified time
    Searched refs:TokenValidator (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_host_authenticator.h 23 // |TokenValidator| to the client, and expects a |token| in response.
24 // Once that token is received, it calls |TokenValidator| asynchronously to
25 // validate it, and exchange it for a |shared_secret|. Once the |TokenValidator|
30 class TokenValidator {
39 virtual ~TokenValidator() {}
61 // Creates a TokenValidator. |local_jid| and |remote_jid| are used to create
63 virtual scoped_ptr<TokenValidator> CreateTokenValidator(
74 scoped_ptr<TokenValidator> token_validator);
91 scoped_ptr<TokenValidator> token_validator_;
negotiating_host_authenticator.h 46 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator);
72 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator_;
third_party_host_authenticator.cc 22 scoped_ptr<TokenValidator> token_validator)
third_party_authenticator_unittest.cc 65 : public ThirdPartyHostAuthenticator::TokenValidator {
107 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator>
negotiating_host_authenticator.cc 55 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator) {
  /external/chromium_org/remoting/host/
token_validator_factory_impl.h 17 // This class dispenses |TokenValidator| implementations that use a UrlFetcher
35 virtual scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
token_validator_factory_impl.cc 37 public protocol::ThirdPartyHostAuthenticator::TokenValidator {
59 // TokenValidator interface.
180 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
184 return scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>(
token_validator_factory_impl_unittest.cc 90 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>

Completed in 31 milliseconds