Home
last modified time | relevance | path

Searched refs:fromAsn1 (Results 1 – 25 of 43) sorted by last modified time

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php86 public static function fromAsn1(AbstractType $type)
80 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Vlv\\VlvResponseControl
H A DVlvControl.php193 public static function fromAsn1(AbstractType $type)
195 // TODO: Implement fromAsn1() method.
189 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php181 public static function fromAsn1(AbstractType $type)
174 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\LdapResult
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
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 DBindRequest.php101 public static function fromAsn1(AbstractType $type)
99 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\BindRequest
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 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 DExtendedRequest.php141 public static function fromAsn1(AbstractType $type)
135 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\ExtendedRequest
H A DModifyDnRequest.php158 public static function fromAsn1(AbstractType $type)
153 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyDnRequest
H A DSearchRequest.php382 public static function fromAsn1(AbstractType $type)
378 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
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 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/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/Protocol/Queue/
H A DClientQueue.php131 return LdapMessageResponse::fromAsn1($message->getMessage());
H A DServerQueue.php77 return LdapMessageRequest::fromAsn1($message->getMessage());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php99 public static function fromAsn1(AbstractType $type)
91 public static function fromAsn1(AbstractType $type) global() function
H A DFilterContainerTrait.php163 public static function fromAsn1(AbstractType $type)
151 public static function fromAsn1(AbstractType $type) global() function
H A DMatchingRuleFilter.php202 public static function fromAsn1(AbstractType $type)
198 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
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 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 DSubstringFilter.php201 public static function fromAsn1(AbstractType $type)
197 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php154 public static function fromAsn1(AbstractType $type)
148 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php190 public static function fromAsn1(AbstractType $type)
184 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\Control
H A DPwdPolicyResponseControl.php138 public static function fromAsn1(AbstractType $type)
130 public static function fromAsn1(AbstractType $type) global() function in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl

12