Searched refs:entry (Results 76 - 100 of 2342) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DImportLDIFReader.java58 * A class holding the entry, its entryID as assigned by the LDIF reader and its suffix as
63 private final Entry entry; field in class:ImportLDIFReader.EntryInformation
67 private EntryInformation(Entry entry, EntryID entryID, EntryContainer entryContainer) argument
69 this.entry = entry;
76 return entry;
100 * The root container needed to get the next entry ID.
112 * Reads the next entry from the LDIF source.
114 * @return The next entry information read from the LDIF source, or <CODE>null</CODE> if the end of the LDIF
117 * A map of entry container
233 isIncludedInImport(Entry entry, LinkedList<StringBuilder> entryLines) argument
255 invokeImportPlugins(final Entry entry, LinkedList<StringBuilder> lines) argument
281 isValidAgainstSchema(Entry entry, LinkedList<StringBuilder> lines) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/utils/
H A DLdapTokenAttributeConversion.java76 Entry entry = new LinkedHashMapEntry(generateTokenDN(token));
77 addObjectClass(entry);
86 entry.addAttribute(key, type.name());
93 entry.addAttribute(key, addition);
98 entry.addAttribute(key, dateString);
101 entry.addAttribute(key, array);
104 entry.addAttribute(key, value);
108 entry.addAttribute(key, value);
115 return entry;
143 * @param entry No
147 mapFromEntry(Entry entry) argument
190 parseMulti(CoreTokenField field, Entry entry, AttributeDescription description) argument
200 resolveEmptyMultiStringValues(Entry entry, AttributeDescription description) argument
222 tokenFromEntry(Entry entry) argument
257 addObjectClass(Entry entry) argument
272 stripObjectClass(Entry entry) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DEntryWriter.java42 * 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/src/server/org/opends/server/api/
H A DSubentryChangeListener.java72 * @param entry subentry being added to the server.
76 public void checkSubentryAddAcceptable(Entry entry) argument
82 * @param entry subentry being deleted in the server.
86 public void checkSubentryDeleteAcceptable(Entry entry) argument
115 * @param entry The subentry that was added to the
118 public void handleSubentryAdd(Entry entry); argument
124 * @param entry The subentry that was removed from the
127 public void handleSubentryDelete(Entry entry); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DSubentryChangeListener.java73 * @param entry subentry being added to the server.
77 public void checkSubentryAddAcceptable(Entry entry) argument
83 * @param entry subentry being deleted in the server.
87 public void checkSubentryDeleteAcceptable(Entry entry) argument
116 * @param entry The subentry that was added to the
119 public void handleSubentryAdd(Entry entry); argument
125 * @param entry The subentry that was removed from the
128 public void handleSubentryDelete(Entry entry); argument
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DEntryWriter.java41 * 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.6.2/src/server/org/opends/server/api/
H A DSubentryChangeListener.java73 * @param entry subentry being added to the server.
77 public void checkSubentryAddAcceptable(Entry entry) argument
83 * @param entry subentry being deleted in the server.
87 public void checkSubentryDeleteAcceptable(Entry entry) argument
116 * @param entry The subentry that was added to the
119 public void handleSubentryAdd(Entry entry); argument
125 * @param entry The subentry that was removed from the
128 public void handleSubentryDelete(Entry entry); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DEntryWriter.java42 * 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/tools/makeldif/
H A DEntryWriter.java42 * 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-hg/src/server/org/opends/server/api/
H A DSubentryChangeListener.java72 * @param entry subentry being added to the server.
76 public void checkSubentryAddAcceptable(Entry entry) argument
82 * @param entry subentry being deleted in the server.
86 public void checkSubentryDeleteAcceptable(Entry entry) argument
115 * @param entry The subentry that was added to the
118 public void handleSubentryAdd(Entry entry); argument
124 * @param entry The subentry that was removed from the
127 public void handleSubentryDelete(Entry entry); argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DEntryWriter.java41 * 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-jel-hg/src/server/org/opends/server/api/
H A DSubentryChangeListener.java73 * @param entry subentry being added to the server.
77 public void checkSubentryAddAcceptable(Entry entry) argument
83 * @param entry subentry being deleted in the server.
87 public void checkSubentryDeleteAcceptable(Entry entry) argument
116 * @param entry The subentry that was added to the
119 public void handleSubentryAdd(Entry entry); argument
125 * @param entry The subentry that was removed from the
128 public void handleSubentryDelete(Entry entry); argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSimpleIterator.java42 public void add(Object entry) { argument
43 ll.add(entry);
47 public void add(List entry) { argument
48 ll.addAll(entry);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DEntryConverter.java27 * Converts an entry to the return type.
28 * @param entry The LDAP entry.
32 T convert(Entry entry, String[] requestedAttributes); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DSubentryChangeListener.java73 * @param entry subentry being added to the server.
77 void checkSubentryAddAcceptable(Entry entry) argument
83 * @param entry subentry being deleted in the server.
87 void checkSubentryDeleteAcceptable(Entry entry) argument
116 * @param entry The subentry that was added to the
119 void handleSubentryAdd(Entry entry); argument
125 * @param entry The subentry that was removed from the
128 void handleSubentryDelete(Entry entry); argument
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DBufferedIterator.java47 public void add(T entry) { argument
48 queue.add(entry);
51 public void add(List<T> entry) { argument
52 queue.addAll(entry);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/list/
H A DCheckBoxListCellRenderer.java56 CheckBoxListEntry entry = (CheckBoxListEntry) value;
57 setText(entry.getName());
60 icon = entry.getSelectedImage();
62 icon = entry.getNotSelectedImage();
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DIPDPCache.java34 public boolean addEntry(String key, IPDPCacheEntry entry); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DEntryWriter.java42 * 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 boolean writeEntry(TemplateEntry entry) argument
61 * Notifies the entry writer that no more entries will be provided and that
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DBufferedIterator.java47 public void add(T entry) { argument
48 queue.add(entry);
51 public void add(List<T> entry) { argument
52 queue.addAll(entry);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSimpleIterator.java42 public void add(Object entry) { argument
43 ll.add(entry);
47 public void add(List entry) { argument
48 ll.addAll(entry);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DEntryConverter.java27 * Converts an entry to the return type.
28 * @param entry The LDAP entry.
32 T convert(Entry entry, String[] requestedAttributes); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DNumSubordinatesVirtualAttributeProvider.java75 public Attribute getValues(Entry entry, VirtualAttributeRule rule) argument
77 Backend backend = DirectoryServer.getBackend(entry.getName());
81 long count = backend.getNumberOfChildren(entry.getName());
97 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
99 Backend<?> backend = DirectoryServer.getBackend(entry.getName());
103 return backend.getNumberOfChildren(entry.getName()) >= 0;
114 public boolean hasValue(Entry entry, VirtualAttributeRule rule, ByteString value) argument
116 Backend<?> backend = DirectoryServer.getBackend(entry.getName());
119 long count = backend.getNumberOfChildren(entry.getName());
131 public ConditionResult matchesSubstring(Entry entry, argument
143 approximatelyEqualTo(Entry entry, VirtualAttributeRule rule, ByteString value) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPersistentSearch.java163 // Indicates whether entries returned should include the entry
184 * Indicates whether to include entry change notification
257 * Notifies the persistent searches that an entry has been added.
259 * @param entry
260 * The entry that was added.
263 * added the entry, or {@code -1} if there is no change
266 public void processAdd(Entry entry, long changeNumber) argument
274 // Make sure that the entry is within our target scope.
278 if (!baseDN.equals(entry.getDN()))
284 if (!baseDN.equals(entry
382 processDelete(Entry entry, long changeNumber) argument
495 processModify(Entry entry, long changeNumber) argument
514 processModify(Entry entry, long changeNumber, Entry oldEntry) argument
630 processModifyDN(Entry entry, long changeNumber, DN oldDN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPersistentSearch.java163 // Indicates whether entries returned should include the entry
184 * Indicates whether to include entry change notification
257 * Notifies the persistent searches that an entry has been added.
259 * @param entry
260 * The entry that was added.
263 * added the entry, or {@code -1} if there is no change
266 public void processAdd(Entry entry, long changeNumber) argument
274 // Make sure that the entry is within our target scope.
278 if (!baseDN.equals(entry.getDN()))
284 if (!baseDN.equals(entry
382 processDelete(Entry entry, long changeNumber) argument
495 processModify(Entry entry, long changeNumber) argument
514 processModify(Entry entry, long changeNumber, Entry oldEntry) argument
630 processModifyDN(Entry entry, long changeNumber, DN oldDN) argument
[all...]

Completed in 175 milliseconds

1234567891011>>