Home
last modified time | relevance | path

Searched refs:authenticators (Results 1 – 25 of 1217) sorted by relevance

12345678910>>...49

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = array(); variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
252 return $this->authenticators;
255 foreach ($this->authenticators as $authenticator) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = array(); variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
252 return $this->authenticators;
255 foreach ($this->authenticators as $authenticator) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = []; variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
257 return $this->authenticators;
260 foreach ($this->authenticators as $authenticator) {
/dports/finance/prestashop/prestashop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = []; variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
257 return $this->authenticators;
260 foreach ($this->authenticators as $authenticator) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = []; variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
257 return $this->authenticators;
260 foreach ($this->authenticators as $authenticator) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = []; variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
257 return $this->authenticators;
260 foreach ($this->authenticators as $authenticator) {
/dports/www/owncloud/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = []; variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
257 return $this->authenticators;
260 foreach ($this->authenticators as $authenticator) {
/dports/www/nextcloud/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php23 private $authenticators = []; variable in Swift_Transport_Esmtp_AuthHandler
56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->authenticators = $authenticators;
80 return $this->authenticators;
257 return $this->authenticators;
260 foreach ($this->authenticators as $authenticator) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/
H A Dfido_device_discovery.cc45 std::vector<FidoAuthenticator*> authenticators; in NotifyDiscoveryStarted() local
46 authenticators.reserve(authenticators_.size()); in NotifyDiscoveryStarted()
48 authenticators.push_back(authenticator.second.get()); in NotifyDiscoveryStarted()
70 std::vector<FidoDeviceAuthenticator*> authenticators; in GetAuthenticatorsForTesting() local
71 authenticators.reserve(authenticators_.size()); in GetAuthenticatorsForTesting()
73 authenticators.push_back(authenticator.second.get()); in GetAuthenticatorsForTesting()
74 return authenticators; in GetAuthenticatorsForTesting()
79 std::vector<const FidoDeviceAuthenticator*> authenticators; in GetAuthenticatorsForTesting() local
80 authenticators.reserve(authenticators_.size()); in GetAuthenticatorsForTesting()
82 authenticators.push_back(authenticator.second.get()); in GetAuthenticatorsForTesting()
[all …]
/dports/devel/py-repoze.who/repoze.who-2.4/repoze/who/tests/
H A Dtest_middleware.py80 self.assertEqual(af.authenticators, authenticators)
167 self.assertEqual(af.authenticators, authenticators)
242 app=app, identifiers=identifiers, authenticators=authenticators)
300 authenticators=authenticators)
325 authenticators=authenticators)
353 authenticators=authenticators)
383 authenticators=authenticators,
409 authenticators=authenticators,
443 authenticators=authenticators,
467 authenticators=authenticators,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/
H A Dfido_device_discovery.cc46 std::vector<FidoAuthenticator*> authenticators; in NotifyDiscoveryStarted() local
47 authenticators.reserve(authenticators_.size()); in NotifyDiscoveryStarted()
49 authenticators.push_back(authenticator.second.get()); in NotifyDiscoveryStarted()
71 std::vector<FidoDeviceAuthenticator*> authenticators; in GetAuthenticatorsForTesting() local
72 authenticators.reserve(authenticators_.size()); in GetAuthenticatorsForTesting()
74 authenticators.push_back(authenticator.second.get()); in GetAuthenticatorsForTesting()
75 return authenticators; in GetAuthenticatorsForTesting()
80 std::vector<const FidoDeviceAuthenticator*> authenticators; in GetAuthenticatorsForTesting() local
81 authenticators.reserve(authenticators_.size()); in GetAuthenticatorsForTesting()
83 authenticators.push_back(authenticator.second.get()); in GetAuthenticatorsForTesting()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/authentication/authenticatorfactory/
H A Ddelegating.go66 authenticators := []authenticator.Request{}
79 authenticators = append(authenticators, requestHeaderAuthenticator)
84authenticators = append(authenticators, x509.NewDynamic(c.ClientCertificateCAContentProvider.Verif…
96authenticators = append(authenticators, bearertoken.New(cachingTokenAuth), websocket.NewProtocolAu…
108 if len(authenticators) == 0 {
115 authenticator := group.NewAuthenticatedGroupAdder(unionauth.New(authenticators...))
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory/
H A Ddelegating.go69 authenticators := []authenticator.Request{}
82 authenticators = append(authenticators, requestHeaderAuthenticator)
87authenticators = append(authenticators, x509.NewDynamic(c.ClientCertificateCAContentProvider.Verif…
102authenticators = append(authenticators, bearertoken.New(cachingTokenAuth), websocket.NewProtocolAu…
114 if len(authenticators) == 0 {
121 authenticator := group.NewAuthenticatedGroupAdder(unionauth.New(authenticators...))
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/pyu2f/convenience/
H A Dauthenticator.py26 authenticators = [customauthenticator.CustomAuthenticator(origin),
28 return CompositeAuthenticator(authenticators)
37 def __init__(self, authenticators): argument
38 self.authenticators = authenticators
43 for authenticator in self.authenticators:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pyu2f/convenience/
H A Dauthenticator.py25 authenticators = [customauthenticator.CustomAuthenticator(origin),
27 return CompositeAuthenticator(authenticators)
36 def __init__(self, authenticators): argument
37 self.authenticators = authenticators
42 for authenticator in self.authenticators:
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/convenience/
H A Dauthenticator.py25 authenticators = [customauthenticator.CustomAuthenticator(origin),
27 return CompositeAuthenticator(authenticators)
36 def __init__(self, authenticators): argument
37 self.authenticators = authenticators
42 for authenticator in self.authenticators:
/dports/net/py-pyu2f/pyu2f-0.1.5/pyu2f/convenience/
H A Dauthenticator.py25 authenticators = [customauthenticator.CustomAuthenticator(origin),
27 return CompositeAuthenticator(authenticators)
36 def __init__(self, authenticators): argument
37 self.authenticators = authenticators
42 for authenticator in self.authenticators:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyu2f/pyu2f/convenience/
H A Dauthenticator.py25 authenticators = [customauthenticator.CustomAuthenticator(origin),
27 return CompositeAuthenticator(authenticators)
36 def __init__(self, authenticators): argument
37 self.authenticators = authenticators
42 for authenticator in self.authenticators:
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/swift/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php61 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
63 public function __construct(array $authenticators) argument
65 $this->setAuthenticators($authenticators);
70 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
72 public function setAuthenticators(array $authenticators) argument
74 $this->_authenticators = $authenticators;
/dports/www/bolt/bolt-2.2.24/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->_authenticators = $authenticators;
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php58 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
60 public function __construct(array $authenticators) argument
62 $this->setAuthenticators($authenticators);
67 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
69 public function setAuthenticators(array $authenticators) argument
71 $this->_authenticators = $authenticators;
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/swiftmailer/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php61 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
63 public function __construct(array $authenticators) argument
65 $this->setAuthenticators($authenticators);
70 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
72 public function setAuthenticators(array $authenticators) argument
74 $this->_authenticators = $authenticators;
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->_authenticators = $authenticators;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->_authenticators = $authenticators;
/dports/www/kanboard/kanboard-1.2.21/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/
H A DAuthHandler.php56 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
58 public function __construct(array $authenticators) argument
60 $this->setAuthenticators($authenticators);
66 * @param Swift_Transport_Esmtp_Authenticator[] $authenticators
68 public function setAuthenticators(array $authenticators) argument
70 $this->_authenticators = $authenticators;

12345678910>>...49