Searched defs:attrType (Results 1 - 25 of 92) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java195 private void addMonitorData(List<Attribute> attributes, String attrType, argument
200 AttributeType type = DirectoryServer.getDefaultAttributeType(attrType);
201 final AttributeBuilder builder = new AttributeBuilder(type, attrType);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java195 private void addMonitorData(List<Attribute> attributes, String attrType, argument
200 AttributeType type = DirectoryServer.getDefaultAttributeType(attrType);
201 final AttributeBuilder builder = new AttributeBuilder(type, attrType);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java74 private AttributeType attrType; field in class:HistoricalAttributeValue
116 attrType = DirectoryServer.getSchema().getAttributeType(attrString);
117 if (attrType == null)
118 attrType = DirectoryServer.getDefaultAttributeType(attrString);
124 attrType = null;
139 attributeValue = AttributeValues.create(attrType, stringValue);
169 return attrType;
217 AttributeBuilder builder = new AttributeBuilder(attrType, attrString);
256 return attrType == null && !ismodDN;
268 return attrType
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java358 * @param attrType The attribute type from the bind rule.
362 AttributeType attrType) {
364 List<Attribute> attrs = e.getAttribute(attrType);
361 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java70 private AttributeType attrType; field in class:HistoricalAttributeValue
115 attrType = DirectoryServer.getSchema().getAttributeType(attrString);
116 if (attrType == null)
117 attrType = DirectoryServer.getDefaultAttributeType(attrString);
123 attrType = null;
138 attributeValue = AttributeValues.create(attrType, stringValue);
168 return attrType;
216 AttributeBuilder builder = new AttributeBuilder(attrType, attrString);
255 return attrType == null && !ismodDN;
267 return attrType
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java355 * @param attrType The attribute type from the bind rule.
359 AttributeType attrType) {
361 List<Attribute> attrs = e.getAttribute(attrType);
358 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
H A DTargAttrFilters.java310 AttributeType attrType=matchCtx.getCurrentAttributeType();
315 if((attrType != null) && (filterList.containsKey(attrType))) {
317 SearchFilter filter = filterList.get(attrType);
318 attrMatched=matchFilterAttributeValue(attrType, value, filter);
357 AttributeType attrType=e.getKey();
361 if(resEntry.hasAttribute(attrType)) {
363 resEntry.getAttribute(attrType).listIterator();
366 attrMatched=matchFilterAttributeValues(a, attrType, f);
381 * @param attrType Th
385 matchFilterAttributeValues(Attribute a, AttributeType attrType, SearchFilter filter) argument
408 matchFilterAttributeValue(AttributeType attrType, AttributeValue value, SearchFilter filter) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java355 * @param attrType The attribute type from the bind rule.
359 AttributeType attrType) {
361 List<Attribute> attrs = e.getAttribute(attrType);
358 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
H A DTargAttrFilters.java310 AttributeType attrType=matchCtx.getCurrentAttributeType();
315 if((attrType != null) && (filterList.containsKey(attrType))) {
317 SearchFilter filter = filterList.get(attrType);
318 attrMatched=matchFilterAttributeValue(attrType, value, filter);
357 AttributeType attrType=e.getKey();
361 if(resEntry.hasAttribute(attrType)) {
363 resEntry.getAttribute(attrType).listIterator();
366 attrMatched=matchFilterAttributeValues(a, attrType, f);
381 * @param attrType Th
385 matchFilterAttributeValues(Attribute a, AttributeType attrType, SearchFilter filter) argument
408 matchFilterAttributeValue(AttributeType attrType, AttributeValue value, SearchFilter filter) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java74 private AttributeType attrType; field in class:HistoricalAttributeValue
116 attrType = DirectoryServer.getSchema().getAttributeType(attrString);
117 if (attrType == null)
118 attrType = DirectoryServer.getDefaultAttributeType(attrString);
124 attrType = null;
139 attributeValue = AttributeValues.create(attrType, stringValue);
169 return attrType;
217 AttributeBuilder builder = new AttributeBuilder(attrType, attrString);
256 return attrType == null && !ismodDN;
268 return attrType
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java74 private AttributeType attrType; field in class:HistoricalAttributeValue
116 attrType = DirectoryServer.getSchema().getAttributeType(attrString);
117 if (attrType == null)
118 attrType = DirectoryServer.getDefaultAttributeType(attrString);
124 attrType = null;
139 attributeValue = AttributeValues.create(attrType, stringValue);
169 return attrType;
217 AttributeBuilder builder = new AttributeBuilder(attrType, attrString);
256 return attrType == null && !ismodDN;
268 return attrType
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java358 * @param attrType The attribute type from the bind rule.
362 AttributeType attrType) {
364 List<Attribute> attrs = e.getAttribute(attrType);
361 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java70 private AttributeType attrType; field in class:HistoricalAttributeValue
115 attrType = DirectoryServer.getSchema().getAttributeType(attrString);
116 if (attrType == null)
117 attrType = DirectoryServer.getDefaultAttributeType(attrString);
123 attrType = null;
138 attributeValue = AttributeValues.create(attrType, stringValue);
168 return attrType;
216 AttributeBuilder builder = new AttributeBuilder(attrType, attrString);
255 return attrType == null && !ismodDN;
267 return attrType
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java355 * @param attrType The attribute type from the bind rule.
359 AttributeType attrType) {
361 List<Attribute> attrs = e.getAttribute(attrType);
358 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
H A DTargAttrFilters.java310 AttributeType attrType=matchCtx.getCurrentAttributeType();
315 if((attrType != null) && (filterList.containsKey(attrType))) {
317 SearchFilter filter = filterList.get(attrType);
318 attrMatched=matchFilterAttributeValue(attrType, value, filter);
357 AttributeType attrType=e.getKey();
361 if(resEntry.hasAttribute(attrType)) {
363 resEntry.getAttribute(attrType).listIterator();
366 attrMatched=matchFilterAttributeValues(a, attrType, f);
381 * @param attrType Th
385 matchFilterAttributeValues(Attribute a, AttributeType attrType, SearchFilter filter) argument
408 matchFilterAttributeValue(AttributeType attrType, AttributeValue value, SearchFilter filter) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DUserDN.java385 * @param attrType The attribute type from the bind rule.
389 AttributeType attrType) {
391 List<Attribute> attrs = e.getAttribute(attrType);
388 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
H A DTargetAttr.java135 AttributeType attrType = DirectoryServer.getAttributeTypeOrDefault(attribute);
136 if(attrType.isOperational())
138 opAttributes.add(attrType);
142 attributes.add(attrType);
236 private static boolean evalAttrType(AttributeType attrType, boolean allAttrs, argument
238 boolean ret = allAttrs || attrs.contains(attrType);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DFakeEntryIndex.java56 private AttributeType attrType; field in class:FakeEntryIndex
63 attrType = DirectoryServer.getAttributeTypeOrNull(attrName);
64 if (attrType == null)
68 matchingRule = attrType.getEqualityMatchingRule();
83 Attribute attribute = entry.getExactAttribute(attrType, Collections.<String>emptySet());
113 if (!attrType.equals(filter.getAttributeType()))
116 + "\" should target the same attribute type as this index \"" + attrType.getNameOrOID() + "\"");
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java916 AttributeType attrType = pwPolicyState.getAuthenticationPolicy()
1005 AttributeBuilder builder = new AttributeBuilder(attrType);
1011 builder = new AttributeBuilder(attrType);
1012 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1018 AttributeBuilder builder = new AttributeBuilder(attrType);
1019 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1212 private Collection<AttributeValue> toAttributeValues(AttributeType attrType, argument
1219 results.add(AttributeValues.create(attrType, s));
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java845 AttributeType attrType = pwPolicyState.getAuthenticationPolicy()
934 AttributeBuilder builder = new AttributeBuilder(attrType);
940 builder = new AttributeBuilder(attrType);
941 builder.addAll(toAttributeValues(attrType, encodedPasswords));
947 AttributeBuilder builder = new AttributeBuilder(attrType);
948 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1138 private Collection<AttributeValue> toAttributeValues(AttributeType attrType, argument
1145 results.add(AttributeValues.create(attrType, s));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java231 final AttributeType attrType =
287 publishModify(broker, t1, dn1, entryuuid, attrType, "A");
297 publishModify(broker, t2, dn1, entryuuid, attrType, "B");
305 publishModify(broker, t2, dn2, entryuuid2, attrType, "B");
310 publishModify(broker, t1, dn2, entryuuid2, attrType, "A");
316 assertEquals(getEntryValue(dn1, attrType), "A");
317 assertEquals(getEntryValue(dn2, attrType), "A");
323 private String getEntryValue(final DN dn, final AttributeType attrType) argument
327 List<Attribute> attrs = entry.getAttribute(attrType);
332 DN dn, String entryuuid, AttributeType attrType, Strin
331 publishModify(ReplicationBroker broker, CSN changeNum, DN dn, String entryuuid, AttributeType attrType, String newValue) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java916 AttributeType attrType = pwPolicyState.getAuthenticationPolicy()
1005 AttributeBuilder builder = new AttributeBuilder(attrType);
1011 builder = new AttributeBuilder(attrType);
1012 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1018 AttributeBuilder builder = new AttributeBuilder(attrType);
1019 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1212 private Collection<AttributeValue> toAttributeValues(AttributeType attrType, argument
1219 results.add(AttributeValues.create(attrType, s));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java231 final AttributeType attrType =
287 publishModify(broker, t1, dn1, entryuuid, attrType, "A");
297 publishModify(broker, t2, dn1, entryuuid, attrType, "B");
305 publishModify(broker, t2, dn2, entryuuid2, attrType, "B");
310 publishModify(broker, t1, dn2, entryuuid2, attrType, "A");
316 assertEquals(getEntryValue(dn1, attrType), "A");
317 assertEquals(getEntryValue(dn2, attrType), "A");
323 private String getEntryValue(final DN dn, final AttributeType attrType) argument
327 List<Attribute> attrs = entry.getAttribute(attrType);
332 DN dn, String entryuuid, AttributeType attrType, Strin
331 publishModify(ReplicationBroker broker, CSN changeNum, DN dn, String entryuuid, AttributeType attrType, String newValue) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java916 AttributeType attrType = pwPolicyState.getAuthenticationPolicy()
1005 AttributeBuilder builder = new AttributeBuilder(attrType);
1011 builder = new AttributeBuilder(attrType);
1012 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1018 AttributeBuilder builder = new AttributeBuilder(attrType);
1019 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1212 private Collection<AttributeValue> toAttributeValues(AttributeType attrType, argument
1219 results.add(AttributeValues.create(attrType, s));
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java845 AttributeType attrType = pwPolicyState.getAuthenticationPolicy()
934 AttributeBuilder builder = new AttributeBuilder(attrType);
940 builder = new AttributeBuilder(attrType);
941 builder.addAll(toAttributeValues(attrType, encodedPasswords));
947 AttributeBuilder builder = new AttributeBuilder(attrType);
948 builder.addAll(toAttributeValues(attrType, encodedPasswords));
1138 private Collection<AttributeValue> toAttributeValues(AttributeType attrType, argument
1145 results.add(AttributeValues.create(attrType, s));

Completed in 493 milliseconds

1234