/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | LdapMessage.php | 128 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 D | ProtocolElementInterface.php | 33 public static function fromAsn1(AbstractType $type); function
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | CompareRequest.php | 95 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest 107 return new self($dn->getValue(), EqualityFilter::fromAsn1($ava));
|
H A D | UnbindRequest.php | 32 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
|
H A D | AbandonRequest.php | 64 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\AbandonRequest
|
H A D | CancelRequest.php | 77 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\CancelRequest
|
H A D | DeleteRequest.php | 73 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
|
H A D | BindRequest.php | 99 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/Protocol/Queue/ |
H A D | ServerQueue.php | 52 return LdapMessageRequest::fromAsn1($message->getMessage());
|
H A D | ClientQueue.php | 112 return LdapMessageResponse::fromAsn1($message->getMessage());
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
H A D | SearchResultReference.php | 55 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
|
H A D | PasswordModifyResponse.php | 66 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\PasswordModifyResponse
|
H A D | BindResponse.php | 72 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
|
H A D | IntermediateResponse.php | 70 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
|
H A D | SearchResultEntry.php | 62 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 | 58 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter
|
H A D | NotFilter.php | 92 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
|
H A D | AttributeValueAssertionTrait.php | 91 public static function fromAsn1(AbstractType $type) function
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | SetOwnerControl.php | 75 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl
|
H A D | PolicyHintsControl.php | 78 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
|
H A D | ExtendedDnControl.php | 64 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl
|
H A D | DirSyncResponseControl.php | 98 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
H A D | PagingControl.php | 95 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\PagingControl
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
H A D | SortingResponseControl.php | 91 public static function fromAsn1(AbstractType $type) function in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl
|