/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | ExactMatchIdentityMapper.java | 69 private AttributeType[] attributeTypes; field in class:ExactMatchIdentityMapper 111 attributeTypes = 120 for (AttributeType t : attributeTypes) 174 AttributeType[] attributeTypes = this.attributeTypes; 179 if (attributeTypes.length == 1) 181 AttributeValue value = AttributeValues.create(attributeTypes[0], id); 182 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 187 new ArrayList<SearchFilter>(attributeTypes.length); 188 for (AttributeType t : attributeTypes) [all...] |
H A D | RegularExpressionIdentityMapper.java | 73 private AttributeType[] attributeTypes; field in class:RegularExpressionIdentityMapper 138 attributeTypes = 147 for (AttributeType t : attributeTypes) 191 AttributeType[] attributeTypes = this.attributeTypes; 202 if (attributeTypes.length == 1) 205 AttributeValues.create(attributeTypes[0], processedID); 206 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 211 new ArrayList<SearchFilter>(attributeTypes.length); 212 for (AttributeType t : attributeTypes) [all...] |
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | ExactMatchIdentityMapper.java | 68 private AttributeType[] attributeTypes; field in class:ExactMatchIdentityMapper 110 attributeTypes = 119 for (AttributeType t : attributeTypes) 173 AttributeType[] attributeTypes = this.attributeTypes; 178 if (attributeTypes.length == 1) 180 AttributeValue value = AttributeValues.create(attributeTypes[0], id); 181 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 186 new ArrayList<SearchFilter>(attributeTypes.length); 187 for (AttributeType t : attributeTypes) [all...] |
H A D | RegularExpressionIdentityMapper.java | 72 private AttributeType[] attributeTypes; field in class:RegularExpressionIdentityMapper 137 attributeTypes = 146 for (AttributeType t : attributeTypes) 190 AttributeType[] attributeTypes = this.attributeTypes; 201 if (attributeTypes.length == 1) 204 AttributeValues.create(attributeTypes[0], processedID); 205 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 210 new ArrayList<SearchFilter>(attributeTypes.length); 211 for (AttributeType t : attributeTypes) [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | ExactMatchIdentityMapper.java | 69 private AttributeType[] attributeTypes; field in class:ExactMatchIdentityMapper 111 attributeTypes = 120 for (AttributeType t : attributeTypes) 174 AttributeType[] attributeTypes = this.attributeTypes; 179 if (attributeTypes.length == 1) 181 AttributeValue value = AttributeValues.create(attributeTypes[0], id); 182 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 187 new ArrayList<SearchFilter>(attributeTypes.length); 188 for (AttributeType t : attributeTypes) [all...] |
H A D | RegularExpressionIdentityMapper.java | 73 private AttributeType[] attributeTypes; field in class:RegularExpressionIdentityMapper 138 attributeTypes = 147 for (AttributeType t : attributeTypes) 191 AttributeType[] attributeTypes = this.attributeTypes; 202 if (attributeTypes.length == 1) 205 AttributeValues.create(attributeTypes[0], processedID); 206 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 211 new ArrayList<SearchFilter>(attributeTypes.length); 212 for (AttributeType t : attributeTypes) [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | ExactMatchIdentityMapper.java | 69 private AttributeType[] attributeTypes; field in class:ExactMatchIdentityMapper 111 attributeTypes = 120 for (AttributeType t : attributeTypes) 174 AttributeType[] attributeTypes = this.attributeTypes; 179 if (attributeTypes.length == 1) 181 AttributeValue value = AttributeValues.create(attributeTypes[0], id); 182 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 187 new ArrayList<SearchFilter>(attributeTypes.length); 188 for (AttributeType t : attributeTypes) [all...] |
H A D | RegularExpressionIdentityMapper.java | 73 private AttributeType[] attributeTypes; field in class:RegularExpressionIdentityMapper 138 attributeTypes = 147 for (AttributeType t : attributeTypes) 191 AttributeType[] attributeTypes = this.attributeTypes; 202 if (attributeTypes.length == 1) 205 AttributeValues.create(attributeTypes[0], processedID); 206 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 211 new ArrayList<SearchFilter>(attributeTypes.length); 212 for (AttributeType t : attributeTypes) [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
H A D | ExactMatchIdentityMapper.java | 68 private AttributeType[] attributeTypes; field in class:ExactMatchIdentityMapper 110 attributeTypes = 119 for (AttributeType t : attributeTypes) 173 AttributeType[] attributeTypes = this.attributeTypes; 178 if (attributeTypes.length == 1) 180 AttributeValue value = AttributeValues.create(attributeTypes[0], id); 181 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 186 new ArrayList<SearchFilter>(attributeTypes.length); 187 for (AttributeType t : attributeTypes) [all...] |
H A D | RegularExpressionIdentityMapper.java | 72 private AttributeType[] attributeTypes; field in class:RegularExpressionIdentityMapper 137 attributeTypes = 146 for (AttributeType t : attributeTypes) 190 AttributeType[] attributeTypes = this.attributeTypes; 201 if (attributeTypes.length == 1) 204 AttributeValues.create(attributeTypes[0], processedID); 205 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 210 new ArrayList<SearchFilter>(attributeTypes.length); 211 for (AttributeType t : attributeTypes) [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | ExactMatchIdentityMapper.java | 74 private AttributeType[] attributeTypes; field in class:ExactMatchIdentityMapper 115 attributeTypes = 124 for (AttributeType t : attributeTypes) 176 AttributeType[] attributeTypes = this.attributeTypes; 181 if (attributeTypes.length == 1) 184 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 188 ArrayList<SearchFilter> filterComps = new ArrayList<>(attributeTypes.length); 189 for (AttributeType t : attributeTypes) 329 attributeTypes [all...] |
H A D | RegularExpressionIdentityMapper.java | 78 private AttributeType[] attributeTypes; field in class:RegularExpressionIdentityMapper 142 attributeTypes = 151 for (AttributeType t : attributeTypes) 187 AttributeType[] attributeTypes = this.attributeTypes; 198 if (attributeTypes.length == 1) 201 filter = SearchFilter.createEqualityFilter(attributeTypes[0], value); 205 ArrayList<SearchFilter> filterComps = new ArrayList<>(attributeTypes.length); 206 for (AttributeType t : attributeTypes) 384 attributeTypes [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | RDN.java | 68 private AttributeType[] attributeTypes; field in class:RDN 98 attributeTypes = new AttributeType[] { attributeType }; 122 attributeTypes = new AttributeType[] { attributeType }; 137 * @param attributeTypes The set of attribute types for this RDN. 141 * elements as the {@code attributeTypes} 145 * {@code attributeTypes} argument. 147 public RDN(List<AttributeType> attributeTypes, argument 151 this.attributeTypes = new AttributeType[attributeTypes.size()]; 155 attributeTypes 180 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument [all...] |
H A D | Schema.java | 114 private ConcurrentHashMap<String,AttributeType> attributeTypes; field in class:Schema 247 attributeTypes = new ConcurrentHashMap<String,AttributeType>(); 306 return attributeTypes; 336 return attributeTypes.containsKey(lowerName); 354 return attributeTypes.get(lowerName); 378 synchronized (attributeTypes) 383 if (attributeTypes.containsKey(oid)) 385 AttributeType conflictingType = attributeTypes.get(oid); 396 if (attributeTypes.containsKey(name)) 398 AttributeType conflictingType = attributeTypes 3549 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument 3674 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument 3723 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | RDN.java | 59 private AttributeType[] attributeTypes; field in class:RDN 89 attributeTypes = new AttributeType[] { attributeType }; 113 attributeTypes = new AttributeType[] { attributeType }; 128 * @param attributeTypes The set of attribute types for this RDN. 132 * elements as the {@code attributeTypes} 136 * {@code attributeTypes} argument. 138 public RDN(List<AttributeType> attributeTypes, argument 142 this.attributeTypes = new AttributeType[attributeTypes.size()]; 146 attributeTypes 171 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | RDN.java | 68 private AttributeType[] attributeTypes; field in class:RDN 98 attributeTypes = new AttributeType[] { attributeType }; 122 attributeTypes = new AttributeType[] { attributeType }; 137 * @param attributeTypes The set of attribute types for this RDN. 141 * elements as the {@code attributeTypes} 145 * {@code attributeTypes} argument. 147 public RDN(List<AttributeType> attributeTypes, argument 151 this.attributeTypes = new AttributeType[attributeTypes.size()]; 155 attributeTypes 180 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | RDN.java | 68 private AttributeType[] attributeTypes; field in class:RDN 98 attributeTypes = new AttributeType[] { attributeType }; 122 attributeTypes = new AttributeType[] { attributeType }; 137 * @param attributeTypes The set of attribute types for this RDN. 141 * elements as the {@code attributeTypes} 145 * {@code attributeTypes} argument. 147 public RDN(List<AttributeType> attributeTypes, argument 151 this.attributeTypes = new AttributeType[attributeTypes.size()]; 155 attributeTypes 180 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | RDN.java | 59 private AttributeType[] attributeTypes; field in class:RDN 89 attributeTypes = new AttributeType[] { attributeType }; 113 attributeTypes = new AttributeType[] { attributeType }; 128 * @param attributeTypes The set of attribute types for this RDN. 132 * elements as the {@code attributeTypes} 136 * {@code attributeTypes} argument. 138 public RDN(List<AttributeType> attributeTypes, argument 142 this.attributeTypes = new AttributeType[attributeTypes.size()]; 146 attributeTypes 171 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | RDN.java | 66 private AttributeType[] attributeTypes; field in class:RDN 90 attributeTypes = new AttributeType[] { attributeType }; 111 attributeTypes = new AttributeType[] { attributeType }; 122 * @param attributeTypes The set of attribute types for this RDN. 126 * elements as the {@code attributeTypes} 130 * {@code attributeTypes} argument. 133 public RDN(List<AttributeType> attributeTypes, argument 137 Reject.ifNull(attributeTypes, attributeNames, attributeValues); 138 Reject.ifTrue(attributeTypes.isEmpty(), "attributeTypes mus 170 RDN(AttributeType[] attributeTypes, String[] attributeNames, ByteString[] attributeValues) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/ |
H A D | ReferentialIntegrityPlugin.java | 115 attributeTypes = new LinkedHashSet<AttributeType>(); field in class:ReferentialIntegrityPlugin 164 * attributeTypes list) and the filter which the plugin should use 274 attributeTypes = newAttributeTypes; 707 for(AttributeType attributeType : attributeTypes) 798 for(AttributeType type : attributeTypes) 1203 for (AttributeType attrType : attributeTypes)
|
/forgerock/opendj2/src/server/org/opends/server/plugins/ |
H A D | ReferentialIntegrityPlugin.java | 114 attributeTypes = new LinkedHashSet<AttributeType>(); field in class:ReferentialIntegrityPlugin 163 * attributeTypes list) and the filter which the plugin should use 273 attributeTypes = newAttributeTypes; 706 for(AttributeType attributeType : attributeTypes) 797 for(AttributeType type : attributeTypes) 1202 for (AttributeType attrType : attributeTypes)
|
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/ |
H A D | ReferentialIntegrityPlugin.java | 115 attributeTypes = new LinkedHashSet<AttributeType>(); field in class:ReferentialIntegrityPlugin 164 * attributeTypes list) and the filter which the plugin should use 274 attributeTypes = newAttributeTypes; 707 for(AttributeType attributeType : attributeTypes) 798 for(AttributeType type : attributeTypes) 1203 for (AttributeType attrType : attributeTypes)
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/ |
H A D | ReferentialIntegrityPlugin.java | 115 attributeTypes = new LinkedHashSet<AttributeType>(); field in class:ReferentialIntegrityPlugin 164 * attributeTypes list) and the filter which the plugin should use 274 attributeTypes = newAttributeTypes; 707 for(AttributeType attributeType : attributeTypes) 798 for(AttributeType type : attributeTypes) 1203 for (AttributeType attrType : attributeTypes)
|
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/ |
H A D | ReferentialIntegrityPlugin.java | 114 attributeTypes = new LinkedHashSet<AttributeType>(); field in class:ReferentialIntegrityPlugin 163 * attributeTypes list) and the filter which the plugin should use 273 attributeTypes = newAttributeTypes; 706 for(AttributeType attributeType : attributeTypes) 797 for(AttributeType type : attributeTypes) 1202 for (AttributeType attrType : attributeTypes)
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/ |
H A D | ReferentialIntegrityPlugin.java | 109 private LinkedHashSet<AttributeType> attributeTypes = new LinkedHashSet<>(); field in class:ReferentialIntegrityPlugin 166 * attributeTypes list) and the filter which the plugin should use 254 attributeTypes = newAttributeTypes; 659 for(AttributeType attributeType : attributeTypes) 745 for(AttributeType type : attributeTypes) 1135 for (AttributeType attrType : attributeTypes)
|