Searched defs:encodeAttributes (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java80 this.encodedAttributes = encodeAttributes(op.getObjectClasses(),
110 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
140 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
322 private byte[] encodeAttributes( method in class:AddMsg
376 private byte[] encodeAttributes( method in class:AddMsg
H A DLDAPUpdateMsg.java413 static private byte[] encodeAttributes(Collection<Attribute> attributes) method in class:LDAPUpdateMsg
592 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java80 this.encodedAttributes = encodeAttributes(op.getObjectClasses(),
110 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
140 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
322 private byte[] encodeAttributes( method in class:AddMsg
376 private byte[] encodeAttributes( method in class:AddMsg
H A DLDAPUpdateMsg.java413 static private byte[] encodeAttributes(Collection<Attribute> attributes) method in class:LDAPUpdateMsg
592 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java80 this.encodedAttributes = encodeAttributes(op.getObjectClasses(),
110 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
140 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
322 private byte[] encodeAttributes( method in class:AddMsg
376 private byte[] encodeAttributes( method in class:AddMsg
H A DLDAPUpdateMsg.java413 static private byte[] encodeAttributes(Collection<Attribute> attributes) method in class:LDAPUpdateMsg
592 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java76 this.encodedAttributes = encodeAttributes(op.getObjectClasses(),
106 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
136 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
221 private byte[] encodeAttributes( method in class:AddMsg
243 encodeAttributes(userAttributes, writer);
244 encodeAttributes(operationalAttributes, writer);
255 private void encodeAttributes(Map<AttributeType, List<Attribute>> attributes, method in class:AddMsg
270 private byte[] encodeAttributes( method in class:AddMsg
H A DLDAPUpdateMsg.java303 private static byte[] encodeAttributes(Collection<Attribute> attributes) method in class:LDAPUpdateMsg
406 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java76 this.encodedAttributes = encodeAttributes(op.getObjectClasses(),
106 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
136 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
221 private byte[] encodeAttributes( method in class:AddMsg
243 encodeAttributes(userAttributes, writer);
244 encodeAttributes(operationalAttributes, writer);
255 private void encodeAttributes(Map<AttributeType, List<Attribute>> attributes, method in class:AddMsg
270 private byte[] encodeAttributes( method in class:AddMsg
H A DLDAPUpdateMsg.java303 private static byte[] encodeAttributes(Collection<Attribute> attributes) method in class:LDAPUpdateMsg
406 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DAddMsg.java77 this.encodedAttributes = encodeAttributes(op.getObjectClasses(),
107 this.encodedAttributes = encodeAttributes(objectClasses, userAttributes,
137 this.encodedAttributes = encodeAttributes(objectClass, userAttributes,
222 private byte[] encodeAttributes( method in class:AddMsg
239 encodeAttributes(userAttributes, writer);
240 encodeAttributes(operationalAttributes, writer);
251 private void encodeAttributes(Map<AttributeType, List<Attribute>> attributes, method in class:AddMsg
266 private byte[] encodeAttributes( method in class:AddMsg
H A DLDAPUpdateMsg.java307 private static byte[] encodeAttributes(Collection<Attribute> attributes) method in class:LDAPUpdateMsg
410 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java4055 encodeAttributes(buffer, userAttributes, config);
4060 encodeAttributes(buffer, operationalAttributes, config);
4074 private void encodeAttributes(ByteStringBuilder buffer, method in class:Entry
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java4055 encodeAttributes(buffer, userAttributes, config);
4060 encodeAttributes(buffer, operationalAttributes, config);
4074 private void encodeAttributes(ByteStringBuilder buffer, method in class:Entry
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java3961 encodeAttributes(buffer, userAttributes, config);
3966 encodeAttributes(buffer, operationalAttributes, config);
3980 private static void encodeAttributes(ByteStringBuilder buffer, method in class:Entry
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java3604 encodeAttributes(buffer, userAttributes, config);
3609 encodeAttributes(buffer, operationalAttributes, config);
3623 private void encodeAttributes(ByteStringBuilder buffer, method in class:Entry
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java3604 encodeAttributes(buffer, userAttributes, config);
3609 encodeAttributes(buffer, operationalAttributes, config);
3623 private void encodeAttributes(ByteStringBuilder buffer, method in class:Entry
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java3349 encodeAttributes(buffer, userAttributes, config);
3354 encodeAttributes(buffer, operationalAttributes, config);
3368 private void encodeAttributes(ByteStringBuilder buffer, method in class:Entry

Completed in 103 milliseconds