Searched refs:userAttributes (Results 1 - 25 of 108) sorted by relevance

12345

/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperationBasis.java92 private Map<AttributeType,List<Attribute>> userAttributes; field in class:AddOperationBasis
128 userAttributes = null;
147 * @param userAttributes The set of user attributes for the entry.
154 Map<AttributeType,List<Attribute>> userAttributes,
162 this.userAttributes = userAttributes;
178 for (List<Attribute> attrList : userAttributes.values())
255 userAttributes = null;
266 userAttributes = null;
298 if (userAttributes
151 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperationBasis.java92 private Map<AttributeType,List<Attribute>> userAttributes; field in class:AddOperationBasis
128 userAttributes = null;
147 * @param userAttributes The set of user attributes for the entry.
154 Map<AttributeType,List<Attribute>> userAttributes,
162 this.userAttributes = userAttributes;
178 for (List<Attribute> attrList : userAttributes.values())
255 userAttributes = null;
266 userAttributes = null;
298 if (userAttributes
151 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationBasis.java82 private Map<AttributeType,List<Attribute>> userAttributes; field in class:AddOperationBasis
115 userAttributes = null;
133 * @param userAttributes The set of user attributes for the entry.
140 Map<AttributeType,List<Attribute>> userAttributes,
148 this.userAttributes = userAttributes;
156 addAll(rawAttributes, userAttributes);
215 userAttributes = null;
225 userAttributes = null;
253 if (userAttributes
137 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAddOperationBasis.java101 private Map<AttributeType,List<Attribute>> userAttributes; field in class:AddOperationBasis
139 userAttributes = null;
159 * @param userAttributes The set of user attributes for the entry.
166 Map<AttributeType,List<Attribute>> userAttributes,
174 this.userAttributes = userAttributes;
190 for (List<Attribute> attrList : userAttributes.values())
277 userAttributes = null;
290 userAttributes = null;
334 if (userAttributes
163 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperationBasis.java101 private Map<AttributeType,List<Attribute>> userAttributes; field in class:AddOperationBasis
139 userAttributes = null;
159 * @param userAttributes The set of user attributes for the entry.
166 Map<AttributeType,List<Attribute>> userAttributes,
174 this.userAttributes = userAttributes;
190 for (List<Attribute> attrList : userAttributes.values())
277 userAttributes = null;
290 userAttributes = null;
334 if (userAttributes
163 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperationBasis.java101 private Map<AttributeType,List<Attribute>> userAttributes; field in class:AddOperationBasis
139 userAttributes = null;
159 * @param userAttributes The set of user attributes for the entry.
166 Map<AttributeType,List<Attribute>> userAttributes,
174 this.userAttributes = userAttributes;
190 for (List<Attribute> attrList : userAttributes.values())
277 userAttributes = null;
290 userAttributes = null;
334 if (userAttributes
163 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java89 * @param userAttributes user attributes of the added entry.
97 Map<AttributeType,List<Attribute>> userAttributes,
106 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
119 * @param userAttributes user attributes of the added entry.
127 Collection<Attribute> userAttributes,
136 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
223 Map<AttributeType, List<Attribute>> userAttributes,
243 encodeAttributes(userAttributes, writer);
272 Collection<Attribute> userAttributes,
281 for (Attribute a : userAttributes)
92 AddMsg(CSN csn, DN dn, String entryUUID, String parentEntryUUID, Map<ObjectClass, String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
122 AddMsg(CSN csn, DN dn, String uniqueId, String parentId, Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
221 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
270 encodeAttributes( Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java89 * @param userAttributes user attributes of the added entry.
97 Map<AttributeType,List<Attribute>> userAttributes,
106 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
119 * @param userAttributes user attributes of the added entry.
127 Collection<Attribute> userAttributes,
136 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
223 Map<AttributeType, List<Attribute>> userAttributes,
243 encodeAttributes(userAttributes, writer);
272 Collection<Attribute> userAttributes,
281 for (Attribute a : userAttributes)
92 AddMsg(CSN csn, DN dn, String entryUUID, String parentEntryUUID, Map<ObjectClass, String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
122 AddMsg(CSN csn, DN dn, String uniqueId, String parentId, Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
221 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
270 encodeAttributes( Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DAddMsg.java90 * @param userAttributes user attributes of the added entry.
98 Map<AttributeType,List<Attribute>> userAttributes,
107 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
120 * @param userAttributes user attributes of the added entry.
128 Collection<Attribute> userAttributes,
137 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
224 Map<AttributeType, List<Attribute>> userAttributes,
239 encodeAttributes(userAttributes, writer);
268 Collection<Attribute> userAttributes,
277 for (Attribute a : userAttributes)
93 AddMsg(CSN csn, DN dn, String entryUUID, String parentEntryUUID, Map<ObjectClass, String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
123 AddMsg(CSN csn, DN dn, String uniqueId, String parentId, Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
222 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
266 encodeAttributes( Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java93 private Map<AttributeType,List<Attribute>> userAttributes; field in class:Entry
130 * @param userAttributes The set of user attributes for
140 Map<AttributeType,List<Attribute>> userAttributes,
148 this.userAttributes = newMapIfNull(userAttributes);
367 int size = userAttributes.size() + operationalAttributes.size();
370 for (List<Attribute> attrs : userAttributes.values())
391 return userAttributes;
598 return userAttributes;
679 addAllIfNotNull(attributes, userAttributes
139 Entry(DN dn, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java93 private Map<AttributeType,List<Attribute>> userAttributes; field in class:Entry
130 * @param userAttributes The set of user attributes for
140 Map<AttributeType,List<Attribute>> userAttributes,
148 this.userAttributes = newMapIfNull(userAttributes);
367 int size = userAttributes.size() + operationalAttributes.size();
370 for (List<Attribute> attrs : userAttributes.values())
391 return userAttributes;
598 return userAttributes;
679 addAllIfNotNull(attributes, userAttributes
139 Entry(DN dn, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java97 private Map<AttributeType,List<Attribute>> userAttributes; field in class:Entry
133 * @param userAttributes The set of user attributes for
143 Map<AttributeType,List<Attribute>> userAttributes,
151 this.userAttributes = newMapIfNull(userAttributes);
311 int size = userAttributes.size() + operationalAttributes.size();
314 for (List<Attribute> attrs : userAttributes.values())
335 return userAttributes;
528 return userAttributes;
609 addAllIfNotNull(attributes, userAttributes
142 Entry(DN dn, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java93 * @param userAttributes user attributes of the added entry.
101 Map<AttributeType,List<Attribute>> userAttributes,
110 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
123 * @param userAttributes user attributes of the added entry.
131 Collection<Attribute> userAttributes,
140 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
324 Map<AttributeType, List<Attribute>> userAttributes,
346 for (List<Attribute> list : userAttributes.values())
378 Collection<Attribute> userAttributes,
387 for (Attribute a : userAttributes)
96 AddMsg(ChangeNumber cn, String dn, String entryUUID, String parentEntryUUID, Map<ObjectClass, String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
126 AddMsg(ChangeNumber cn, String dn, String uniqueId, String parentId, Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
322 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
376 encodeAttributes( Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java93 * @param userAttributes user attributes of the added entry.
101 Map<AttributeType,List<Attribute>> userAttributes,
110 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
123 * @param userAttributes user attributes of the added entry.
131 Collection<Attribute> userAttributes,
140 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
324 Map<AttributeType, List<Attribute>> userAttributes,
346 for (List<Attribute> list : userAttributes.values())
378 Collection<Attribute> userAttributes,
387 for (Attribute a : userAttributes)
96 AddMsg(ChangeNumber cn, String dn, String entryUUID, String parentEntryUUID, Map<ObjectClass, String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
126 AddMsg(ChangeNumber cn, String dn, String uniqueId, String parentId, Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
322 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
376 encodeAttributes( Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java93 * @param userAttributes user attributes of the added entry.
101 Map<AttributeType,List<Attribute>> userAttributes,
110 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
123 * @param userAttributes user attributes of the added entry.
131 Collection<Attribute> userAttributes,
140 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
324 Map<AttributeType, List<Attribute>> userAttributes,
346 for (List<Attribute> list : userAttributes.values())
378 Collection<Attribute> userAttributes,
387 for (Attribute a : userAttributes)
96 AddMsg(ChangeNumber cn, String dn, String entryUUID, String parentEntryUUID, Map<ObjectClass, String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
126 AddMsg(ChangeNumber cn, String dn, String uniqueId, String parentId, Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
322 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
376 encodeAttributes( Attribute objectClass, Collection<Attribute> userAttributes, Collection<Attribute> operationalAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java93 private Map<AttributeType,List<Attribute>> userAttributes; field in class:Entry
128 * @param userAttributes The set of user attributes for
138 Map<AttributeType,List<Attribute>> userAttributes,
163 if (userAttributes == null)
165 this.userAttributes =
170 this.userAttributes = userAttributes;
385 int size = userAttributes.size() + operationalAttributes.size();
388 for (List<Attribute> list : userAttributes.values())
419 return userAttributes;
137 Entry(DN dn, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java93 private Map<AttributeType,List<Attribute>> userAttributes; field in class:Entry
128 * @param userAttributes The set of user attributes for
138 Map<AttributeType,List<Attribute>> userAttributes,
163 if (userAttributes == null)
165 this.userAttributes =
170 this.userAttributes = userAttributes;
385 int size = userAttributes.size() + operationalAttributes.size();
388 for (List<Attribute> list : userAttributes.values())
419 return userAttributes;
137 Entry(DN dn, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java93 private Map<AttributeType,List<Attribute>> userAttributes; field in class:Entry
128 * @param userAttributes The set of user attributes for
138 Map<AttributeType,List<Attribute>> userAttributes,
163 if (userAttributes == null)
165 this.userAttributes =
170 this.userAttributes = userAttributes;
385 int size = userAttributes.size() + operationalAttributes.size();
388 for (List<Attribute> list : userAttributes.values())
419 return userAttributes;
137 Entry(DN dn, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAttributeTaskHandler.java84 Map userAttributes = getUserAttributes(ctx, getAttributeQueryMap());
87 helper = getHttpServletRequestHelper(userAttributes);
91 addAttributesAsCookies(ctx, userAttributes);
103 addAttributesToRequest(request, userAttributes);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateEntry.java278 LinkedHashMap<AttributeType,List<Attribute>> userAttributes = new LinkedHashMap<>();
332 userAttributes.put(t, builder.toAttributeList());
378 for (AttributeType attrType : userAttributes.keySet())
382 for (Attribute a : userAttributes.get(attrType))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java292 Map<AttributeType,List<org.opends.server.types.Attribute>> userAttributes = new HashMap<>();
346 userAttributes.put(attrType, attrList);
351 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java117 protected Map<AttributeType,List<Attribute>> userAttributes; field in class:LocalBackendAddOperation
272 userAttributes = getUserAttributes();
275 if ((objectClasses == null ) || (userAttributes == null) ||
281 for (AttributeType at : userAttributes.keySet())
425 entry = new Entry(entryDN, objectClasses, userAttributes,
899 List<Attribute> attrList = userAttributes.get(t);
907 userAttributes.put(t, attrList);
1228 for (List<Attribute> attrList : userAttributes.values())
1317 for (List<Attribute> attrList : userAttributes.values())
1392 for (AttributeType at : userAttributes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java117 protected Map<AttributeType,List<Attribute>> userAttributes; field in class:LocalBackendAddOperation
272 userAttributes = getUserAttributes();
275 if ((objectClasses == null ) || (userAttributes == null) ||
281 for (AttributeType at : userAttributes.keySet())
425 entry = new Entry(entryDN, objectClasses, userAttributes,
857 List<Attribute> attrList = userAttributes.get(t);
865 userAttributes.put(t, attrList);
1186 for (List<Attribute> attrList : userAttributes.values())
1275 for (List<Attribute> attrList : userAttributes.values())
1350 for (AttributeType at : userAttributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java117 protected Map<AttributeType,List<Attribute>> userAttributes; field in class:LocalBackendAddOperation
272 userAttributes = getUserAttributes();
275 if ((objectClasses == null ) || (userAttributes == null) ||
281 for (AttributeType at : userAttributes.keySet())
425 entry = new Entry(entryDN, objectClasses, userAttributes,
899 List<Attribute> attrList = userAttributes.get(t);
907 userAttributes.put(t, attrList);
1228 for (List<Attribute> attrList : userAttributes.values())
1317 for (List<Attribute> attrList : userAttributes.values())
1392 for (AttributeType at : userAttributes
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js145 self.userAttributes = _.where(self.model.attributes.resourceAttributes, { type: "User" });
147 self.staticAttributes, self.userAttributes);
178 SubjectResponseAttributesView.render([self.userAttributes, self.allUserAttributes]);

Completed in 123 milliseconds

12345