You are here

public static function CredentialsStorage::validateCredentials in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_servers/src/Helper/CredentialsStorage.php \Drupal\ldap_servers\Helper\CredentialsStorage::validateCredentials()

Whether the bind function will use these credentials.

Return value

bool Defaults to false.

1 call to CredentialsStorage::validateCredentials()
LdapBridge::bind in ldap_servers/src/LdapBridge.php
Bind (authenticate) against an active LDAP database.

File

ldap_servers/src/Helper/CredentialsStorage.php, line 93

Class

CredentialsStorage
Temporarily stores credentials from user input.

Namespace

Drupal\ldap_servers\Helper

Code

public static function validateCredentials() : bool {
  return self::$validate;
}