Searched defs:createSchemaFromLDIF (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLdifUtils.java74 public static void createSchemaFromLDIF(String file, Connection ld) throws IOException { method in class:LdifUtils
76 createSchemaFromLDIF(fileInput, ld);
88 public static void createSchemaFromLDIF(InputStream stream, Connection ld) throws IOException { method in class:LdifUtils
89 createSchemaFromLDIF(new LDIFChangeRecordReader(new BufferedInputStream(stream)), ld);
99 public static void createSchemaFromLDIF(LDIFChangeRecordReader ldif, final Connection ld) throws IOException { method in class:LdifUtils
117 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not modify schema: {}",
122 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not add to schema: {}", change, e);
135 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not modify schema: {}", change, e);
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLdifUtils.java74 public static void createSchemaFromLDIF(String file, Connection ld) throws IOException { method in class:LdifUtils
76 createSchemaFromLDIF(fileInput, ld);
88 public static void createSchemaFromLDIF(InputStream stream, Connection ld) throws IOException { method in class:LdifUtils
89 createSchemaFromLDIF(new LDIFChangeRecordReader(new BufferedInputStream(stream)), ld);
99 public static void createSchemaFromLDIF(LDIFChangeRecordReader ldif, final Connection ld) throws IOException { method in class:LdifUtils
117 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not modify schema: {}",
122 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not add to schema: {}", change, e);
135 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not modify schema: {}", change, e);

Completed in 20 milliseconds