Home
last modified time | relevance | path

Searched refs:DirSyncResponseControl (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php16 use FreeDSx\Ldap\Control\Ad\DirSyncResponseControl;
36 * @var DirSyncResponseControl|null
154 if ($lastResponse === null || !$lastResponse instanceof DirSyncResponseControl) {
14 use FreeDSx\Ldap\Control\Ad\DirSyncResponseControl; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php36 class DirSyncResponseControl extends Control
33 class DirSyncResponseControl extends Control global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php181 $controls[] = Control\Ad\DirSyncResponseControl::fromAsn1($control);