Home
last modified time | relevance | path

Searched refs:fromAsn1 (Results 1 – 25 of 43) sorted by relevance

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php128 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Protocol\\LdapMessage
192 $operation = Request\BindRequest::fromAsn1($opAsn1);
195 $operation = Response\BindResponse::fromAsn1($opAsn1);
198 $operation = Request\UnbindRequest::fromAsn1($opAsn1);
201 $operation = Request\SearchRequest::fromAsn1($opAsn1);
210 $operation = Request\ModifyRequest::fromAsn1($opAsn1);
213 $operation = Response\ModifyResponse::fromAsn1($opAsn1);
216 $operation = Request\AddRequest::fromAsn1($opAsn1);
219 $operation = Response\AddResponse::fromAsn1($opAsn1);
222 $operation = Request\DeleteRequest::fromAsn1($opAsn1);
[all …]
H A DProtocolElementInterface.php33 public static function fromAsn1(AbstractType $type); function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php95 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest
107 return new self($dn->getValue(), EqualityFilter::fromAsn1($ava));
H A DUnbindRequest.php32 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
H A DAbandonRequest.php64 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\AbandonRequest
H A DCancelRequest.php77 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\CancelRequest
H A DDeleteRequest.php73 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
H A DBindRequest.php99 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\BindRequest
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DPduInterface.php31 public static function fromAsn1(AbstractType $asn1); function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php52 return LdapMessageRequest::fromAsn1($message->getMessage());
H A DClientQueue.php112 return LdapMessageResponse::fromAsn1($message->getMessage());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php55 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
H A DPasswordModifyResponse.php66 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\PasswordModifyResponse
H A DBindResponse.php72 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
H A DIntermediateResponse.php70 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
H A DSearchResultEntry.php62 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultEntry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php58 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter
H A DNotFilter.php92 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
H A DAttributeValueAssertionTrait.php91 public static function fromAsn1(AbstractType $type) function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSetOwnerControl.php75 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl
H A DPolicyHintsControl.php78 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
H A DExtendedDnControl.php64 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl
H A DDirSyncResponseControl.php98 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php95 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php91 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl

12