Class SchemaUtils

    • Method Detail

      • dumpObjectClassDefinition

        public static String dumpObjectClassDefinition​(com.unboundid.ldap.sdk.LDAPConnection ldapCon,
                                                       String objectClass)
        Returns the schema definition for the specified object class, in the format described in RFC 4512 section 4.1.1.
        Parameters:
        ldapCon - The LDAP connection. Must not be null.
        objectClass - The object class. Must not be null.
        Returns:
        The object class definition, or an error message if an exception is encountered.