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.php139 public static function fromAsn1(AbstractType $type)
172 $controls[] = Control\PagingControl::fromAsn1($control);
175 $controls[] = Control\Sorting\SortingResponseControl::fromAsn1($control);
178 $controls[] = Control\Vlv\VlvResponseControl::fromAsn1($control);
181 $controls[] = Control\Ad\DirSyncResponseControl::fromAsn1($control);
184 $controls[] = Control\Control::fromAsn1($control);
204 $operation = Request\BindRequest::fromAsn1($opAsn1);
207 $operation = Response\BindResponse::fromAsn1($opAsn1);
210 $operation = Request\UnbindRequest::fromAsn1($opAsn1);
213 $operation = Request\SearchRequest::fromAsn1(
128 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Protocol\\LdapMessage
[all...]
H A DProtocolElementInterface.php36 public static function fromAsn1(AbstractType $type);
33 public static function fromAsn1(AbstractType $type); global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php101 public static function fromAsn1(AbstractType $type)
113 return new self($dn->getValue(), EqualityFilter::fromAsn1($ava));
95 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest
H A DUnbindRequest.php34 public static function fromAsn1(AbstractType $type)
32 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
H A DAbandonRequest.php66 public static function fromAsn1(AbstractType $type)
64 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\AbandonRequest
H A DCancelRequest.php83 public static function fromAsn1(AbstractType $type)
77 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\CancelRequest
H A DDeleteRequest.php75 public static function fromAsn1(AbstractType $type)
73 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
H A DBindRequest.php101 public static function fromAsn1(AbstractType $type)
99 public static function fromAsn1(AbstractType $type) global() 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.php77 return LdapMessageRequest::fromAsn1($message->getMessage());
H A DClientQueue.php131 return LdapMessageResponse::fromAsn1($message->getMessage());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php58 public static function fromAsn1(AbstractType $type)
55 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
H A DPasswordModifyResponse.php74 public static function fromAsn1(AbstractType $type)
66 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Response\\PasswordModifyResponse
H A DBindResponse.php81 public static function fromAsn1(AbstractType $type)
72 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
H A DIntermediateResponse.php73 public static function fromAsn1(AbstractType $type)
70 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
H A DSearchResultEntry.php64 public static function fromAsn1(AbstractType $type)
62 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultEntry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php64 public static function fromAsn1(AbstractType $type)
58 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter
H A DNotFilter.php100 public static function fromAsn1(AbstractType $type)
92 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
H A DAttributeValueAssertionTrait.php99 public static function fromAsn1(AbstractType $type)
91 public static function fromAsn1(AbstractType $type) global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSetOwnerControl.php81 public static function fromAsn1(AbstractType $type)
75 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl
H A DPolicyHintsControl.php84 public static function fromAsn1(AbstractType $type)
78 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
H A DExtendedDnControl.php71 public static function fromAsn1(AbstractType $type)
64 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl
H A DDirSyncResponseControl.php104 public static function fromAsn1(AbstractType $type)
98 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php102 public static function fromAsn1(AbstractType $type)
95 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php97 public static function fromAsn1(AbstractType $type)
91 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl

12