public function ServerInterface::getBindPassword in Lightweight Directory Access Protocol (LDAP) 8.4
Get bind password.
Return value
string Value.
1 method overrides ServerInterface::getBindPassword()
- Server::getBindPassword in ldap_servers/
src/ Entity/ Server.php - Get bind password.
File
- ldap_servers/
src/ ServerInterface.php, line 112
Class
- ServerInterface
- Server configuration entity interface.
Namespace
Drupal\ldap_serversCode
public function getBindPassword() : ?string;