Searched refs:entry (Results 51 - 75 of 2342) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestModifyDNChangeRecordEntry.java84 ModifyDNChangeRecordEntry entry = new ModifyDNChangeRecordEntry(
87 Assert.assertEquals(entry.getDN(), DN.nullDN());
101 ModifyDNChangeRecordEntry entry = new ModifyDNChangeRecordEntry(
104 Assert.assertEquals(entry.getDN(), testDN2);
115 ModifyDNChangeRecordEntry entry =
118 Assert.assertEquals(entry.getChangeOperationType(),
130 ModifyDNChangeRecordEntry entry =
133 Assert.assertEquals(entry.getNewRDN(), newRDN);
144 ModifyDNChangeRecordEntry entry =
148 .assertEquals(entry
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestModifyDNChangeRecordEntry.java85 ModifyDNChangeRecordEntry entry = new ModifyDNChangeRecordEntry(
88 Assert.assertEquals(entry.getDN(), DN.nullDN());
102 ModifyDNChangeRecordEntry entry = new ModifyDNChangeRecordEntry(
105 Assert.assertEquals(entry.getDN(), testDN2);
116 ModifyDNChangeRecordEntry entry =
119 Assert.assertEquals(entry.getChangeOperationType(),
131 ModifyDNChangeRecordEntry entry =
134 Assert.assertEquals(entry.getNewRDN(), newRDN);
145 ModifyDNChangeRecordEntry entry =
149 .assertEquals(entry
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DVirtualAttribute.java60 // The entry with which this virtual attribute is associated.
61 private final Entry entry; field in class:VirtualAttribute
76 * @param entry
77 * The entry in which this virtual attribute exists.
82 public VirtualAttribute(AttributeType attributeType, Entry entry, argument
86 this.entry = entry;
98 return provider.approximatelyEqualTo(entry, rule, value);
108 return provider.hasValue(entry, rule, value);
119 return provider.hasAllValues(entry, rul
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DVirtualAttribute.java59 // The entry with which this virtual attribute is associated.
60 private final Entry entry; field in class:VirtualAttribute
75 * @param entry
76 * The entry in which this virtual attribute exists.
81 public VirtualAttribute(AttributeType attributeType, Entry entry, argument
85 this.entry = entry;
97 return provider.approximatelyEqualTo(entry, rule, value);
107 return provider.hasValue(entry, rule, value);
118 return provider.hasAllValues(entry, rul
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashMap.java101 Map.Entry entry = (Map.Entry) iter.next();
102 set.add(new Entry(entry));
122 for (Map.Entry<? extends K, ? extends V> entry : map.entrySet()) {
123 put(entry.getKey(), entry.getValue());
140 Map.Entry entry; field in class:CaseInsensitiveHashMap.Entry
142 Entry(Map.Entry entry) { argument
143 this.entry = entry;
149 return (entry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestModifyDNChangeRecordEntry.java85 ModifyDNChangeRecordEntry entry = new ModifyDNChangeRecordEntry(
88 Assert.assertEquals(entry.getDN(), DN.rootDN());
102 ModifyDNChangeRecordEntry entry = new ModifyDNChangeRecordEntry(
105 Assert.assertEquals(entry.getDN(), testDN2);
116 ModifyDNChangeRecordEntry entry =
119 Assert.assertEquals(entry.getChangeOperationType(),
131 ModifyDNChangeRecordEntry entry =
134 Assert.assertEquals(entry.getNewRDN(), newRDN);
145 ModifyDNChangeRecordEntry entry =
149 .assertEquals(entry
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashMap.java101 Map.Entry entry = (Map.Entry) iter.next();
102 set.add(new Entry(entry));
122 for (Map.Entry<? extends K, ? extends V> entry : map.entrySet()) {
123 put(entry.getKey(), entry.getValue());
140 Map.Entry entry; field in class:CaseInsensitiveHashMap.Entry
142 Entry(Map.Entry entry) { argument
143 this.entry = entry;
149 return (entry
[all...]
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpointTest.java20 import static org.assertj.core.api.Assertions.entry;
117 assertThat(configurationResponse).contains(entry("version", "VERSION"), entry("issuer", "ISSUER"),
118 entry("pat_profiles_supported", Collections.singletonList("PAT_PROFILE")),
119 entry("aat_profiles_supported", Collections.singletonList("AAT_PROFILE")),
120 entry("rpt_profiles_supported", Collections.singletonList("RPT_PROFILE")),
121 entry("pat_grant_types_supported", Collections.singletonList("PAT_GRANT_TYPE")),
122 entry("aat_grant_types_supported", Collections.singletonList("AAT_GRANT_TYPE")),
123 entry("token_endpoint", "TOKEN_ENDPOINT"), entry("authorization_endpoin
[all...]
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpointTest.java20 import static org.assertj.core.api.Assertions.entry;
117 assertThat(configurationResponse).contains(entry("version", "VERSION"), entry("issuer", "ISSUER"),
118 entry("pat_profiles_supported", Collections.singletonList("PAT_PROFILE")),
119 entry("aat_profiles_supported", Collections.singletonList("AAT_PROFILE")),
120 entry("rpt_profiles_supported", Collections.singletonList("RPT_PROFILE")),
121 entry("pat_grant_types_supported", Collections.singletonList("PAT_GRANT_TYPE")),
122 entry("aat_grant_types_supported", Collections.singletonList("AAT_GRANT_TYPE")),
123 entry("token_endpoint", "TOKEN_ENDPOINT"), entry("authorization_endpoin
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/audit-sample/tools/
H A DJsonValueUtil.groovy26 for (Map.Entry<String,Object> entry : entries) {
27 if (entry.getKey() != null && entry.getValue() != null) {
28 json.add(entry.getKey(), entry.getValue());
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java48 public Change(LDAPEntry entry) throws Exception { argument
51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java47 public Change(LDAPEntry entry) throws Exception { argument
50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
57 attr = entry.getAttribute("changeNumber");
64 attr = entry.getAttribute("changelogCookie");
70 attr = entry.getAttribute("replicationCSN");
76 attr = entry.getAttribute("targetDN");
82 attr = entry.getAttribute("changeType");
89 // attr = entry.getAttribute("targetUniqueId");
94 attr = entry.getAttribute("targetEntryUUID");
103 attr = entry
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java48 public Change(LDAPEntry entry) throws Exception { argument
51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java48 public Change(LDAPEntry entry) throws Exception { argument
51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java47 public Change(LDAPEntry entry) throws Exception { argument
50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
57 attr = entry.getAttribute("changeNumber");
64 attr = entry.getAttribute("changelogCookie");
70 attr = entry.getAttribute("replicationCSN");
76 attr = entry.getAttribute("targetDN");
82 attr = entry.getAttribute("changeType");
89 // attr = entry.getAttribute("targetUniqueId");
94 attr = entry.getAttribute("targetEntryUUID");
103 attr = entry
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DCtsMonitoringImpl.java51 * a new entry in the Enum.
138 final OperationEntry entry = new OperationEntry(myMib);
139 entry.OperationType = e.name();
140 entry.OperationTableIndex = (long) e.ordinal() + 1; // +1 as OID aren't 0-based
142 operationEntries.add(entry);
147 final TokenEntry entry = new TokenEntry(myMib);
148 entry.TokenType = e.name();
149 entry.TokenTableIndex = (long) e.ordinal() + 1;
151 tokenEntries.add(entry);
194 final CtsTokenOperationsEntry entry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DAttrHistoricalMultipleTest.java70 private Entry entry; field in class:AttrHistoricalMultipleTest
79 entry = new Entry(null, null, null, null);
80 entry = TestCaseUtils.makeEntry(
178 replayOperation(csn, entry, mod, SUCCESS);
179 assertAttributeValues(entry, "X");
182 replayOperation(csn, entry, mod, SUCCESS);
183 assertNoAttributeValue(entry);
192 replayOperation(t[0], entry, mod, SUCCESS);
193 assertAttributeValues(entry, "X");
196 replayOperation(t[2], entry, mo
378 replayOperationSuppressMod(CSN csn, Entry entry, Modification mod, boolean shouldConflict) argument
386 replayOperation(CSN csn, Entry entry, Modification mod, boolean shouldConflict) argument
393 replayOperation(Iterator<Modification> modsIterator, CSN csn, Entry entry, Modification mod, boolean shouldConflict) argument
407 assertAttributeValues(Entry entry, Modification mod) argument
437 getValues(Entry entry, Modification mod) argument
462 conformsToSchema(Entry entry) argument
469 assertNoAttributeValue(Entry entry) argument
474 assertAttributeValues(Entry entry, String... expectedValues) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DCtsMonitoringImpl.java49 * a new entry in the Enum.
136 final OperationEntry entry = new OperationEntry(myMib);
137 entry.OperationType = e.name();
138 entry.OperationTableIndex = (long) e.ordinal() + 1; // +1 as OID aren't 0-based
140 operationEntries.add(entry);
145 final TokenEntry entry = new TokenEntry(myMib);
146 entry.TokenType = e.name();
147 entry.TokenTableIndex = (long) e.ordinal() + 1;
149 tokenEntries.add(entry);
192 final CtsTokenOperationsEntry entry
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/model/
H A DAuthenticationAuditEntry.java37 private final Map<String, Object> entry = new HashMap<>(); field in class:AuthenticationAuditEntry
44 entry.put(INFO_KEY, entryInfo);
53 return (String) this.entry.get(MODULE_ID_KEY);
62 return (AuthenticationAuditEventBuilder.Status) this.entry.get(RESULT_KEY);
80 this.entry.put(MODULE_ID_KEY, moduleId);
89 this.entry.put(RESULT_KEY, result);
95 * @param key The info entry key.
96 * @param value The value of the info entry.
108 return this.entry;
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/model/
H A DAuthenticationAuditEntry.java37 private final Map<String, Object> entry = new HashMap<>(); field in class:AuthenticationAuditEntry
44 entry.put(INFO_KEY, entryInfo);
53 return (String) this.entry.get(MODULE_ID_KEY);
62 return (AuthenticationAuditEventBuilder.Status) this.entry.get(RESULT_KEY);
80 this.entry.put(MODULE_ID_KEY, moduleId);
89 this.entry.put(RESULT_KEY, result);
95 * @param key The info entry key.
96 * @param value The value of the info entry.
108 return this.entry;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/service/
H A DApplicationQueryFilterVisitor.java56 for (String entry : metaData) {
58 if (isNotEmpty(entry)) {
59 String[] tokens = entry.split("=");
64 if (entry.startsWith(CREATED_BY_ATTRIBUTE)) {
66 } else if (entry.startsWith(CREATION_DATE_ATTRIBUTE)) {
68 } else if (entry.startsWith(LAST_MODIFIED_BY_ATTRIBUTE)) {
70 } else if (entry.startsWith(LAST_MODIFIED_DATE_ATTRIBUTE)) {
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPersistentSearch.java148 * Indicates whether entries returned should include the entry change
173 * Indicates whether to include entry change notification controls in
256 * Notifies the persistent searches that an entry has been added.
258 * @param entry
259 * The entry that was added.
261 public void processAdd(Entry entry) argument
264 && isInScope(entry.getDN())
265 && matchesFilter(entry))
267 sendEntry(entry, createControls(ADD, null));
289 private boolean matchesFilter(Entry entry) argument
318 processDelete(Entry entry) argument
336 processModify(Entry entry) argument
351 processModify(Entry entry, Entry oldEntry) argument
379 anyMatchesFilter(Entry entry, Entry oldEntry) argument
392 processModifyDN(Entry entry, DN oldDN) argument
402 isAnyInScopeForModify(Entry entry, DN oldDN) argument
424 sendEntry(Entry entry, List<Control> entryControls) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPersistentSearch.java148 * Indicates whether entries returned should include the entry change
173 * Indicates whether to include entry change notification controls in
256 * Notifies the persistent searches that an entry has been added.
258 * @param entry
259 * The entry that was added.
261 public void processAdd(Entry entry) argument
264 && isInScope(entry.getDN())
265 && matchesFilter(entry))
267 sendEntry(entry, createControls(ADD, null));
289 private boolean matchesFilter(Entry entry) argument
318 processDelete(Entry entry) argument
336 processModify(Entry entry) argument
351 processModify(Entry entry, Entry oldEntry) argument
379 anyMatchesFilter(Entry entry, Entry oldEntry) argument
392 processModifyDN(Entry entry, DN oldDN) argument
402 isAnyInScopeForModify(Entry entry, DN oldDN) argument
424 sendEntry(Entry entry, List<Control> entryControls) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPersistentSearch.java139 * Indicates whether entries returned should include the entry change
164 * Indicates whether to include entry change notification controls in
247 * Notifies the persistent searches that an entry has been added.
249 * @param entry
250 * The entry that was added.
252 public void processAdd(Entry entry) argument
255 && isInScope(entry.getName())
256 && matchesFilter(entry))
258 sendEntry(entry, createControls(ADD, null));
280 private boolean matchesFilter(Entry entry) argument
306 processDelete(Entry entry) argument
324 processModify(Entry entry) argument
339 processModify(Entry entry, Entry oldEntry) argument
367 anyMatchesFilter(Entry entry, Entry oldEntry) argument
380 processModifyDN(Entry entry, DN oldDN) argument
390 isAnyInScopeForModify(Entry entry, DN oldDN) argument
412 sendEntry(Entry entry, List<Control> entryControls) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/utils/
H A DLdapTokenAttributeConversion.java74 Entry entry = new LinkedHashMapEntry(generateTokenDN(token));
75 addObjectClass(entry);
84 entry.addAttribute(key, type.name());
91 entry.addAttribute(key, dateString);
94 entry.addAttribute(key, array);
97 entry.addAttribute(key, value);
101 entry.addAttribute(key, value);
107 return entry;
117 * @param entry Non null entry t
121 mapFromEntry(Entry entry) argument
173 tokenFromEntry(Entry entry) argument
201 addObjectClass(Entry entry) argument
216 stripObjectClass(Entry entry) argument
[all...]

Completed in 157 milliseconds

1234567891011>>