Searched defs:attributeList (Results 76 - 91 of 91) sorted by relevance

1234

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerConfigAttribute.java874 * @param attributeList The list of attributes to use to create the config
891 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
897 for (Attribute a : attributeList)
1150 * @param attributeList The attribute list to which the JMX attribute(s)
1153 public void toJMXAttribute(AttributeList attributeList) argument
1165 attributeList.add(new javax.management.Attribute(getName(), values));
1169 attributeList.add(new javax.management.Attribute(getName(),
1177 attributeList.add(new javax.management.Attribute(getName(),
1182 attributeList.add(new javax.management.Attribute(getName(), null));
1200 attributeList
[all...]
H A DIntegerWithUnitConfigAttribute.java851 * @param attributeList The list of attributes to use to create the config
869 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
877 for (Attribute a : attributeList)
1034 * @param attributeList
1039 public void toJMXAttribute(AttributeList attributeList) argument
1042 attributeList.add(new javax.management.Attribute(getName(), activeValue));
1048 attributeList.add(new javax.management.Attribute(name, pendingValue));
H A DMultiChoiceConfigAttribute.java674 * @param attributeList The list of attributes to use to create the config
691 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
697 for (Attribute a : attributeList)
902 * @param attributeList The attribute list to which the JMX attribute(s)
905 public void toJMXAttribute(AttributeList attributeList) argument
914 attributeList.add(new javax.management.Attribute(getName(), values));
918 attributeList.add(new javax.management.Attribute(getName(),
926 attributeList.add(new javax.management.Attribute(getName(),
931 attributeList.add(new javax.management.Attribute(getName(), null));
945 attributeList
[all...]
H A DStringConfigAttribute.java604 * @param attributeList The list of attributes to use to create the config
621 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
627 for (Attribute a : attributeList)
812 * @param attributeList The attribute list to which the JMX attribute(s)
815 public void toJMXAttribute(AttributeList attributeList) argument
824 attributeList.add(new javax.management.Attribute(getName(), values));
828 attributeList.add(new javax.management.Attribute(getName(),
836 attributeList.add(new javax.management.Attribute(getName(),
841 attributeList.add(new javax.management.Attribute(getName(), null));
855 attributeList
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationBasis.java392 List<Attribute> attributeList)
396 if (attributeList == null || attributeList.isEmpty())
402 attributes.put(attributeType, attributeList);
391 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java1366 * @param attributeList The set of attributes to add for the given
1370 List<Attribute> attributeList)
1380 userAttributes.put(attributeType, attributeList);
1387 operationalAttributes.put(attributeType, attributeList);
1396 operationalAttributes.put(attributeType, attributeList);
1400 userAttributes.put(attributeType, attributeList);
1369 putAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java1366 * @param attributeList The set of attributes to add for the given
1370 List<Attribute> attributeList)
1380 userAttributes.put(attributeType, attributeList);
1387 operationalAttributes.put(attributeType, attributeList);
1396 operationalAttributes.put(attributeType, attributeList);
1400 userAttributes.put(attributeType, attributeList);
1369 putAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java1285 * @param attributeList The set of attributes to add for the given
1289 List<Attribute> attributeList)
1299 userAttributes.put(attributeType, attributeList);
1306 operationalAttributes.put(attributeType, attributeList);
1315 operationalAttributes.put(attributeType, attributeList);
1319 userAttributes.put(attributeType, attributeList);
1288 putAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java1246 * @param attributeList The set of attributes to add for the given
1250 List<Attribute> attributeList)
1260 userAttributes.put(attributeType, attributeList);
1267 operationalAttributes.put(attributeType, attributeList);
1271 putAttributes(attributeType, attributeList);
1249 putAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java1246 * @param attributeList The set of attributes to add for the given
1250 List<Attribute> attributeList)
1260 userAttributes.put(attributeType, attributeList);
1267 operationalAttributes.put(attributeType, attributeList);
1271 putAttributes(attributeType, attributeList);
1249 putAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java1101 * @param attributeList The set of attributes to add for the given
1105 List<Attribute> attributeList)
1115 userAttributes.put(attributeType, attributeList);
1122 operationalAttributes.put(attributeType, attributeList);
1126 putAttributes(attributeType, attributeList);
1104 putAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 232 milliseconds

1234