Searched defs:rawAttributes (Results 26 - 47 of 47) sorted by relevance

12

/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperation.java95 * @param rawAttributes The set of raw attributes for this add operation.
97 public abstract void setRawAttributes(List<RawAttribute> rawAttributes); argument
H A DAddOperationWrapper.java177 public void setRawAttributes(List<RawAttribute> rawAttributes) argument
179 getOperation().setRawAttributes(rawAttributes);
H A DAddOperationBasis.java95 private List<RawAttribute> rawAttributes; field in class:AddOperationBasis
122 * @param rawAttributes The raw set of attributes from the client
128 ByteString rawEntryDN, List<RawAttribute> rawAttributes)
134 this.rawAttributes = rawAttributes;
179 rawAttributes = new ArrayList<RawAttribute>();
188 rawAttributes.add(ocAttr);
194 rawAttributes.add(new LDAPAttribute(a));
202 rawAttributes.add(new LDAPAttribute(a));
265 return rawAttributes;
126 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
285 setRawAttributes(List<RawAttribute> rawAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperation.java95 * @param rawAttributes The set of raw attributes for this add operation.
97 public abstract void setRawAttributes(List<RawAttribute> rawAttributes); argument
H A DAddOperationWrapper.java177 public void setRawAttributes(List<RawAttribute> rawAttributes) argument
179 getOperation().setRawAttributes(rawAttributes);
H A DAddOperationBasis.java95 private List<RawAttribute> rawAttributes; field in class:AddOperationBasis
122 * @param rawAttributes The raw set of attributes from the client
128 ByteString rawEntryDN, List<RawAttribute> rawAttributes)
134 this.rawAttributes = rawAttributes;
179 rawAttributes = new ArrayList<RawAttribute>();
188 rawAttributes.add(ocAttr);
194 rawAttributes.add(new LDAPAttribute(a));
202 rawAttributes.add(new LDAPAttribute(a));
265 return rawAttributes;
126 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
285 setRawAttributes(List<RawAttribute> rawAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperationWrapper.java133 public void setRawAttributes(List<RawAttribute> rawAttributes) argument
135 getOperation().setRawAttributes(rawAttributes);
H A DAddOperationBasis.java86 private List<RawAttribute> rawAttributes; field in class:AddOperationBasis
111 * @param rawAttributes The raw set of attributes from the client
117 ByteString rawEntryDN, List<RawAttribute> rawAttributes)
123 this.rawAttributes = rawAttributes;
167 rawAttributes = new ArrayList<RawAttribute>();
176 rawAttributes.add(ocAttr);
182 rawAttributes.add(new LDAPAttribute(a));
190 rawAttributes.add(new LDAPAttribute(a));
245 return rawAttributes;
115 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
261 setRawAttributes(List<RawAttribute> rawAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAddOperationBasis.java95 private List<RawAttribute> rawAttributes; field in class:AddOperationBasis
122 * @param rawAttributes The raw set of attributes from the client
128 ByteString rawEntryDN, List<RawAttribute> rawAttributes)
134 this.rawAttributes = rawAttributes;
179 rawAttributes = new ArrayList<RawAttribute>();
188 rawAttributes.add(ocAttr);
194 rawAttributes.add(new LDAPAttribute(a));
202 rawAttributes.add(new LDAPAttribute(a));
265 return rawAttributes;
126 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
285 setRawAttributes(List<RawAttribute> rawAttributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperationBasis.java86 private List<RawAttribute> rawAttributes; field in class:AddOperationBasis
111 * @param rawAttributes The raw set of attributes from the client
117 ByteString rawEntryDN, List<RawAttribute> rawAttributes)
123 this.rawAttributes = rawAttributes;
167 rawAttributes = new ArrayList<RawAttribute>();
176 rawAttributes.add(ocAttr);
182 rawAttributes.add(new LDAPAttribute(a));
190 rawAttributes.add(new LDAPAttribute(a));
245 return rawAttributes;
115 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
261 setRawAttributes(List<RawAttribute> rawAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationBasis.java78 private List<RawAttribute> rawAttributes; field in class:AddOperationBasis
100 * @param rawAttributes The raw set of attributes from the client
106 ByteString rawEntryDN, List<RawAttribute> rawAttributes)
112 this.rawAttributes = rawAttributes;
154 rawAttributes = new ArrayList<>();
155 rawAttributes.add(new LDAPAttribute(ATTR_OBJECTCLASS, values));
156 addAll(rawAttributes, userAttributes);
157 addAll(rawAttributes, operationalAttributes);
160 private void addAll(List<RawAttribute> rawAttributes, Ma argument
104 AddOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
220 setRawAttributes(List<RawAttribute> rawAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java715 * @param rawAttributes The set of attributes to include in the
722 List<RawAttribute> rawAttributes)
724 return processAdd(ByteString.valueOf(rawEntryDN), rawAttributes,
735 * @param rawAttributes The set of attributes to include in the
742 List<RawAttribute> rawAttributes)
744 return processAdd(rawEntryDN, rawAttributes, null);
754 * @param rawAttributes The set of attributes to include in the
763 List<RawAttribute> rawAttributes,
769 rawAttributes);
721 processAdd(String rawEntryDN, List<RawAttribute> rawAttributes) argument
741 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
762 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes, List<Control> controls) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java419 * @param rawAttributes The set of attributes to include in the entry to
426 ArrayList<RawAttribute> rawAttributes)
430 new ArrayList<Control>(0), rawEntryDN, rawAttributes);
425 processAdd(ByteString rawEntryDN, ArrayList<RawAttribute> rawAttributes) argument
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java703 * @param rawAttributes The set of attributes to include in the
710 List<RawAttribute> rawAttributes)
712 return processAdd(ByteString.valueOf(rawEntryDN), rawAttributes,
723 * @param rawAttributes The set of attributes to include in the
730 List<RawAttribute> rawAttributes)
732 return processAdd(rawEntryDN, rawAttributes, null);
742 * @param rawAttributes The set of attributes to include in the
751 List<RawAttribute> rawAttributes,
757 rawAttributes);
709 processAdd(String rawEntryDN, List<RawAttribute> rawAttributes) argument
729 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
750 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes, List<Control> controls) argument
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java414 * @param rawAttributes The set of attributes to include in the entry to
421 ArrayList<RawAttribute> rawAttributes)
425 new ArrayList<Control>(0), rawEntryDN, rawAttributes);
420 processAdd(ByteString rawEntryDN, ArrayList<RawAttribute> rawAttributes) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java715 * @param rawAttributes The set of attributes to include in the
722 List<RawAttribute> rawAttributes)
724 return processAdd(ByteString.valueOf(rawEntryDN), rawAttributes,
735 * @param rawAttributes The set of attributes to include in the
742 List<RawAttribute> rawAttributes)
744 return processAdd(rawEntryDN, rawAttributes, null);
754 * @param rawAttributes The set of attributes to include in the
763 List<RawAttribute> rawAttributes,
769 rawAttributes);
721 processAdd(String rawEntryDN, List<RawAttribute> rawAttributes) argument
741 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
762 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes, List<Control> controls) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java415 * @param rawAttributes The set of attributes to include in the entry to
422 ArrayList<RawAttribute> rawAttributes)
426 new ArrayList<Control>(0), rawEntryDN, rawAttributes);
421 processAdd(ByteString rawEntryDN, ArrayList<RawAttribute> rawAttributes) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java715 * @param rawAttributes The set of attributes to include in the
722 List<RawAttribute> rawAttributes)
724 return processAdd(ByteString.valueOf(rawEntryDN), rawAttributes,
735 * @param rawAttributes The set of attributes to include in the
742 List<RawAttribute> rawAttributes)
744 return processAdd(rawEntryDN, rawAttributes, null);
754 * @param rawAttributes The set of attributes to include in the
763 List<RawAttribute> rawAttributes,
769 rawAttributes);
721 processAdd(String rawEntryDN, List<RawAttribute> rawAttributes) argument
741 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
762 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes, List<Control> controls) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java419 * @param rawAttributes The set of attributes to include in the entry to
426 ArrayList<RawAttribute> rawAttributes)
430 new ArrayList<Control>(0), rawEntryDN, rawAttributes);
425 processAdd(ByteString rawEntryDN, ArrayList<RawAttribute> rawAttributes) argument
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java703 * @param rawAttributes The set of attributes to include in the
710 List<RawAttribute> rawAttributes)
712 return processAdd(ByteString.valueOf(rawEntryDN), rawAttributes,
723 * @param rawAttributes The set of attributes to include in the
730 List<RawAttribute> rawAttributes)
732 return processAdd(rawEntryDN, rawAttributes, null);
742 * @param rawAttributes The set of attributes to include in the
751 List<RawAttribute> rawAttributes,
757 rawAttributes);
709 processAdd(String rawEntryDN, List<RawAttribute> rawAttributes) argument
729 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
750 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes, List<Control> controls) argument
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java414 * @param rawAttributes The set of attributes to include in the entry to
421 ArrayList<RawAttribute> rawAttributes)
425 new ArrayList<Control>(0), rawEntryDN, rawAttributes);
420 processAdd(ByteString rawEntryDN, ArrayList<RawAttribute> rawAttributes) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java660 * @param rawAttributes The set of attributes to include in the
667 List<RawAttribute> rawAttributes)
669 return processAdd(ByteString.valueOfUtf8(rawEntryDN), rawAttributes, null);
679 * @param rawAttributes The set of attributes to include in the
686 List<RawAttribute> rawAttributes)
688 return processAdd(rawEntryDN, rawAttributes, null);
698 * @param rawAttributes The set of attributes to include in the
707 List<RawAttribute> rawAttributes,
713 rawAttributes);
666 processAdd(String rawEntryDN, List<RawAttribute> rawAttributes) argument
685 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes) argument
706 processAdd(ByteString rawEntryDN, List<RawAttribute> rawAttributes, List<Control> controls) argument

Completed in 391 milliseconds

12