| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
| H A D | LdapMessage.php | 139 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Protocol\\LdapMessage 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($opAsn1); [all …]
|
| H A D | ProtocolElementInterface.php | 36 public static function fromAsn1(AbstractType $type); function
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
| H A D | CompareRequest.php | 101 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest 113 return new self($dn->getValue(), EqualityFilter::fromAsn1($ava));
|
| H A D | UnbindRequest.php | 34 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
|
| H A D | AbandonRequest.php | 66 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\AbandonRequest
|
| H A D | CancelRequest.php | 83 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\CancelRequest
|
| H A D | DeleteRequest.php | 75 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
|
| H A D | BindRequest.php | 101 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\BindRequest
|
| /plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/ |
| H A D | PduInterface.php | 31 public static function fromAsn1(AbstractType $asn1); function
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
| H A D | SearchResultReference.php | 58 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
|
| H A D | BindResponse.php | 81 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
|
| H A D | PasswordModifyResponse.php | 74 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\PasswordModifyResponse
|
| H A D | IntermediateResponse.php | 73 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
|
| H A D | SearchResultEntry.php | 64 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 D | PresentFilter.php | 64 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter
|
| H A D | NotFilter.php | 100 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
|
| H A D | AttributeValueAssertionTrait.php | 99 public static function fromAsn1(AbstractType $type) function
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
| H A D | SetOwnerControl.php | 81 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl
|
| H A D | PolicyHintsControl.php | 84 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
|
| H A D | ExtendedDnControl.php | 71 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl
|
| H A D | DirSyncResponseControl.php | 104 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/ |
| H A D | ServerQueue.php | 77 return LdapMessageRequest::fromAsn1($message->getMessage());
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
| H A D | SortingResponseControl.php | 97 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
| H A D | PagingControl.php | 102 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\PagingControl
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
| H A D | VlvResponseControl.php | 86 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Vlv\\VlvResponseControl
|