/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/ |
H A D | AddMsg.java | 93 * @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/workflowelement/localbackend/ |
H A D | LocalBackendAddOperation.java | 117 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/replication/protocol/ |
H A D | AddMsg.java | 93 * @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/workflowelement/localbackend/ |
H A D | LocalBackendAddOperation.java | 117 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/replication/protocol/ |
H A D | AddMsg.java | 93 * @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/workflowelement/localbackend/ |
H A D | LocalBackendAddOperation.java | 117 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/opendj-b2.6/src/server/org/opends/server/core/ |
H A D | AddOperationBasis.java | 101 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/core/ |
H A D | AddOperationBasis.java | 92 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/src/server/org/opends/server/replication/protocol/ |
H A D | AddMsg.java | 89 * @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/src/server/org/opends/server/workflowelement/localbackend/ |
H A D | LocalBackendAddOperation.java | 92 private Map<AttributeType, List<Attribute>> userAttributes; field in class:LocalBackendAddOperation 268 userAttributes = getUserAttributes(); 272 || userAttributes == null 288 if (checkHasReadOnlyAttributes(userAttributes) 346 entry = new Entry(entryDN, objectClasses, userAttributes, 660 addRDNAttributesIfNecessary(userAttributes, t, v, n); 983 checkAttributes(invalidReason, userAttributes); 989 for (AttributeType at : userAttributes.keySet())
|
/forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
H A D | AddOperationBasis.java | 101 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 D | AddOperationBasis.java | 101 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-hg/src/server/org/opends/server/core/ |
H A D | AddOperationBasis.java | 92 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/replication/protocol/ |
H A D | AddMsg.java | 89 * @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/workflowelement/localbackend/ |
H A D | LocalBackendAddOperation.java | 92 private Map<AttributeType, List<Attribute>> userAttributes; field in class:LocalBackendAddOperation 268 userAttributes = getUserAttributes(); 272 || userAttributes == null 288 if (checkHasReadOnlyAttributes(userAttributes) 346 entry = new Entry(entryDN, objectClasses, userAttributes, 660 addRDNAttributesIfNecessary(userAttributes, t, v, n); 983 checkAttributes(invalidReason, userAttributes); 989 for (AttributeType at : userAttributes.keySet())
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/ |
H A D | AddOperationBasis.java | 82 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-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ |
H A D | AddMsg.java | 90 * @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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/ |
H A D | LocalBackendAddOperation.java | 120 private Map<AttributeType, List<Attribute>> userAttributes; field in class:LocalBackendAddOperation 285 userAttributes = getUserAttributes(); 289 || userAttributes == null 305 if (checkHasReadOnlyAttributes(userAttributes) 361 entry = new Entry(entryDN, objectClasses, userAttributes, 602 addRDNAttributesIfNecessary(userAttributes, t, v, n); 893 checkAttributes(invalidReason, userAttributes); 899 for (AttributeType at : userAttributes.keySet())
|
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/ |
H A D | InternalClientConnection.java | 786 * @param userAttributes The set of user attributes for the 797 userAttributes, 801 return processAdd(entryDN, objectClasses, userAttributes, 815 * @param userAttributes The set of user attributes for the 828 userAttributes, 836 objectClasses, userAttributes, 794 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument 825 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/ |
H A D | JmxClientConnection.java | 454 * @param userAttributes The set of user attributes for the 465 userAttributes, 473 objectClasses, userAttributes, 462 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
|
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalClientConnection.java | 774 * @param userAttributes The set of user attributes for the 785 userAttributes, 789 return processAdd(entryDN, objectClasses, userAttributes, 803 * @param userAttributes The set of user attributes for the 816 userAttributes, 824 objectClasses, userAttributes, 782 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument 813 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
|
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/ |
H A D | JmxClientConnection.java | 449 * @param userAttributes The set of user attributes for the 460 userAttributes, 468 objectClasses, userAttributes, 457 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalClientConnection.java | 786 * @param userAttributes The set of user attributes for the 797 userAttributes, 801 return processAdd(entryDN, objectClasses, userAttributes, 815 * @param userAttributes The set of user attributes for the 828 userAttributes, 836 objectClasses, userAttributes, 794 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument 825 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/ |
H A D | JmxClientConnection.java | 450 * @param userAttributes The set of user attributes for the 461 userAttributes, 469 objectClasses, userAttributes, 458 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/ |
H A D | InternalClientConnection.java | 786 * @param userAttributes The set of user attributes for the 797 userAttributes, 801 return processAdd(entryDN, objectClasses, userAttributes, 815 * @param userAttributes The set of user attributes for the 828 userAttributes, 836 objectClasses, userAttributes, 794 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument 825 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
|