Searched refs:controls (Results 1 - 25 of 873) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSearchResultEntry.java55 // The set of controls associated with this search result entry.
56 private List<Control> controls; field in class:SearchResultEntry
76 this.controls = new ArrayList<Control>(0);
89 * @param controls The set of controls to return to the client
92 public SearchResultEntry(Entry entry, List<Control> controls) argument
99 if (controls == null)
101 this.controls = new ArrayList<Control>(0);
105 this.controls = controls;
[all...]
H A DSearchResultReference.java49 // The set of controls associated with this search result reference.
50 private List<Control> controls; field in class:SearchResultReference
69 this.controls = new ArrayList<Control>(0);
76 * referral URLs and no controls.
92 this.controls = new ArrayList<Control>(0);
99 * referral URLs and no controls.
103 * @param controls The set of controls for this search result
107 List<Control> controls)
118 if (controls
106 SearchResultReference(List<String> referralURLs, List<Control> controls) argument
[all...]
H A DIntermediateResponse.java41 * It may contain an OID, value, and/or set of controls.
53 // The set of controls for this intermediate response.
54 private List<Control> controls; field in class:IntermediateResponse
73 * @param controls The set of controls to for this intermediate
78 List<Control> controls)
84 if (controls == null)
86 this.controls = new ArrayList<Control>(0);
90 this.controls = controls;
76 IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSearchResultEntry.java54 // The set of controls associated with this search result entry.
55 private List<Control> controls; field in class:SearchResultEntry
75 this.controls = new ArrayList<Control>(0);
88 * @param controls The set of controls to return to the client
91 public SearchResultEntry(Entry entry, List<Control> controls) argument
98 if (controls == null)
100 this.controls = new ArrayList<Control>(0);
104 this.controls = controls;
[all...]
H A DSearchResultReference.java48 // The set of controls associated with this search result reference.
49 private List<Control> controls; field in class:SearchResultReference
68 this.controls = new ArrayList<Control>(0);
75 * referral URLs and no controls.
91 this.controls = new ArrayList<Control>(0);
98 * referral URLs and no controls.
102 * @param controls The set of controls for this search result
106 List<Control> controls)
117 if (controls
105 SearchResultReference(List<String> referralURLs, List<Control> controls) argument
[all...]
H A DIntermediateResponse.java40 * It may contain an OID, value, and/or set of controls.
52 // The set of controls for this intermediate response.
53 private List<Control> controls; field in class:IntermediateResponse
72 * @param controls The set of controls to for this intermediate
77 List<Control> controls)
83 if (controls == null)
85 this.controls = new ArrayList<Control>(0);
89 this.controls = controls;
75 IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSearchResultEntry.java55 // The set of controls associated with this search result entry.
56 private List<Control> controls; field in class:SearchResultEntry
76 this.controls = new ArrayList<Control>(0);
89 * @param controls The set of controls to return to the client
92 public SearchResultEntry(Entry entry, List<Control> controls) argument
99 if (controls == null)
101 this.controls = new ArrayList<Control>(0);
105 this.controls = controls;
[all...]
H A DSearchResultReference.java49 // The set of controls associated with this search result reference.
50 private List<Control> controls; field in class:SearchResultReference
69 this.controls = new ArrayList<Control>(0);
76 * referral URLs and no controls.
92 this.controls = new ArrayList<Control>(0);
99 * referral URLs and no controls.
103 * @param controls The set of controls for this search result
107 List<Control> controls)
118 if (controls
106 SearchResultReference(List<String> referralURLs, List<Control> controls) argument
[all...]
H A DIntermediateResponse.java41 * It may contain an OID, value, and/or set of controls.
53 // The set of controls for this intermediate response.
54 private List<Control> controls; field in class:IntermediateResponse
73 * @param controls The set of controls to for this intermediate
78 List<Control> controls)
84 if (controls == null)
86 this.controls = new ArrayList<Control>(0);
90 this.controls = controls;
76 IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSearchResultEntry.java55 // The set of controls associated with this search result entry.
56 private List<Control> controls; field in class:SearchResultEntry
76 this.controls = new ArrayList<Control>(0);
89 * @param controls The set of controls to return to the client
92 public SearchResultEntry(Entry entry, List<Control> controls) argument
99 if (controls == null)
101 this.controls = new ArrayList<Control>(0);
105 this.controls = controls;
[all...]
H A DSearchResultReference.java49 // The set of controls associated with this search result reference.
50 private List<Control> controls; field in class:SearchResultReference
69 this.controls = new ArrayList<Control>(0);
76 * referral URLs and no controls.
92 this.controls = new ArrayList<Control>(0);
99 * referral URLs and no controls.
103 * @param controls The set of controls for this search result
107 List<Control> controls)
118 if (controls
106 SearchResultReference(List<String> referralURLs, List<Control> controls) argument
[all...]
H A DIntermediateResponse.java41 * It may contain an OID, value, and/or set of controls.
53 // The set of controls for this intermediate response.
54 private List<Control> controls; field in class:IntermediateResponse
73 * @param controls The set of controls to for this intermediate
78 List<Control> controls)
84 if (controls == null)
86 this.controls = new ArrayList<Control>(0);
90 this.controls = controls;
76 IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSearchResultEntry.java54 // The set of controls associated with this search result entry.
55 private List<Control> controls; field in class:SearchResultEntry
75 this.controls = new ArrayList<Control>(0);
88 * @param controls The set of controls to return to the client
91 public SearchResultEntry(Entry entry, List<Control> controls) argument
98 if (controls == null)
100 this.controls = new ArrayList<Control>(0);
104 this.controls = controls;
[all...]
H A DSearchResultReference.java48 // The set of controls associated with this search result reference.
49 private List<Control> controls; field in class:SearchResultReference
68 this.controls = new ArrayList<Control>(0);
75 * referral URLs and no controls.
91 this.controls = new ArrayList<Control>(0);
98 * referral URLs and no controls.
102 * @param controls The set of controls for this search result
106 List<Control> controls)
117 if (controls
105 SearchResultReference(List<String> referralURLs, List<Control> controls) argument
[all...]
H A DIntermediateResponse.java40 * It may contain an OID, value, and/or set of controls.
52 // The set of controls for this intermediate response.
53 private List<Control> controls; field in class:IntermediateResponse
72 * @param controls The set of controls to for this intermediate
77 List<Control> controls)
83 if (controls == null)
85 this.controls = new ArrayList<Control>(0);
89 this.controls = controls;
75 IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSearchResultEntry.java53 /** The set of controls associated with this search result entry. */
54 private List<Control> controls; field in class:SearchResultEntry
74 this.controls = new ArrayList<>(0);
87 * @param controls The set of controls to return to the client
90 public SearchResultEntry(Entry entry, List<Control> controls) argument
97 if (controls == null)
99 this.controls = new ArrayList<>(0);
103 this.controls = controls;
[all...]
H A DSearchResultReference.java46 /** The set of controls associated with this search result reference. */
47 private List<Control> controls; field in class:SearchResultReference
64 this.controls = new ArrayList<>(0);
71 * referral URLs and no controls.
87 this.controls = new ArrayList<>(0);
94 * referral URLs and no controls.
98 * @param controls The set of controls for this search result
102 List<Control> controls)
113 if (controls
101 SearchResultReference(List<String> referralURLs, List<Control> controls) argument
[all...]
H A DIntermediateResponse.java40 * It may contain an OID, value, and/or set of controls.
52 /** The set of controls for this intermediate response. */
53 private List<Control> controls; field in class:IntermediateResponse
71 * @param controls The set of controls to for this intermediate
76 List<Control> controls)
82 if (controls == null)
84 this.controls = new ArrayList<>(0);
88 this.controls = controls;
74 IntermediateResponse(Operation operation, String oid, ByteString value, List<Control> controls) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DAbstractRequestImpl.java46 * @param controls
47 * the controls
52 * org.forgerock.opendj.ldap.controls.ControlDecoder, org.forgerock.opendj.ldap.DecodeOptions)
54 static Control getControl(final List<Control> controls, final String oid) { argument
56 if (!controls.isEmpty()) {
57 for (final Control control : controls) {
66 private final List<Control> controls = new LinkedList<>(); field in class:AbstractRequestImpl
80 * org.forgerock.opendj.ldap.controls.Control)
84 controls.add(control);
91 * @param controls
97 addControl(final Collection<Control> controls) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPToolOptions.java44 private ArrayList<Control> controls = new ArrayList<Control>(); field in class:LDAPToolOptions
125 * Return the controls to apply to the operation.
127 * @return The controls to apply to the operation.
131 return controls;
135 * Specifies the set of controls to apply to the operation.
137 * @param controls The set of controls to apply to the operation.
139 public void setControls(ArrayList<Control> controls) argument
141 this.controls = controls;
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPToolOptions.java43 private ArrayList<Control> controls = new ArrayList<Control>(); field in class:LDAPToolOptions
124 * Return the controls to apply to the operation.
126 * @return The controls to apply to the operation.
130 return controls;
134 * Specifies the set of controls to apply to the operation.
136 * @param controls The set of controls to apply to the operation.
138 public void setControls(ArrayList<Control> controls) argument
140 this.controls = controls;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPToolOptions.java44 private ArrayList<Control> controls = new ArrayList<Control>(); field in class:LDAPToolOptions
125 * Return the controls to apply to the operation.
127 * @return The controls to apply to the operation.
131 return controls;
135 * Specifies the set of controls to apply to the operation.
137 * @param controls The set of controls to apply to the operation.
139 public void setControls(ArrayList<Control> controls) argument
141 this.controls = controls;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPToolOptions.java44 private ArrayList<Control> controls = new ArrayList<Control>(); field in class:LDAPToolOptions
125 * Return the controls to apply to the operation.
127 * @return The controls to apply to the operation.
131 return controls;
135 * Specifies the set of controls to apply to the operation.
137 * @param controls The set of controls to apply to the operation.
139 public void setControls(ArrayList<Control> controls) argument
141 this.controls = controls;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPToolOptions.java43 private ArrayList<Control> controls = new ArrayList<Control>(); field in class:LDAPToolOptions
124 * Return the controls to apply to the operation.
126 * @return The controls to apply to the operation.
130 return controls;
134 * Specifies the set of controls to apply to the operation.
136 * @param controls The set of controls to apply to the operation.
138 public void setControls(ArrayList<Control> controls) argument
140 this.controls = controls;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPToolOptions.java44 private ArrayList<Control> controls = new ArrayList<>(); field in class:LDAPToolOptions
125 * Return the controls to apply to the operation.
127 * @return The controls to apply to the operation.
131 return controls;
135 * Specifies the set of controls to apply to the operation.
137 * @param controls The set of controls to apply to the operation.
139 public void setControls(ArrayList<Control> controls) argument
141 this.controls = controls;
[all...]

Completed in 41 milliseconds

1234567891011>>