Home
last modified time | relevance | path

Searched refs:ExternalAuthenticator (Results 1 – 5 of 5) sorted by relevance

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dauth.cpp98 ExternalAuthenticator::ExternalAuthenticator(const Address& address, const String& hostname, in ExternalAuthenticator() function in ExternalAuthenticator
110 ExternalAuthenticator::~ExternalAuthenticator() { in ~ExternalAuthenticator()
117 bool ExternalAuthenticator::initial_response(String* response) { in initial_response()
127 bool ExternalAuthenticator::evaluate_challenge(const String& token, String* response) { in evaluate_challenge()
137 bool ExternalAuthenticator::success(const String& token) { in success()
H A Dauth.hpp90 class ExternalAuthenticator : public Authenticator { class
92 ExternalAuthenticator(const Address& address, const String& hostname, const String& class_name,
95 ~ExternalAuthenticator();
139 new ExternalAuthenticator(address, hostname, class_name, &exchange_callbacks_, data_)); in new_authenticator()
167 EXTERNAL_TYPE(datastax::internal::core::ExternalAuthenticator, CassAuthenticator)
/dports/irc/soju/soju-0.3.0/vendor/github.com/emersion/go-sasl/
H A Dexternal.go37 type ExternalAuthenticator func(identity string) error type
41 authenticate ExternalAuthenticator
65 func NewExternalServer(authenticator ExternalAuthenticator) Server { argument
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Authentication/
H A Dservice_definition.php29 use Ampache\Module\Authentication\Authenticator\ExternalAuthenticator; alias
44 'external' => $dic->get(ExternalAuthenticator::class),
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Authentication/Authenticator/
H A DExternalAuthenticator.php29 final class ExternalAuthenticator implements AuthenticatorInterface class