Searched refs:LDIF (Results 1 - 25 of 55) sorted by relevance

123

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DAdminTestCase.java35 import org.forgerock.opendj.ldif.LDIF;
76 protected static final Entry CONFIG_ENTRY = LDIF.makeEntry(
82 protected static final Entry CONN_HANDLER_ENTRY = LDIF.makeEntry(
88 protected static final Entry LDAP_CONN_HANDLER_ENTRY = LDIF.makeEntry(
98 protected static final Entry LDAPS_CONN_HANDLER_ENTRY = LDIF.makeEntry(
114 protected static final Entry JMX_CONN_HANDLER_ENTRY = LDIF.makeEntry(
/forgerock/openam-v13/openam-distribution/src/main/opendj/
H A Dcreate_opendj_zip.sh33 LDIF=template/ldif/
46 cp ../${LDIF_FILE} ${LDIF}
/forgerock/openam/openam-distribution/src/main/opendj/
H A Dcreate_opendj_zip.sh33 LDIF=template/ldif/
46 cp ../${LDIF_FILE} ${LDIF}
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/server/
H A DConstraintTest.java49 import org.forgerock.opendj.ldif.LDIF;
101 private static final Entry TEST_CHILD_1 = LDIF.makeEntry(
111 private static final Entry TEST_BASE_CHILD = LDIF.makeEntry(
121 private static final Entry TEST_PARENT_1 = LDIF.makeEntry(
H A DAggregationServerTest.java30 import static org.forgerock.opendj.ldif.LDIF.makeEntry;
58 import org.forgerock.opendj.ldif.LDIF;
196 private static final Entry TEST_BASE_CHILD = LDIF.makeEntry(
203 protected static final Entry TEST_CONNECTION_HANDLER_ENTRY_DISABLED = LDIF.makeEntry(
214 protected static final Entry TEST_CONNECTION_HANDLER_ENTRY_ENABLED = LDIF.makeEntry(
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java43 // Parse LDIF content
45 LDIF ldif = null;
47 ldif = new LDIF(new DataInputStream(stream));
H A DLDIF.java37 * LDAP Data Interchange Format (LDIF) is a file format used to
42 * TARGET="_blank">The LDAP Data Interchange Format (LDIF) -
46 * This class implements an LDIF file parser. You can construct
47 * an object of this class to parse data in LDIF format and
54 public class LDIF implements Serializable { class in inherits:Serializable
63 * Constructs an <CODE>LDIF</CODE> object to parse the
67 public LDIF() throws IOException { method in class:LDIF
76 * Constructs an <CODE>LDIF</CODE> object to parse the
77 * LDIF data read from a specified file.
78 * @param file the name of the LDIF fil
81 public LDIF(String file) throws IOException { method in class:LDIF
96 public LDIF(DataInputStream ds) throws IOException { method in class:LDIF
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java42 // Parse LDIF content
44 LDIF ldif = null;
46 ldif = new LDIF(new DataInputStream(stream));
H A DLDIF.java36 * LDAP Data Interchange Format (LDIF) is a file format used to
41 * TARGET="_blank">The LDAP Data Interchange Format (LDIF) -
45 * This class implements an LDIF file parser. You can construct
46 * an object of this class to parse data in LDIF format and
53 public class LDIF implements Serializable { class in inherits:Serializable
62 * Constructs an <CODE>LDIF</CODE> object to parse the
66 public LDIF() throws IOException { method in class:LDIF
75 * Constructs an <CODE>LDIF</CODE> object to parse the
76 * LDIF data read from a specified file.
77 * @param file the name of the LDIF fil
80 public LDIF(String file) throws IOException { method in class:LDIF
95 public LDIF(DataInputStream ds) throws IOException { method in class:LDIF
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java43 // Parse LDIF content
45 LDIF ldif = null;
47 ldif = new LDIF(new DataInputStream(stream));
H A DLDIF.java37 * LDAP Data Interchange Format (LDIF) is a file format used to
42 * TARGET="_blank">The LDAP Data Interchange Format (LDIF) -
46 * This class implements an LDIF file parser. You can construct
47 * an object of this class to parse data in LDIF format and
54 public class LDIF implements Serializable { class in inherits:Serializable
63 * Constructs an <CODE>LDIF</CODE> object to parse the
67 public LDIF() throws IOException { method in class:LDIF
76 * Constructs an <CODE>LDIF</CODE> object to parse the
77 * LDIF data read from a specified file.
78 * @param file the name of the LDIF fil
81 public LDIF(String file) throws IOException { method in class:LDIF
96 public LDIF(DataInputStream ds) throws IOException { method in class:LDIF
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java43 // Parse LDIF content
45 LDIF ldif = null;
47 ldif = new LDIF(new DataInputStream(stream));
H A DLDIF.java37 * LDAP Data Interchange Format (LDIF) is a file format used to
42 * TARGET="_blank">The LDAP Data Interchange Format (LDIF) -
46 * This class implements an LDIF file parser. You can construct
47 * an object of this class to parse data in LDIF format and
54 public class LDIF implements Serializable { class in inherits:Serializable
63 * Constructs an <CODE>LDIF</CODE> object to parse the
67 public LDIF() throws IOException { method in class:LDIF
76 * Constructs an <CODE>LDIF</CODE> object to parse the
77 * LDIF data read from a specified file.
78 * @param file the name of the LDIF fil
81 public LDIF(String file) throws IOException { method in class:LDIF
96 public LDIF(DataInputStream ds) throws IOException { method in class:LDIF
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java42 // Parse LDIF content
44 LDIF ldif = null;
46 ldif = new LDIF(new DataInputStream(stream));
H A DLDIF.java36 * LDAP Data Interchange Format (LDIF) is a file format used to
41 * TARGET="_blank">The LDAP Data Interchange Format (LDIF) -
45 * This class implements an LDIF file parser. You can construct
46 * an object of this class to parse data in LDIF format and
53 public class LDIF implements Serializable { class in inherits:Serializable
62 * Constructs an <CODE>LDIF</CODE> object to parse the
66 public LDIF() throws IOException { method in class:LDIF
75 * Constructs an <CODE>LDIF</CODE> object to parse the
76 * LDIF data read from a specified file.
77 * @param file the name of the LDIF fil
80 public LDIF(String file) throws IOException { method in class:LDIF
95 public LDIF(DataInputStream ds) throws IOException { method in class:LDIF
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/
H A DLDAPManagementContext.java68 import org.forgerock.opendj.ldif.LDIF;
207 LDIF.copyTo(LDIF.newEntryIteratorReader(entries), new LDIFEntryWriter(configWriter));
216 "IOException occured during LDIF context management close:", e));
236 * Returns a LDIF management context on the provided LDIF file.
239 * The LDIF file to manage
242 * @return A LDIF file management context
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java103 * LDIF protocol.
105 LDIF(INFO_CTRL_PANEL_CONN_HANDLER_LDIF.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
H A DBackendDescriptor.java62 * The backend is a LDIF backend.
64 LDIF, enum constant in enum:BackendDescriptor.Type
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java104 * LDIF protocol.
106 LDIF(INFO_CTRL_PANEL_CONN_HANDLER_LDIF.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java104 * LDIF protocol.
106 LDIF(INFO_CTRL_PANEL_CONN_HANDLER_LDIF.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java103 * LDIF protocol.
105 LDIF(INFO_CTRL_PANEL_CONN_HANDLER_LDIF.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java104 * LDIF protocol.
106 LDIF(INFO_CTRL_PANEL_CONN_HANDLER_LDIF.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java77 /** LDIF protocol. */
78 LDIF(INFO_CTRL_PANEL_CONN_HANDLER_LDIF.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DOpenDJUpgrader.java62 import org.forgerock.opendj.ldif.LDIF;
329 final EntryReader filteredReader = LDIF.search(reader, request);
407 LDIF.copyTo(
408 LDIF.patch(currentConfigReader,
409 LDIF.diff(defaultCurrentConfigReader, defaultNewConfigReader)),
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DOpenDJUpgrader.java61 import org.forgerock.opendj.ldif.LDIF;
330 final EntryReader filteredReader = LDIF.search(reader, request);
408 LDIF.copyTo(
409 LDIF.patch(currentConfigReader,
410 LDIF.diff(defaultCurrentConfigReader, defaultNewConfigReader)),

Completed in 92 milliseconds

123