Request Type | Description | Supporting Class |
---|---|---|
list | listbindings |
Lists all entries in the directory underneath a given suffix. | LDAPListRequest |
lookup | Gets an object that is bound to a given DN or suffix. | LDAPLookupRequest |
search | Searches for all entries that match a set of supplied criteria. | LDAPSearchRequest |
Create | Creates a new entry in the directory service. | LDAPCreateRequest |
destroy | Removes a named entry from the directory service. | LDAPDestroyRequest |
Modify | Modifies a named entry in the directory service. | LDAPModifyRequest |
getattributes | Gets attributes for an object that is bound to the supplied suffix or name. | LDAPGetAttributes Request |