Class type Ooldap.ldapentry_t


class type ldapentry_t = object  end

method add : op_lst -> unit
method delete : op_lst -> unit
method replace : op_lst -> unit
method attributes : string list
method get_value : string -> string list
method exists : string -> bool
method changes : (Ocamldap.mod_op * string * string list) list
method changetype : changetype
method set_changetype : changetype -> unit
method flush_changes : unit
method dn : string
method set_dn : string -> unit
method print : unit