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

1234

/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DReadOnlyConfigAttribute.java436 * @param attributeList The list of attributes to use to create the config
453 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
518 * @param attributeList The attribute list to which the JMX attribute(s)
521 public void toJMXAttribute(AttributeList attributeList) argument
524 attributeList.add(jmxAttr);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperation.java119 * @param attributeList The attribute list for the provided attribute type.
122 List<Attribute> attributeList);
121 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
H A DAddOperationWrapper.java159 List<Attribute> attributeList)
161 getOperation().setAttribute(attributeType, attributeList);
158 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DReadOnlyConfigAttribute.java436 * @param attributeList The list of attributes to use to create the config
453 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
518 * @param attributeList The attribute list to which the JMX attribute(s)
521 public void toJMXAttribute(AttributeList attributeList) argument
524 attributeList.add(jmxAttr);
H A DBooleanConfigAttribute.java419 * @param attributeList The list of attributes to use to create the config
436 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
444 for (Attribute a : attributeList)
625 * @param attributeList The attribute list to which the JMX attribute(s)
628 public void toJMXAttribute(AttributeList attributeList) argument
630 attributeList.add(new javax.management.Attribute(getName(), activeValue));
635 attributeList.add(new javax.management.Attribute(name, pendingValue));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperation.java119 * @param attributeList The attribute list for the provided attribute type.
122 List<Attribute> attributeList);
121 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
H A DAddOperationWrapper.java159 List<Attribute> attributeList)
161 getOperation().setAttribute(attributeType, attributeList);
158 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DBooleanConfigAttribute.java418 * @param attributeList The list of attributes to use to create the config
435 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
443 for (Attribute a : attributeList)
624 * @param attributeList The attribute list to which the JMX attribute(s)
627 public void toJMXAttribute(AttributeList attributeList) argument
629 attributeList.add(new javax.management.Attribute(getName(), activeValue));
634 attributeList.add(new javax.management.Attribute(name, pendingValue));
H A DReadOnlyConfigAttribute.java435 * @param attributeList The list of attributes to use to create the config
452 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
517 * @param attributeList The attribute list to which the JMX attribute(s)
520 public void toJMXAttribute(AttributeList attributeList) argument
523 attributeList.add(jmxAttr);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperationWrapper.java126 List<Attribute> attributeList)
128 getOperation().setAttribute(attributeType, attributeList);
125 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciList.java153 List<Attribute> attributeList =
156 attributeList, failedACIMsgs);
211 List<Attribute> attributeList = entry.getAttribute(globalAciType);
213 attributeList, failedACIMsgs);
217 List<Attribute> attributeList = entry.getAttribute(aciType);
219 attributeList, failedACIMsgs);
239 * @param attributeList List of attributes containing the ACI attribute
247 List<Attribute> attributeList,
250 if (attributeList == null) {
256 for (Attribute attribute : attributeList) {
245 addAciAttributeList(DITCacheMap<List<Aci>> aciList, DN dn, DN configDN, List<Attribute> attributeList, List<LocalizableMessage> failedACIMsgs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DBooleanConfigAttribute.java380 * @param attributeList The list of attributes to use to create the config
397 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
405 for (Attribute a : attributeList)
559 * @param attributeList The attribute list to which the JMX attribute(s)
562 public void toJMXAttribute(AttributeList attributeList) argument
564 attributeList.add(new javax.management.Attribute(getName(), activeValue));
569 attributeList.add(new javax.management.Attribute(name, pendingValue));
H A DReadOnlyConfigAttribute.java362 * @param attributeList The list of attributes to use to create the config
379 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
440 * @param attributeList The attribute list to which the JMX attribute(s)
443 public void toJMXAttribute(AttributeList attributeList) argument
445 attributeList.add(toJMXAttribute());
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAddOperationBasis.java490 List<Attribute> attributeList)
494 if ((attributeList == null) || (attributeList.isEmpty()))
500 operationalAttributes.put(attributeType, attributeList);
505 if ((attributeList == null) || (attributeList.isEmpty()))
511 userAttributes.put(attributeType, attributeList);
489 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigAttribute.java829 * @param attributeList The list of attributes to use to create the config
847 attributeList)
880 * @param attributeList The attribute list to which the JMX attribute(s)
883 public abstract void toJMXAttribute(AttributeList attributeList); argument
846 getConfigAttribute(List<Attribute> attributeList) argument
H A DDNConfigAttribute.java769 * @param attributeList The list of attributes to use to create the config
786 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
792 for (Attribute a : attributeList)
1031 * @param attributeList The attribute list to which the JMX attribute(s)
1034 public void toJMXAttribute(AttributeList attributeList) argument
1046 attributeList.add(new javax.management.Attribute(getName(), values));
1050 attributeList.add(new javax.management.Attribute(getName(),
1058 attributeList.add(new javax.management.Attribute(getName(),
1063 attributeList.add(new javax.management.Attribute(getName(), null));
1081 attributeList
[all...]
H A DIntegerConfigAttribute.java1030 * @param attributeList The list of attributes to use to create the config
1047 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
1053 for (Attribute a : attributeList)
1320 * @param attributeList The attribute list to which the JMX attribute(s)
1323 public void toJMXAttribute(AttributeList attributeList) argument
1335 attributeList.add(new javax.management.Attribute(getName(), values));
1339 attributeList.add(new javax.management.Attribute(getName(),
1347 attributeList.add(new javax.management.Attribute(getName(),
1352 attributeList.add(new javax.management.Attribute(getName(), null));
1370 attributeList
[all...]
H A DIntegerWithUnitConfigAttribute.java904 * @param attributeList The list of attributes to use to create the config
921 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
929 for (Attribute a : attributeList)
1158 * @param attributeList
1162 public void toJMXAttribute(AttributeList attributeList) argument
1165 attributeList.add(new javax.management.Attribute(getName(), activeValue));
1172 attributeList.add(new javax.management.Attribute(name, pendingValue));
H A DMultiChoiceConfigAttribute.java792 * @param attributeList The list of attributes to use to create the config
809 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
815 for (Attribute a : attributeList)
1037 * @param attributeList The attribute list to which the JMX attribute(s)
1040 public void toJMXAttribute(AttributeList attributeList) argument
1049 attributeList.add(new javax.management.Attribute(getName(), values));
1053 attributeList.add(new javax.management.Attribute(getName(),
1061 attributeList.add(new javax.management.Attribute(getName(),
1066 attributeList.add(new javax.management.Attribute(getName(), null));
1081 attributeList
[all...]
H A DStringConfigAttribute.java706 * @param attributeList The list of attributes to use to create the config
723 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
729 for (Attribute a : attributeList)
932 * @param attributeList The attribute list to which the JMX attribute(s)
935 public void toJMXAttribute(AttributeList attributeList) argument
944 attributeList.add(new javax.management.Attribute(getName(), values));
948 attributeList.add(new javax.management.Attribute(getName(),
956 attributeList.add(new javax.management.Attribute(getName(),
961 attributeList.add(new javax.management.Attribute(getName(), null));
976 attributeList
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperationBasis.java446 List<Attribute> attributeList)
450 if (attributeList == null || attributeList.isEmpty())
456 attributes.put(attributeType, attributeList);
445 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigAttribute.java830 * @param attributeList The list of attributes to use to create the config
848 attributeList)
881 * @param attributeList The attribute list to which the JMX attribute(s)
884 public abstract void toJMXAttribute(AttributeList attributeList); argument
847 getConfigAttribute(List<Attribute> attributeList) argument
H A DDNConfigAttribute.java770 * @param attributeList The list of attributes to use to create the config
787 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
793 for (Attribute a : attributeList)
1032 * @param attributeList The attribute list to which the JMX attribute(s)
1035 public void toJMXAttribute(AttributeList attributeList) argument
1047 attributeList.add(new javax.management.Attribute(getName(), values));
1051 attributeList.add(new javax.management.Attribute(getName(),
1059 attributeList.add(new javax.management.Attribute(getName(),
1064 attributeList.add(new javax.management.Attribute(getName(), null));
1082 attributeList
[all...]
H A DIntegerConfigAttribute.java1031 * @param attributeList The list of attributes to use to create the config
1048 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
1054 for (Attribute a : attributeList)
1321 * @param attributeList The attribute list to which the JMX attribute(s)
1324 public void toJMXAttribute(AttributeList attributeList) argument
1336 attributeList.add(new javax.management.Attribute(getName(), values));
1340 attributeList.add(new javax.management.Attribute(getName(),
1348 attributeList.add(new javax.management.Attribute(getName(),
1353 attributeList.add(new javax.management.Attribute(getName(), null));
1371 attributeList
[all...]
H A DIntegerWithUnitConfigAttribute.java905 * @param attributeList The list of attributes to use to create the config
922 public ConfigAttribute getConfigAttribute(List<Attribute> attributeList) argument
930 for (Attribute a : attributeList)
1159 * @param attributeList
1163 public void toJMXAttribute(AttributeList attributeList) argument
1166 attributeList.add(new javax.management.Attribute(getName(), activeValue));
1173 attributeList.add(new javax.management.Attribute(name, pendingValue));

Completed in 167 milliseconds

1234