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/
H A DUserPasswordTrait.php46 public function getPassword(): ?string function
65 $password = $this->getPassword() ?? '';
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A 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;
28 public function getPassword(): ?string; global() function
H A DAnonToken.php52 public function getPassword(): ?string
51 public function getPassword(): ?string global() function in FreeDSx\\Ldap\\Server\\Token\\AnonToken
H A DBindToken.php59 public function getPassword(): ?string
58 public function getPassword(): ?string global() function in FreeDSx\\Ldap\\Server\\Token\\BindToken
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DResetAdminPasswordResponse.php37 public function getPassword() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\ResetAdminPasswordResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
H A DCloudSqlCredential.php41 public function getPassword() function in Google\\Service\\BigQueryConnectionService\\CloudSqlCredential
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBasicAuthentication.php41 public function getPassword() function in Google\\Service\\Monitoring\\BasicAuthentication
/plugin/swiftmail/Swift/Connection/
H A 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/Connectors/
H A DUserPassword.php39 public function getPassword() function in Google\\Service\\Connectors\\UserPassword
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DVmwareSourceDetails.php49 public function getPassword() function in Google\\Service\\VMMigrationService\\VmwareSourceDetails
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DForwardSshTunnelConnectivity.php67 public function getPassword() function in Google\\Service\\Datastream\\ForwardSshTunnelConnectivity
H A DMysqlProfile.php65 public function getPassword() function in Google\\Service\\Datastream\\MysqlProfile
H A DOracleProfile.php99 public function getPassword() function in Google\\Service\\Datastream\\OracleProfile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php67 public function getPassword() function in Google\\Service\\Gmail\\SmtpMsa
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3WebhookGenericWebService.php68 public function getPassword() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookGenericWebService
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDemoteMasterMySqlReplicaConfiguration.php113 public function getPassword() function in Google\\Service\\SQLAdmin\\DemoteMasterMySqlReplicaConfiguration
H A DOnPremisesConfiguration.php151 public function getPassword() function in Google\\Service\\SQLAdmin\\OnPremisesConfiguration
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php51 public function getPassword(): string
50 public function getPassword(): string global() function in FreeDSx\\Ldap\\Operation\\Request\\SimpleBindRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DMasterAuth.php111 public function getPassword() function in Google\\Service\\Container\\MasterAuth
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php70 public function getPassword() function in Google\\Service\\CloudBuild\\SMTPDelivery
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DPostgreSqlConnectionProfile.php87 public function getPassword() function in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
H A DMySqlConnectionProfile.php87 public function getPassword() function in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedFetchSchedule.php125 public function getPassword() function in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule

12