/** * Returns the list of required naming attributes for an entry controlled by this name form. * * @see <a * href="../../../../api/com/novell/ldap/LDAPNameFormSchema.html#getRequiredNamingAttributes()"> * com.novell.ldap.LDAPNameFormSchema.getRequiredNamingAttributes()</a> */ public String[] getRequiredNamingAttributes() { return schema.getRequiredNamingAttributes(); }
/** * Returns the list of optional naming attributes for an entry controlled by this content rule. * * @see <a * href="../../../../api/com/novell/ldap/LDAPNameFormSchema.html#getOptionalNamingAttributes()"> * com.novell.ldap.LDAPNameFormSchema.getOptionalNamingAttributes()</a> */ public String[] getOptionalNamingAttributes() { return schema.getOptionalNamingAttributes(); }
/** * Returns the name of the object class which this name form applies to. * * @see <a href="../../../../api/com/novell/ldap/LDAPNameFormSchema.html#getObjectClass()"> * com.novell.ldap.LDAPNameFormSchema.getObjectClass()</a> */ public String getObjectClass() { return schema.getObjectClass(); }