class type ldapentry_t = object endmethod add : op_lst -> unitmethod delete : op_lst -> unitmethod replace : op_lst -> unitmethod attributes : string listmethod get_value : string -> string listmethod exists : string -> boolmethod changes : (Ocamldap.mod_op * string * string list) listmethod changetype : changetypemethod set_changetype : changetype -> unitmethod flush_changes : unitmethod dn : stringmethod set_dn : string -> unitmethod print : unit