Home
last modified time | relevance | path

Searched refs:getPassword (Results 1 – 25 of 44) sorted by relevance

12

/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DUserPasswordTrait.php46 public function getPassword(): ?string function
65 $password = $this->getPassword() ?? '';
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClientConfiguration.php184 if (null !== $dsn->getPassword()) {
185 $data['password'] = $dsn->getPassword();
188 if (null !== $dsn->getUser() && null !== $dsn->getPassword()) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php61 if (!$dispatcher->bind($request->getUsername(), $request->getPassword())) {
68 return new BindToken($request->getUsername(), $request->getPassword());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DTokenInterface.php29 public function getPassword(): ?string; function
H A DAnonToken.php52 public function getPassword(): ?string function in FreeDSx\\Ldap\\Server\\Token\\AnonToken
H A DBindToken.php59 public function getPassword(): ?string function in FreeDSx\\Ldap\\Server\\Token\\BindToken
/plugin/swiftmail/Swift/Connection/
DSMTP.php192 public function getPassword() function in Swift_Connection_SMTP
329 if ($this->getUsername() && $this->getPassword())
331 $this->runAuthenticators($this->getUsername(), $this->getPassword(), $instance);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
DResetAdminPasswordResponse.php37 public function getPassword() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\ResetAdminPasswordResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DBasicAuthentication.php41 public function getPassword() function in Google\\Service\\Monitoring\\BasicAuthentication
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
DCloudSqlCredential.php41 public function getPassword() function in Google\\Service\\BigQueryConnectionService\\CloudSqlCredential
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
DUserPassword.php39 public function getPassword() function in Google\\Service\\Connectors\\UserPassword
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
DVmwareSourceDetails.php49 public function getPassword() function in Google\\Service\\VMMigrationService\\VmwareSourceDetails
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DSmtpMsa.php67 public function getPassword() function in Google\\Service\\Gmail\\SmtpMsa
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
DForwardSshTunnelConnectivity.php67 public function getPassword() function in Google\\Service\\Datastream\\ForwardSshTunnelConnectivity
DMysqlProfile.php65 public function getPassword() function in Google\\Service\\Datastream\\MysqlProfile
DOracleProfile.php99 public function getPassword() function in Google\\Service\\Datastream\\OracleProfile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3WebhookGenericWebService.php68 public function getPassword() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookGenericWebService
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
DDemoteMasterMySqlReplicaConfiguration.php113 public function getPassword() function in Google\\Service\\SQLAdmin\\DemoteMasterMySqlReplicaConfiguration
DOnPremisesConfiguration.php151 public function getPassword() function in Google\\Service\\SQLAdmin\\OnPremisesConfiguration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DMasterAuth.php111 public function getPassword() function in Google\\Service\\Container\\MasterAuth
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php51 public function getPassword(): string function in FreeDSx\\Ldap\\Operation\\Request\\SimpleBindRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DSMTPDelivery.php70 public function getPassword() function in Google\\Service\\CloudBuild\\SMTPDelivery
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
DPostgreSqlConnectionProfile.php87 public function getPassword() function in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
DMySqlConnectionProfile.php87 public function getPassword() function in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DDatafeedFetchSchedule.php125 public function getPassword() function in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule

12