Searched defs:entry (Results 151 - 175 of 1191) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DID2SIndexer.java76 * Generate the set of index keys for an entry.
78 * @param entry The entry.
81 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
83 // The superior entry IDs are in the entry attachment.
84 ArrayList ids = (ArrayList)entry.getAttachment();
86 // Skip the entry's own ID.
100 * to be deleted for an entry that has been replaced.
102 * @param oldEntry The original entry content
[all...]
H A DPresenceIndexer.java91 * Generate the set of index keys for an entry.
93 * @param entry The entry.
96 public void indexEntry(Entry entry, Set<byte[]> keys) argument
99 entry.getAttribute(attributeType);
113 * to be deleted for an entry that has been replaced.
115 * @param oldEntry The original entry contents.
116 * @param newEntry The new entry contents.
144 * to be deleted for an entry that was modified.
146 * @param oldEntry The original entry content
[all...]
H A DSortValues.java43 * are associated with a sort order for a given entry. Any or all of the
44 * attribute values may be {@code null} if the entry does not include any values
57 // The entry ID for the entry associated with this sort values.
68 * @param entryID The entry ID for the entry associated with this set of
84 * @param entryID The entry ID for the entry associated with this set of
86 * @param entry The entry containin
90 SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java117 * and back again preserves the entry contents.
119 * @param from The entry to undergo the transformation.
137 * back to Entry preserves the entry contents.
139 * @param from The entry to undergo the transformation.
183 public void testToString(Entry entry) throws Exception argument
186 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
193 public void testEncodeDecode(Entry entry) throws Exception argument
199 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
226 public void testTooManyElements(Entry entry) throws Exception argument
232 writer.writeOctetString(entry
247 testTooFewElements(Entry entry) argument
266 testInvalidElement1(Entry entry) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java116 * and back again preserves the entry contents.
118 * @param from The entry to undergo the transformation.
136 * back to Entry preserves the entry contents.
138 * @param from The entry to undergo the transformation.
182 public void testToString(Entry entry) throws Exception argument
185 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
192 public void testEncodeDecode(Entry entry) throws Exception argument
198 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
225 public void testTooManyElements(Entry entry) throws Exception argument
231 writer.writeOctetString(entry
246 testTooFewElements(Entry entry) argument
265 testInvalidElement1(Entry entry) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DCacheEntry.java35 * This class defines a Directory Server cache entry, which is simply
36 * used to store an entry with its associated backend and entry ID.
46 // The backend with which this cache entry is associated.
49 // The entry itself.
50 private Entry entry; field in class:CacheEntry
52 // The entry ID for the entry within the backend.
58 * Creates a new cache entry with the provided information.
60 * @param entry Th
64 CacheEntry(Entry entry, Backend backend, long entryID) argument
90 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DAuthenticationPolicyState.java50 * The authentication policy context associated with a user's entry, which is
78 * The user entry.
101 * the value of the specified attribute from the provided entry as a boolean.
103 * @param entry
104 * The entry whose attribute is to be parsed as a boolean.
109 * in the entry.
113 protected static final ConditionResult getBoolean(final Entry entry, argument
116 final List<Attribute> attrList = entry.getAttribute(attributeType);
134 TRACER.debugInfo("Attribute %s resolves to true for user entry "
135 + "%s", attributeType.getNameOrOID(), entry
196 getGeneralizedTime(final Entry entry, final AttributeType attributeType) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java77 * Generate the set of index keys for an entry.
79 * @param entry The entry.
82 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
84 // The superior entry IDs are in the entry attachment.
85 ArrayList ids = (ArrayList)entry.getAttachment();
87 // Skip the entry's own ID.
101 * to be deleted for an entry that has been replaced.
103 * @param oldEntry The original entry content
[all...]
H A DID2SIndexer.java76 * Generate the set of index keys for an entry.
78 * @param entry The entry.
81 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
83 // The superior entry IDs are in the entry attachment.
84 ArrayList ids = (ArrayList)entry.getAttachment();
86 // Skip the entry's own ID.
100 * to be deleted for an entry that has been replaced.
102 * @param oldEntry The original entry content
[all...]
H A DPresenceIndexer.java91 * Generate the set of index keys for an entry.
93 * @param entry The entry.
96 public void indexEntry(Entry entry, Set<byte[]> keys) argument
99 entry.getAttribute(attributeType);
113 * to be deleted for an entry that has been replaced.
115 * @param oldEntry The original entry contents.
116 * @param newEntry The new entry contents.
144 * to be deleted for an entry that was modified.
146 * @param oldEntry The original entry content
[all...]
H A DSortValues.java43 * are associated with a sort order for a given entry. Any or all of the
44 * attribute values may be {@code null} if the entry does not include any values
57 // The entry ID for the entry associated with this sort values.
68 * @param entryID The entry ID for the entry associated with this set of
84 * @param entryID The entry ID for the entry associated with this set of
86 * @param entry The entry containin
90 SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDynamicGroupMemberList.java64 // The DN of the entry containing the group definition.
86 * @param groupDN The DN of the entry containing the group definition.
104 * @param groupDN The DN of the entry containing the group definition.
354 * Adds the provided entry to the set of results that should be returned for
357 * @param entry The entry to add to the set of results that should be
360 * @return {@code true} if the entry was added to the result set, or
366 final boolean addResult(Entry entry) argument
370 return resultQueue.offer(entry, 10, TimeUnit.SECONDS);
H A DPasswordExpirationTimeVirtualAttributeProvider.java94 public Set<AttributeValue> getValues(Entry entry, argument
98 if (!entry.isSubentry() && !entry.isLDAPSubentry())
100 long expirationTime = getPasswordExpirationTime(entry);
147 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
150 if (entry.isSubentry() || entry.isLDAPSubentry()
151 || (getPasswordExpirationTime(entry) == -1))
162 * @param entry LDAP entry
165 getPasswordExpirationTime(Entry entry) argument
[all...]
H A DUserDefinedVirtualAttributeProvider.java48 * to define their own values that will be inserted into any entry that matches
122 public Set<AttributeValue> getValues(Entry entry, argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DCacheEntry.java36 * This class defines a Directory Server cache entry, which is simply
37 * used to store an entry with its associated backend and entry ID.
47 // The backend with which this cache entry is associated.
50 // The entry itself.
51 private Entry entry; field in class:CacheEntry
53 // The entry ID for the entry within the backend.
59 * Creates a new cache entry with the provided information.
61 * @param entry Th
65 CacheEntry(Entry entry, Backend backend, long entryID) argument
91 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java117 * and back again preserves the entry contents.
119 * @param from The entry to undergo the transformation.
137 * back to Entry preserves the entry contents.
139 * @param from The entry to undergo the transformation.
183 public void testToString(Entry entry) throws Exception argument
186 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
193 public void testEncodeDecode(Entry entry) throws Exception argument
199 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
226 public void testTooManyElements(Entry entry) throws Exception argument
232 writer.writeOctetString(entry
247 testTooFewElements(Entry entry) argument
266 testInvalidElement1(Entry entry) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java116 * and back again preserves the entry contents.
118 * @param from The entry to undergo the transformation.
136 * back to Entry preserves the entry contents.
138 * @param from The entry to undergo the transformation.
182 public void testToString(Entry entry) throws Exception argument
185 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
192 public void testEncodeDecode(Entry entry) throws Exception argument
198 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
225 public void testTooManyElements(Entry entry) throws Exception argument
231 writer.writeOctetString(entry
246 testTooFewElements(Entry entry) argument
265 testInvalidElement1(Entry entry) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java117 * and back again preserves the entry contents.
119 * @param from The entry to undergo the transformation.
137 * back to Entry preserves the entry contents.
139 * @param from The entry to undergo the transformation.
183 public void testToString(Entry entry) throws Exception argument
186 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
193 public void testEncodeDecode(Entry entry) throws Exception argument
199 new SearchResultEntryProtocolOp(new SearchResultEntry(entry));
226 public void testTooManyElements(Entry entry) throws Exception argument
232 writer.writeOctetString(entry
247 testTooFewElements(Entry entry) argument
266 testInvalidElement1(Entry entry) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDynamicGroupMemberList.java64 // The DN of the entry containing the group definition.
86 * @param groupDN The DN of the entry containing the group definition.
104 * @param groupDN The DN of the entry containing the group definition.
354 * Adds the provided entry to the set of results that should be returned for
357 * @param entry The entry to add to the set of results that should be
360 * @return {@code true} if the entry was added to the result set, or
366 final boolean addResult(Entry entry) argument
370 return resultQueue.offer(entry, 10, TimeUnit.SECONDS);
H A DPasswordExpirationTimeVirtualAttributeProvider.java94 public Set<AttributeValue> getValues(Entry entry, argument
98 if (!entry.isSubentry() && !entry.isLDAPSubentry())
100 long expirationTime = getPasswordExpirationTime(entry);
147 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
150 if (entry.isSubentry() || entry.isLDAPSubentry()
151 || (getPasswordExpirationTime(entry) == -1))
162 * @param entry LDAP entry
165 getPasswordExpirationTime(Entry entry) argument
[all...]
H A DUserDefinedVirtualAttributeProvider.java48 * to define their own values that will be inserted into any entry that matches
122 public Set<AttributeValue> getValues(Entry entry, argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DCacheEntry.java36 * This class defines a Directory Server cache entry, which is simply
37 * used to store an entry with its associated backend and entry ID.
47 // The backend with which this cache entry is associated.
50 // The entry itself.
51 private Entry entry; field in class:CacheEntry
53 // The entry ID for the entry within the backend.
59 * Creates a new cache entry with the provided information.
61 * @param entry Th
65 CacheEntry(Entry entry, Backend backend, long entryID) argument
91 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DAuthenticationPolicyState.java49 * The authentication policy context associated with a user's entry, which is
77 * The user entry.
100 * the value of the specified attribute from the provided entry as a boolean.
102 * @param entry
103 * The entry whose attribute is to be parsed as a boolean.
108 * in the entry.
112 protected static final ConditionResult getBoolean(final Entry entry, argument
115 final List<Attribute> attrList = entry.getAttribute(attributeType);
133 TRACER.debugInfo("Attribute %s resolves to true for user entry "
134 + "%s", attributeType.getNameOrOID(), entry
195 getGeneralizedTime(final Entry entry, final AttributeType attributeType) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java76 * Generate the set of index keys for an entry.
78 * @param entry The entry.
81 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
83 // The superior entry IDs are in the entry attachment.
84 ArrayList ids = (ArrayList)entry.getAttachment();
86 // Skip the entry's own ID.
100 * to be deleted for an entry that has been replaced.
102 * @param oldEntry The original entry content
[all...]
H A DID2SIndexer.java75 * Generate the set of index keys for an entry.
77 * @param entry The entry.
80 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
82 // The superior entry IDs are in the entry attachment.
83 ArrayList ids = (ArrayList)entry.getAttachment();
85 // Skip the entry's own ID.
99 * to be deleted for an entry that has been replaced.
101 * @param oldEntry The original entry content
[all...]

Completed in 86 milliseconds

1234567891011>>