PHP LdapTools\Operation Namespace

Nested Namespaces

LdapTools\Operation\Handler
LdapTools\Operation\Invoker

Interfaces

Name Description
LdapOperationInterface The interface to represent a LDAP operation to be executed.

Classes

Name Description
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

Name Description
LdapOperationTrait Common LDAP operation functions.