Searched refs:Entry (Results 226 - 250 of 3212) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DGroup.java41 import org.opends.server.types.Entry;
161 public abstract Group newInstance(Entry groupEntry)
197 public abstract boolean isGroupDefinition(Entry entry);
357 public boolean isMember(Entry userEntry)
393 public abstract boolean isMember(Entry userEntry,
481 public abstract void addMember(Entry userEntry)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEqualityIndexer.java37 import org.opends.server.types.Entry;
106 public void indexEntry(Entry entry, Set<byte[]> keys)
126 public void replaceEntry(Entry oldEntry, Entry newEntry,
148 public void modifyEntry(Entry oldEntry, Entry newEntry,
H A DJEExtensibleIndexer.java34 import org.opends.server.types.Entry;
125 public void indexEntry(Entry entry, Set<byte[]> keys)
141 public void replaceEntry(Entry oldEntry, Entry newEntry,
158 public void modifyEntry(Entry oldEntry, Entry newEntry,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DCompressedSchema.java40 import java.util.Map.Entry;
70 private final List<Entry<AttributeType, Set<String>>> adDecodeMap = new CopyOnWriteArrayList<>();
72 private final Map<Entry<AttributeType, Set<String>>, Integer> adEncodeMap = new ConcurrentHashMap<>();
98 Entry<AttributeType, Set<String>> ad = adDecodeMap.get(id);
205 final Entry<AttributeType, Set<String>> ad = new SimpleImmutableEntry<>(type, options);
288 protected final Iterable<Entry<byte[],
289 Entry<String,
292 return new Iterable<Entry<byte[], Entry<String, Collection<String>>>>()
296 public Iterator<Entry<byt
[all...]
H A DGroup.java40 import org.opends.server.types.Entry;
160 public abstract Group<T> newInstance(ServerContext serverContext, Entry groupEntry)
196 public abstract boolean isGroupDefinition(Entry entry);
353 public boolean isMember(Entry userEntry)
389 public abstract boolean isMember(Entry userEntry,
477 public abstract void addMember(Entry userEntry)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DID2Entry.java59 import org.opends.server.types.Entry;
79 /** Transforms cursor values into Entry objects. */
80 private final CursorTransformer.ValueTransformer<ByteString, ByteString, Entry, Exception> TO_ENTRY =
81 new CursorTransformer.ValueTransformer<ByteString, ByteString, Entry, Exception>() {
83 public Entry transform(ByteString key, ByteString value) throws Exception {
140 private Entry decode(ByteString bytes, CompressedSchema compressedSchema)
175 return Entry.decode(entryBuffer.asReader(), compressedSchema);
182 return Entry.decode(encodedEntry.asReader(), compressedSchema);
186 private ByteString encode(Entry entry, DataConfig dataConfig) throws DirectoryException
192 private void encodeVolatile(Entry entr
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLengthBasedPasswordValidatorTestCase.java50 import org.opends.server.types.Entry;
87 List<Entry> entries = TestCaseUtils.makeEntries(
198 public void testInitializeWithValidConfigs(Entry e)
221 List<Entry> entries = TestCaseUtils.makeEntries(
299 public void testInitializeWithInvalidConfigs(Entry e)
324 Entry userEntry = TestCaseUtils.makeEntry(
336 Entry validatorEntry = TestCaseUtils.makeEntry(
396 Entry userEntry = TestCaseUtils.makeEntry(
408 Entry validatorEntry = TestCaseUtils.makeEntry(
459 Entry userEntr
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DFakeEntryIndex.java51 import org.opends.server.types.Entry;
59 private final NavigableMap<ByteString, Set<Entry>> index = new TreeMap<>();
73 void addAll(List<Entry> entries) throws DecodeException
75 for (Entry entry : entries)
81 void add(Entry entry) throws DecodeException
86 Set<Entry> entries = index.get(key);
110 public Set<Entry> evaluateFilter(String filterString) throws DirectoryException, DecodeException
119 return assertion.createIndexQuery(new FakeIndexQueryFactory<Entry>(index));
148 for (Map.Entry<ByteString, Set<Entry>> mapEntr
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DEntrySchemaCheckingTestCase.java55 private void failOnlyForStrictEvaluation(Entry e)
62 "Entry validation succeeded with REJECT policy");
66 "Entry validation failed with WARN policy: " + invalidReason);
70 "Entry validation failed with ACCEPT policy: " + invalidReason);
85 private void failAlwaysStrictEvaluation(Entry e)
92 "Entry validation succeeded with REJECT policy");
96 "Entry validation failed with WARN policy: " + invalidReason);
100 "Entry validation failed with ACCEPT policy: " + invalidReason);
120 Entry e = TestCaseUtils.makeEntry(
144 Entry
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DBindOperation.java170 public abstract Entry getSASLAuthUserEntry();
181 public abstract void setSASLAuthUserEntry(Entry saslAuthUserEntry);
H A DModifyDNOperation.java195 public Entry getOriginalEntry();
206 public Entry getUpdatedEntry();
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DGoverningStructureRuleVirtualAttributeProvider.java98 public Set<AttributeValue> getValues(Entry entry,
119 public boolean hasValue(Entry entry, VirtualAttributeRule rule)
130 public ConditionResult matchesSubstring(Entry entry,
146 public ConditionResult greaterThanOrEqualTo(Entry entry,
160 public ConditionResult lessThanOrEqualTo(Entry entry,
174 public ConditionResult approximatelyEqualTo(Entry entry,
217 Entry entry)
254 private DITStructureRule getDITStructureRule(Entry entry)
H A DUserAttributeNotificationMessageTemplateElement.java38 import org.opends.server.types.Entry;
74 Entry userEntry = notification.getUserEntry();
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistorical.java36 import org.opends.server.types.Entry;
60 Entry modifiedEntry, Modification mod);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPostOperationBindOperation.java35 import org.opends.server.types.Entry;
162 public Entry getSASLAuthUserEntry();
H A DPostResponseBindOperation.java35 import org.opends.server.types.Entry;
150 public Entry getSASLAuthUserEntry();
H A DPreOperationCompareOperation.java34 import org.opends.server.types.Entry;
114 public Entry getEntryToCompare();
/forgerock/opendj2/src/server/org/opends/server/api/
H A DCertificateMapper.java37 import org.opends.server.types.Entry;
146 public abstract Entry mapCertificateToUser(Certificate[]
H A DIdentityMapper.java36 import org.opends.server.types.Entry;
141 public abstract Entry getEntryForID(String id)
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java30 import org.opends.server.types.Entry;
60 public Entry getResourceEntry();
/forgerock/opendj2/src/server/org/opends/server/core/
H A DBindOperation.java169 public abstract Entry getSASLAuthUserEntry();
180 public abstract void setSASLAuthUserEntry(Entry saslAuthUserEntry);
H A DModifyDNOperation.java195 Entry getOriginalEntry();
206 Entry getUpdatedEntry();
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DGoverningStructureRuleVirtualAttributeProvider.java71 public Set<AttributeValue> getValues(Entry entry,
88 public boolean hasValue(Entry entry, VirtualAttributeRule rule)
95 public ConditionResult matchesSubstring(Entry entry,
107 public ConditionResult greaterThanOrEqualTo(Entry entry,
117 public ConditionResult lessThanOrEqualTo(Entry entry,
127 public ConditionResult approximatelyEqualTo(Entry entry,
160 Entry entry)
191 private DITStructureRule getDITStructureRule(Entry entry)
H A DUserAttributeNotificationMessageTemplateElement.java37 import org.opends.server.types.Entry;
73 Entry userEntry = notification.getUserEntry();
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistorical.java35 import org.opends.server.types.Entry;
58 Entry modifiedEntry, Modification mod);

Completed in 123 milliseconds

1234567891011>>