7 #ifndef LDAP_OBJCLASS_H 8 #define LDAP_OBJCLASS_H 10 #include <ldap_schema.h> 46 LDAPObjClass (
string oc_item,
int flags = LDAP_SCHEMA_ALLOW_NO_OID |
47 LDAP_SCHEMA_ALLOW_QUOTED);
57 string getDesc()
const;
62 string getOid()
const;
67 string getName()
const;
94 void setNames (
char **oc_names);
95 void setMay (
char **oc_may);
96 void setMust (
char **oc_must);
97 void setDesc (
char *oc_desc);
98 void setOid (
char *oc_oid);
99 void setKind (
int oc_kind);
100 void setSup (
char **oc_sup);
104 #endif // LDAP_OBJCLASS_H
Represents the Object Class (from LDAP schema)
Definition: LDAPObjClass.h:20
Container class to store multiple string-objects.
Definition: StringList.h:15