The ObjectClassEntry constructor
- Organization of this page
Description
Creates an instance. If you specify an object class in the parameter, it is stored into this object as the object class of the user entry.
Syntax
public ObjectClassEntry();
public ObjectClassEntry(String[] objectClasses);
public ObjectClassEntry(String subcontext,
String[] objectClasses);
Parameters
- subcontext:
-
Specifies the subcontext. If this parameter is omitted or if either null or a null character ("") is specified, the user entry is used.
Specify a character string that is the same as the subcontext specified for the AttributeEntry object.
- objectClasses:
-
Specifies the object class of the user entry by using an array of strings. If this parameter is omitted or if null is specified, nothing is stored.
Exceptions
None