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

1234

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java46 private List<Attribute> attributeList; field in class:DefaultAttributeStatementsProviderTest
60 attributeList = new ArrayList<>();
61 attributeList.add(attribute);
62 when(mockAttributeMapper.getAttributes(mockToken, attributeMap)).thenReturn(attributeList);
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java46 private List<Attribute> attributeList; field in class:DefaultAttributeStatementsProviderTest
60 attributeList = new ArrayList<>();
61 attributeList.add(attribute);
62 when(mockAttributeMapper.getAttributes(mockToken, attributeMap)).thenReturn(attributeList);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreOperationAddOperation.java164 * @param attributeList The attribute list for the provided
168 List<Attribute> attributeList);
167 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java151 List<Attribute> attributeList =
154 attributeList, failedACIMsgs);
209 List<Attribute> attributeList = entry.getAttribute(globalAciType);
211 attributeList, failedACIMsgs);
215 List<Attribute> attributeList = entry.getAttribute(aciType);
217 attributeList, failedACIMsgs);
237 * @param attributeList List of attributes containing the ACI attribute
245 List<Attribute> attributeList,
248 if (attributeList == null) {
254 for (Attribute attribute : attributeList) {
243 addAciAttributeList(DITCacheMap<List<Aci>> aciList, DN dn, DN configDN, List<Attribute> attributeList, LinkedList<Message> failedACIMsgs) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperation.java119 * @param attributeList The attribute list for the provided attribute type.
121 void setAttribute(AttributeType attributeType, List<Attribute> attributeList); argument
H A DAddOperationWrapper.java126 List<Attribute> attributeList)
128 getOperation().setAttribute(attributeType, attributeList);
125 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java155 List<Attribute> attributeList =
158 attributeList, failedACIMsgs);
213 List<Attribute> attributeList = entry.getAttribute(globalAciType);
215 attributeList, failedACIMsgs);
219 List<Attribute> attributeList = entry.getAttribute(aciType);
221 attributeList, failedACIMsgs);
241 * @param attributeList List of attributes containing the ACI attribute
249 List<Attribute> attributeList,
252 if (attributeList == null) {
258 for (Attribute attribute : attributeList) {
247 addAciAttributeList(DITCacheMap<List<Aci>> aciList, DN dn, DN configDN, List<Attribute> attributeList, LinkedList<Message> failedACIMsgs) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreOperationAddOperation.java163 * @param attributeList The attribute list for the provided
167 List<Attribute> attributeList);
166 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java156 List<Attribute> attributeList =
159 attributeList, failedACIMsgs);
214 List<Attribute> attributeList = entry.getAttribute(globalAciType);
216 attributeList, failedACIMsgs);
220 List<Attribute> attributeList = entry.getAttribute(aciType);
222 attributeList, failedACIMsgs);
242 * @param attributeList List of attributes containing the ACI attribute
250 List<Attribute> attributeList,
253 if (attributeList == null) {
259 for (Attribute attribute : attributeList) {
248 addAciAttributeList(DITCacheMap<List<Aci>> aciList, DN dn, DN configDN, List<Attribute> attributeList, LinkedList<Message> failedACIMsgs) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPreOperationAddOperation.java164 * @param attributeList The attribute list for the provided
168 List<Attribute> attributeList);
167 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPreOperationAddOperation.java164 * @param attributeList The attribute list for the provided
168 List<Attribute> attributeList);
167 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java151 List<Attribute> attributeList =
154 attributeList, failedACIMsgs);
209 List<Attribute> attributeList = entry.getAttribute(globalAciType);
211 attributeList, failedACIMsgs);
215 List<Attribute> attributeList = entry.getAttribute(aciType);
217 attributeList, failedACIMsgs);
237 * @param attributeList List of attributes containing the ACI attribute
245 List<Attribute> attributeList,
248 if (attributeList == null) {
254 for (Attribute attribute : attributeList) {
243 addAciAttributeList(DITCacheMap<List<Aci>> aciList, DN dn, DN configDN, List<Attribute> attributeList, LinkedList<Message> failedACIMsgs) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperation.java119 * @param attributeList The attribute list for the provided attribute type.
121 void setAttribute(AttributeType attributeType, List<Attribute> attributeList); argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPreOperationAddOperation.java163 * @param attributeList The attribute list for the provided
167 List<Attribute> attributeList);
166 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java155 List<Attribute> attributeList =
158 attributeList, failedACIMsgs);
213 List<Attribute> attributeList = entry.getAttribute(globalAciType);
215 attributeList, failedACIMsgs);
219 List<Attribute> attributeList = entry.getAttribute(aciType);
221 attributeList, failedACIMsgs);
241 * @param attributeList List of attributes containing the ACI attribute
249 List<Attribute> attributeList,
252 if (attributeList == null) {
258 for (Attribute attribute : attributeList) {
247 addAciAttributeList(DITCacheMap<List<Aci>> aciList, DN dn, DN configDN, List<Attribute> attributeList, LinkedList<Message> failedACIMsgs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperation.java120 * @param attributeList The attribute list for the provided attribute type.
122 void setAttribute(AttributeType attributeType, List<Attribute> attributeList); argument
H A DAddOperationWrapper.java127 List<Attribute> attributeList)
129 getOperation().setAttribute(attributeType, attributeList);
126 setAttribute(AttributeType attributeType, List<Attribute> attributeList) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPreOperationAddOperation.java163 * @param attributeList The attribute list for the provided
166 void setAttribute(AttributeType attributeType, List<Attribute> attributeList); argument
/forgerock/opendj-b2.6/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/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/opendj-b2.6/src/server/org/opends/server/config/
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));
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/config/
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));

Completed in 155 milliseconds

1234