/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/ |
H A D | FakeAddOperation.java | 36 * information that stay in the entry in the database. 44 private Entry entry; field in class:FakeAddOperation 49 * @param cn The ChangeNumber when the entry was created. 50 * @param entry The entry that the ADD operation will create. 52 public FakeAddOperation(ChangeNumber cn, Entry entry) argument 55 this.entry = entry; 64 return new AddMsg(getChangeNumber(), entry.getDN().toString(), 65 EntryHistorical.getEntryUUID(entry), [all...] |
H A D | FakeModdnOperation.java | 39 * information that stay in the entry in the database. 47 private Entry entry; field in class:FakeModdnOperation 52 * @param cn The ChangeNumber when the entry was last renamed. 53 * @param entry The entry that the MODDN operation will rename. 55 public FakeModdnOperation(ChangeNumber cn, Entry entry) argument 58 this.entry = entry; 67 DN dn = entry.getDN(); 69 EntryHistorical.getEntryUUID(entry), [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/ |
H A D | EntryWriter.java | 42 * Writes the provided entry to the appropriate target. 44 * @param entry The entry to be written. 46 * @return <CODE>true</CODE> if the entry writer will accept additional 50 * @throws IOException If a problem occurs while writing the entry to its 55 public boolean writeEntry(TemplateEntry entry) argument 61 * Notifies the entry writer that no more entries will be provided and that
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | SearchResultEntry.java | 39 * an entry that matches a given set of search criteria and should be 41 * When the search result entry contains attribute types only, the 43 * attributes. When the search result entry contains both attribute 55 // The set of controls associated with this search result entry. 61 * Creates a new search result entry based on the provided entry. 62 * The provided entry should have been a duplicate of a real entry 63 * so that any changes that may be made to this entry (e.g., by 64 * access control or plugins) will not impact the original entry 69 SearchResultEntry(Entry entry) argument 92 SearchResultEntry(Entry entry, List<Control> controls) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/ |
H A D | FakeAddOperation.java | 35 * information that stay in the entry in the database. 43 private Entry entry; field in class:FakeAddOperation 48 * @param csn The CSN when the entry was created. 49 * @param entry The entry that the ADD operation will create. 51 public FakeAddOperation(CSN csn, Entry entry) argument 54 this.entry = entry; 63 return new AddMsg(getCSN(), entry.getDN(), 64 EntryHistorical.getEntryUUID(entry), [all...] |
H A D | FakeModdnOperation.java | 37 * information that stay in the entry in the database. 44 private Entry entry; field in class:FakeModdnOperation 49 * @param csn The CSN when the entry was last renamed. 50 * @param entry The entry that the MODDN operation will rename. 52 public FakeModdnOperation(CSN csn, Entry entry) argument 55 this.entry = entry; 64 DN dn = entry.getDN(); 66 EntryHistorical.getEntryUUID(entry), [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | RandomPasswordGeneratorTestCase.java | 198 * Tests with an invalid configuration entry. 200 * @param entry The invalid configuration entry to use for testing. 207 public void testInvalidConfigurations(Entry entry) argument 213 entry);
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | LDAPEntryChangedEvent.java | 32 * Method that describes that an entry has changed. This is used by the LDAP 33 * entry editors. 39 private Entry entry; field in class:LDAPEntryChangedEvent 44 * @param entry the entry that has been modified (the object contains the new 45 * values of the entry). 47 public LDAPEntryChangedEvent(Object source, Entry entry) argument 50 this.entry = entry; 54 * Returns the entry tha [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | LDAPEntryChangedEvent.java | 33 * Method that describes that an entry has changed. This is used by the LDAP 34 * entry editors. 40 private Entry entry; field in class:LDAPEntryChangedEvent 45 * @param entry the entry that has been modified (the object contains the new 46 * values of the entry). 48 public LDAPEntryChangedEvent(Object source, Entry entry) argument 51 this.entry = entry; 55 * Returns the entry tha [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | RandomPasswordGeneratorTestCase.java | 197 * Tests with an invalid configuration entry. 199 * @param entry The invalid configuration entry to use for testing. 206 public void testInvalidConfigurations(Entry entry) argument 212 entry);
|
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/ |
H A D | EntryWriter.java | 41 * Writes the provided entry to the appropriate target. 43 * @param entry The entry to be written. 45 * @return <CODE>true</CODE> if the entry writer will accept additional 49 * @throws IOException If a problem occurs while writing the entry to its 54 public boolean writeEntry(TemplateEntry entry) argument 60 * Notifies the entry writer that no more entries will be provided and that
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | SearchResultEntry.java | 38 * an entry that matches a given set of search criteria and should be 40 * When the search result entry contains attribute types only, the 42 * attributes. When the search result entry contains both attribute 54 // The set of controls associated with this search result entry. 60 * Creates a new search result entry based on the provided entry. 61 * The provided entry should have been a duplicate of a real entry 62 * so that any changes that may be made to this entry (e.g., by 63 * access control or plugins) will not impact the original entry 68 SearchResultEntry(Entry entry) argument 91 SearchResultEntry(Entry entry, List<Control> controls) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/ |
H A D | FakeAddOperation.java | 36 * information that stay in the entry in the database. 44 private Entry entry; field in class:FakeAddOperation 49 * @param cn The ChangeNumber when the entry was created. 50 * @param entry The entry that the ADD operation will create. 52 public FakeAddOperation(ChangeNumber cn, Entry entry) argument 55 this.entry = entry; 64 return new AddMsg(getChangeNumber(), entry.getDN().toString(), 65 EntryHistorical.getEntryUUID(entry), [all...] |
H A D | FakeModdnOperation.java | 39 * information that stay in the entry in the database. 47 private Entry entry; field in class:FakeModdnOperation 52 * @param cn The ChangeNumber when the entry was last renamed. 53 * @param entry The entry that the MODDN operation will rename. 55 public FakeModdnOperation(ChangeNumber cn, Entry entry) argument 58 this.entry = entry; 67 DN dn = entry.getDN(); 69 EntryHistorical.getEntryUUID(entry), [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/ |
H A D | EntryWriter.java | 42 * Writes the provided entry to the appropriate target. 44 * @param entry The entry to be written. 46 * @return <CODE>true</CODE> if the entry writer will accept additional 50 * @throws IOException If a problem occurs while writing the entry to its 55 public boolean writeEntry(TemplateEntry entry) argument 61 * Notifies the entry writer that no more entries will be provided and that
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | SearchResultEntry.java | 39 * an entry that matches a given set of search criteria and should be 41 * When the search result entry contains attribute types only, the 43 * attributes. When the search result entry contains both attribute 55 // The set of controls associated with this search result entry. 61 * Creates a new search result entry based on the provided entry. 62 * The provided entry should have been a duplicate of a real entry 63 * so that any changes that may be made to this entry (e.g., by 64 * access control or plugins) will not impact the original entry 69 SearchResultEntry(Entry entry) argument 92 SearchResultEntry(Entry entry, List<Control> controls) argument [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | RandomPasswordGeneratorTestCase.java | 198 * Tests with an invalid configuration entry. 200 * @param entry The invalid configuration entry to use for testing. 207 public void testInvalidConfigurations(Entry entry) argument 213 entry);
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | LDAPEntryChangedEvent.java | 33 * Method that describes that an entry has changed. This is used by the LDAP 34 * entry editors. 40 private Entry entry; field in class:LDAPEntryChangedEvent 45 * @param entry the entry that has been modified (the object contains the new 46 * values of the entry). 48 public LDAPEntryChangedEvent(Object source, Entry entry) argument 51 this.entry = entry; 55 * Returns the entry tha [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | LDAPEntryChangedEvent.java | 32 * Method that describes that an entry has changed. This is used by the LDAP 33 * entry editors. 39 private Entry entry; field in class:LDAPEntryChangedEvent 44 * @param entry the entry that has been modified (the object contains the new 45 * values of the entry). 47 public LDAPEntryChangedEvent(Object source, Entry entry) argument 50 this.entry = entry; 54 * Returns the entry tha [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | RandomPasswordGeneratorTestCase.java | 197 * Tests with an invalid configuration entry. 199 * @param entry The invalid configuration entry to use for testing. 206 public void testInvalidConfigurations(Entry entry) argument 212 entry);
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | RandomPasswordGeneratorTestCase.java | 198 * Tests with an invalid configuration entry. 200 * @param entry The invalid configuration entry to use for testing. 207 public void testInvalidConfigurations(Entry entry) argument 213 entry);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/ |
H A D | FakeAddOperation.java | 36 * information that stay in the entry in the database. 44 private Entry entry; field in class:FakeAddOperation 49 * @param cn The ChangeNumber when the entry was created. 50 * @param entry The entry that the ADD operation will create. 52 public FakeAddOperation(ChangeNumber cn, Entry entry) argument 55 this.entry = entry; 64 return new AddMsg(getChangeNumber(), entry.getDN().toString(), 65 EntryHistorical.getEntryUUID(entry), [all...] |
H A D | FakeModdnOperation.java | 39 * information that stay in the entry in the database. 47 private Entry entry; field in class:FakeModdnOperation 52 * @param cn The ChangeNumber when the entry was last renamed. 53 * @param entry The entry that the MODDN operation will rename. 55 public FakeModdnOperation(ChangeNumber cn, Entry entry) argument 58 this.entry = entry; 67 DN dn = entry.getDN(); 69 EntryHistorical.getEntryUUID(entry), [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/ |
H A D | EntryWriter.java | 42 * Writes the provided entry to the appropriate target. 44 * @param entry The entry to be written. 46 * @return <CODE>true</CODE> if the entry writer will accept additional 50 * @throws IOException If a problem occurs while writing the entry to its 55 public boolean writeEntry(TemplateEntry entry) argument 61 * Notifies the entry writer that no more entries will be provided and that
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | SearchResultEntry.java | 39 * an entry that matches a given set of search criteria and should be 41 * When the search result entry contains attribute types only, the 43 * attributes. When the search result entry contains both attribute 55 // The set of controls associated with this search result entry. 61 * Creates a new search result entry based on the provided entry. 62 * The provided entry should have been a duplicate of a real entry 63 * so that any changes that may be made to this entry (e.g., by 64 * access control or plugins) will not impact the original entry 69 SearchResultEntry(Entry entry) argument 92 SearchResultEntry(Entry entry, List<Control> controls) argument [all...] |