PHP LdapTools\Operation 네임스페이스

중첩된 네임스페이스

LdapTools\Operation\Handler
LdapTools\Operation\Invoker

Interfaces

이름 설명
LdapOperationInterface The interface to represent a LDAP operation to be executed.

클래스들

이름 설명
AddOperation Represents an operation to add an object to LDAP.
AuthenticationOperation Represents an authentication operation against LDAP.
AuthenticationResponse Encapsulates the LDAP response to an authentication operation.
BatchModifyOperation Represents an operation to batch modify attribute values on an existing LDAP object .
DeleteOperation Represents an operation to remove an existing LDAP object.
QueryOperation Represents an operation to query LDAP and return a result set.
RenameOperation Represents a LDAP operation to rename an object.

Traits

이름 설명
LdapOperationTrait Common LDAP operation functions.