Uses of Class
netscape.ldap.LDAPObjectClassSchema
-
Packages that use LDAPObjectClassSchema Package Description netscape.ldap -
-
Uses of LDAPObjectClassSchema in netscape.ldap
Methods in netscape.ldap that return LDAPObjectClassSchema Modifier and Type Method Description LDAPObjectClassSchema
LDAPSchema. getObjectClass(java.lang.String name)
Gets the definition of the object class with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPObjectClassSchema Modifier and Type Method Description java.util.Enumeration<LDAPObjectClassSchema>
LDAPSchema. getObjectClasses()
Gets an enumeration ofthe object class definitions in this schema.Methods in netscape.ldap with parameters of type LDAPObjectClassSchema Modifier and Type Method Description void
LDAPSchema. addObjectClass(LDAPObjectClassSchema objectSchema)
Adds an object class schema definition to the current schema.
-