/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | SdFlagsControl.php | 82 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\SdFlagsControl 86 return parent::toAsn1();
|
H A D | SetOwnerControl.php | 65 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl 69 return parent::toAsn1();
|
H A D | PolicyHintsControl.php | 68 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl 72 return parent::toAsn1();
|
H A D | ExtendedDnControl.php | 94 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl 99 return parent::toAsn1();
|
H A D | DirSyncResponseControl.php | 130 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl 138 return parent::toAsn1();
|
H A D | ExpectedEntryCountControl.php | 120 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl 127 return parent::toAsn1();
|
H A D | DirSyncRequestControl.php | 180 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl 188 return parent::toAsn1();
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
H A D | VlvControl.php | 165 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl 175 $this->controlValue->addChild(Asn1::context(1, $this->filter->toAsn1())); 183 return parent::toAsn1();
|
H A D | VlvResponseControl.php | 120 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Vlv\\VlvResponseControl 131 return parent::toAsn1();
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
H A D | ExtendedResponse.php | 96 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Response\\ExtendedResponse 99 $asn1 = parent::toAsn1(); 110 $value = $encoder->encode($value->toAsn1());
|
H A D | PasswordModifyResponse.php | 54 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Response\\PasswordModifyResponse 60 return parent::toAsn1();
|
H A D | BindResponse.php | 57 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse 60 $response = parent::toAsn1();
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | CancelRequest.php | 67 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Request\\CancelRequest 71 return parent::toAsn1();
|
H A D | CompareRequest.php | 113 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest 117 Asn1::universal(AbstractType::TAG_TYPE_SEQUENCE, $this->filter->toAsn1())
|
H A D | ExtendedRequest.php | 114 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Request\\ExtendedRequest 124 $value = $encoder->encode($value->toAsn1());
|
H A D | PasswordModifyRequest.php | 118 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Request\\PasswordModifyRequest 132 return parent::toAsn1();
|
H A D | UnbindRequest.php | 44 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
H A D | NotFilter.php | 65 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter 67 return Asn1::context(self::CHOICE_TAG, Asn1::sequence($this->filter->toAsn1()));
|
H A D | FilterContainerTrait.php | 100 public function toAsn1(): AbstractType function 105 return $filter->toAsn1();
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
H A D | PagingControl.php | 117 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\PagingControl 124 return parent::toAsn1();
|
H A D | PwdPolicyResponseControl.php | 97 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl 124 return parent::toAsn1();
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
H A D | SortingResponseControl.php | 114 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl 121 return parent::toAsn1();
|
H A D | SortingControl.php | 132 public function toAsn1(): AbstractType function in FreeDSx\\Ldap\\Control\\Sorting\\SortingControl 147 return parent::toAsn1();
|
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/ |
H A D | PduInterface.php | 25 public function toAsn1() : AbstractType; function
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | ProtocolElementInterface.php | 27 public function toAsn1(): AbstractType; function
|