Searched refs:entry (Results 251 - 275 of 2342) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java84 Entry entry = reader.readEntry(false);
85 entryTreeMap.put(entry.getDN(), entry);
87 connection.processAdd(entry.getDN(),
88 entry.getObjectClasses(),
89 entry.getUserAttributes(),
90 entry.getOperationalAttributes());
92 "Add of this entry was not successful");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java83 Entry entry = reader.readEntry(false);
84 entryTreeMap.put(entry.getDN(), entry);
86 connection.processAdd(entry.getDN(),
87 entry.getObjectClasses(),
88 entry.getUserAttributes(),
89 entry.getOperationalAttributes());
91 "Add of this entry was not successful");
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java84 Entry entry = reader.readEntry(false);
85 entryTreeMap.put(entry.getDN(), entry);
87 connection.processAdd(entry.getDN(),
88 entry.getObjectClasses(),
89 entry.getUserAttributes(),
90 entry.getOperationalAttributes());
92 "Add of this entry was not successful");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicySubentryVirtualAttributeProvider.java106 public Set<AttributeValue> getValues(Entry entry, argument
109 if (!entry.isSubentry() && !entry.isLDAPSubentry())
115 policy = AuthenticationPolicy.forUser(entry, false);
127 entry.getDN().toString(),
138 TRACER.debugError("No applicable password policy for user %s", entry
157 + "not a password policy", policy.getDN().toString(), entry
H A DSubschemaSubentryVirtualAttributeProvider.java97 public Set<AttributeValue> getValues(Entry entry, argument
117 public ConditionResult matchesSubstring(Entry entry, argument
133 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
147 public ConditionResult lessThanOrEqualTo(Entry entry, argument
161 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicySubentryVirtualAttributeProvider.java82 public Set<AttributeValue> getValues(Entry entry, argument
85 if (!entry.isSubentry() && !entry.isLDAPSubentry())
91 policy = AuthenticationPolicy.forUser(entry, false);
103 entry.getDN().toString(),
114 TRACER.debugError("No applicable password policy for user %s", entry
133 + "not a password policy", policy.getDN().toString(), entry
H A DSubschemaSubentryVirtualAttributeProvider.java70 public Set<AttributeValue> getValues(Entry entry, argument
86 public ConditionResult matchesSubstring(Entry entry, argument
98 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
108 public ConditionResult lessThanOrEqualTo(Entry entry, argument
118 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DEmbeddedSearchResultIterator.java74 SearchResultEntry entry = (SearchResultEntry)resultIter.next();
75 String dn = entry.getName().toString();
79 entry = (SearchResultEntry)resultIter.next();
80 dn = entry.getName().toString();
82 entry = null;
88 current = (entry == null) ? null : new SMSDataEntry(dn,
89 convertLDAPAttributeSetToMap(entry.getAttributes()));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DEntryUUIDVirtualAttributeProvider.java51 * DSE entries). Real user data should have entry UUID values generated at the
77 public Attribute getValues(Entry entry, VirtualAttributeRule rule) argument
79 ByteString normDN = entry.getName().toNormalizedByteString();
86 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
94 public ConditionResult matchesSubstring(Entry entry, argument
106 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
116 public ConditionResult lessThanOrEqualTo(Entry entry, argument
126 public ConditionResult approximatelyEqualTo(Entry entry, argument
H A DSubschemaSubentryVirtualAttributeProvider.java71 public Attribute getValues(Entry entry, VirtualAttributeRule rule) argument
83 public ConditionResult matchesSubstring(Entry entry, argument
95 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
105 public ConditionResult lessThanOrEqualTo(Entry entry, argument
115 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DEmbeddedSearchResultIterator.java75 SearchResultEntry entry = (SearchResultEntry)resultIter.next();
76 String dn = entry.getName().toString();
80 entry = (SearchResultEntry)resultIter.next();
81 dn = entry.getName().toString();
83 entry = null;
89 current = (entry == null) ? null : new SMSDataEntry(dn,
90 convertLDAPAttributeSetToMap(entry.getAttributes()));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedIDPViewBean.java106 Map.Entry entry = (Map.Entry)iterator.next();
107 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
108 idpExtValues.put((String)entry.getKey(),
109 returnEmptySetIfValueIsNull((Set)entry.getValue()));
110 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
111 idpExtValues.put((String)entry.getKey(),
112 returnEmptySetIfValueIsNull((Set)entry.getValue()));
151 Map.Entry entry = (Map.Entry)iterator.next();
152 tmpMap.put((String)entry.getKey(),
154 convertListToSet((List)entry
[all...]
H A DWSFedSPViewBean.java100 Map.Entry entry = (Map.Entry)iterator.next();
101 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
102 spExtValues.put((String)entry.getKey(),
103 returnEmptySetIfValueIsNull((Set)entry.getValue()));
104 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
105 spExtValues.put((String)entry.getKey(),
106 returnEmptySetIfValueIsNull((Set)entry.getValue()));
136 Map.Entry entry = (Map.Entry)iterator.next();
137 tmpMap.put((String)entry.getKey(),
139 convertListToSet((List)entry
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/logging/
H A DOsgiLogHandler.java95 public void logged(LogEntry entry) {
96 logEntry(entry);
115 * Log the OSGi entry using the slf4j logger
116 * @param entry
118 void logEntry(LogEntry entry) { argument
121 logMessage.append(entry.getBundle());
122 if (entry.getServiceReference() != null) {
124 logMessage.append(entry.getServiceReference());
127 logMessage.append(entry.getMessage());
129 Throwable ex = entry
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedSPViewBean.java100 Map.Entry entry = (Map.Entry)iterator.next();
101 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
102 spExtValues.put((String)entry.getKey(),
103 returnEmptySetIfValueIsNull((Set)entry.getValue()));
104 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
105 spExtValues.put((String)entry.getKey(),
106 returnEmptySetIfValueIsNull((Set)entry.getValue()));
136 Map.Entry entry = (Map.Entry)iterator.next();
137 tmpMap.put((String)entry.getKey(),
139 convertListToSet((List)entry
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProvider.java97 public Set<AttributeValue> getValues(Entry entry, argument
117 public ConditionResult matchesSubstring(Entry entry, argument
133 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
147 public ConditionResult lessThanOrEqualTo(Entry entry, argument
161 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProvider.java70 public Set<AttributeValue> getValues(Entry entry, argument
86 public ConditionResult matchesSubstring(Entry entry, argument
98 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
108 public ConditionResult lessThanOrEqualTo(Entry entry, argument
118 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProvider.java97 public Set<AttributeValue> getValues(Entry entry, argument
117 public ConditionResult matchesSubstring(Entry entry, argument
133 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
147 public ConditionResult lessThanOrEqualTo(Entry entry, argument
161 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java173 for (Map.Entry<String, String> entry : context.entrySet()) {
177 valueBuilder.append(entry.getKey()).append(AMSTSConstants.EQUALS).append(entry.getValue());
278 for (Map.Entry<String, AuthTarget> entry : mappings.entrySet()) {
279 builder.append(entry.getKey()).append(AMSTSConstants.PIPE).append(entry.getValue().toString()).append('\n');
296 for (Map.Entry<String, AuthTarget> entry : mappings.entrySet()) {
297 map.put(entry.getKey(), entry.getValue().toJson());
309 for (Map.Entry<String, Object> entry
[all...]
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconFeeder.java71 ResultEntry entry = entriesIter.next();
73 createTask(entry).call();
106 ResultEntry entry = entriesIter.next();
107 completionService.submit(createTask(entry));
128 abstract Callable createTask(ResultEntry entry) throws SynchronizationException; argument
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java173 for (Map.Entry<String, String> entry : context.entrySet()) {
177 valueBuilder.append(entry.getKey()).append(AMSTSConstants.EQUALS).append(entry.getValue());
278 for (Map.Entry<String, AuthTarget> entry : mappings.entrySet()) {
279 builder.append(entry.getKey()).append(AMSTSConstants.PIPE).append(entry.getValue().toString()).append('\n');
296 for (Map.Entry<String, AuthTarget> entry : mappings.entrySet()) {
297 map.put(entry.getKey(), entry.getValue().toJson());
309 for (Map.Entry<String, Object> entry
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java88 * Retrieves a set of entry DNs for use in testing the entryDN virtual
91 * @return A set of entry DNs for use in testing the entryDN virtual
116 * Tests the {@code getEntry} method for the specified entry to ensure that
117 * the entry returned includes the entryDN operational attribute with the
120 * @param entryDN The DN of the entry to retrieve and verify.
147 * Performs an internal search to retrieve the specified entry, ensuring that
151 * @param entryDN The DN of the entry to retrieve and verify.
165 * Performs an internal search to retrieve the specified entry, ensuring that
169 * @param entryDN The DN of the entry to retrieve and verify.
183 * Performs an internal search to retrieve the specified entry, ensurin
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java87 * Retrieves a set of entry DNs for use in testing the entryDN virtual
90 * @return A set of entry DNs for use in testing the entryDN virtual
115 * Tests the {@code getEntry} method for the specified entry to ensure that
116 * the entry returned includes the entryDN operational attribute with the
119 * @param entryDN The DN of the entry to retrieve and verify.
146 * Performs an internal search to retrieve the specified entry, ensuring that
150 * @param entryDN The DN of the entry to retrieve and verify.
164 * Performs an internal search to retrieve the specified entry, ensuring that
168 * @param entryDN The DN of the entry to retrieve and verify.
182 * Performs an internal search to retrieve the specified entry, ensurin
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java88 * Retrieves a set of entry DNs for use in testing the entryDN virtual
91 * @return A set of entry DNs for use in testing the entryDN virtual
116 * Tests the {@code getEntry} method for the specified entry to ensure that
117 * the entry returned includes the entryDN operational attribute with the
120 * @param entryDN The DN of the entry to retrieve and verify.
147 * Performs an internal search to retrieve the specified entry, ensuring that
151 * @param entryDN The DN of the entry to retrieve and verify.
165 * Performs an internal search to retrieve the specified entry, ensuring that
169 * @param entryDN The DN of the entry to retrieve and verify.
183 * Performs an internal search to retrieve the specified entry, ensurin
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java87 * Retrieves a set of entry DNs for use in testing the entryDN virtual
90 * @return A set of entry DNs for use in testing the entryDN virtual
115 * Tests the {@code getEntry} method for the specified entry to ensure that
116 * the entry returned includes the entryDN operational attribute with the
119 * @param entryDN The DN of the entry to retrieve and verify.
146 * Performs an internal search to retrieve the specified entry, ensuring that
150 * @param entryDN The DN of the entry to retrieve and verify.
164 * Performs an internal search to retrieve the specified entry, ensuring that
168 * @param entryDN The DN of the entry to retrieve and verify.
182 * Performs an internal search to retrieve the specified entry, ensurin
[all...]

Completed in 113 milliseconds

<<11121314151617181920>>