Searched defs:MatchedValuesControl (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java54 public class MatchedValuesControl class in inherits:Control
61 implements ControlDecoder<MatchedValuesControl>
66 public MatchedValuesControl decode(boolean isCritical, ByteString value)
109 return new MatchedValuesControl(isCritical,filters);
123 public static final ControlDecoder<MatchedValuesControl> DECODER =
148 public MatchedValuesControl(boolean isCritical, method in class:MatchedValuesControl
240 buffer.append("MatchedValuesControl(filter=\"");
246 buffer.append("MatchedValuesControl(filters=\"(");
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java53 public class MatchedValuesControl class in inherits:Control
60 implements ControlDecoder<MatchedValuesControl>
65 public MatchedValuesControl decode(boolean isCritical, ByteString value)
108 return new MatchedValuesControl(isCritical,filters);
122 public static final ControlDecoder<MatchedValuesControl> DECODER =
147 public MatchedValuesControl(boolean isCritical, method in class:MatchedValuesControl
239 buffer.append("MatchedValuesControl(filter=\"");
245 buffer.append("MatchedValuesControl(filters=\"(");
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java54 public class MatchedValuesControl class in inherits:Control
61 implements ControlDecoder<MatchedValuesControl>
66 public MatchedValuesControl decode(boolean isCritical, ByteString value)
109 return new MatchedValuesControl(isCritical,filters);
123 public static final ControlDecoder<MatchedValuesControl> DECODER =
148 public MatchedValuesControl(boolean isCritical, method in class:MatchedValuesControl
240 buffer.append("MatchedValuesControl(filter=\"");
246 buffer.append("MatchedValuesControl(filters=\"(");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java54 public class MatchedValuesControl class in inherits:Control
61 implements ControlDecoder<MatchedValuesControl>
66 public MatchedValuesControl decode(boolean isCritical, ByteString value)
109 return new MatchedValuesControl(isCritical,filters);
123 public static final ControlDecoder<MatchedValuesControl> DECODER =
148 public MatchedValuesControl(boolean isCritical, method in class:MatchedValuesControl
240 buffer.append("MatchedValuesControl(filter=\"");
246 buffer.append("MatchedValuesControl(filters=\"(");
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java53 public class MatchedValuesControl class in inherits:Control
60 implements ControlDecoder<MatchedValuesControl>
65 public MatchedValuesControl decode(boolean isCritical, ByteString value)
108 return new MatchedValuesControl(isCritical,filters);
122 public static final ControlDecoder<MatchedValuesControl> DECODER =
147 public MatchedValuesControl(boolean isCritical, method in class:MatchedValuesControl
239 buffer.append("MatchedValuesControl(filter=\"");
245 buffer.append("MatchedValuesControl(filters=\"(");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesControl.java52 public class MatchedValuesControl class in inherits:Control
59 implements ControlDecoder<MatchedValuesControl>
62 public MatchedValuesControl decode(boolean isCritical, ByteString value)
102 return new MatchedValuesControl(isCritical,filters);
116 public static final ControlDecoder<MatchedValuesControl> DECODER =
137 public MatchedValuesControl(boolean isCritical, method in class:MatchedValuesControl
226 buffer.append("MatchedValuesControl(filter=\"");
232 buffer.append("MatchedValuesControl(filters=\"(");

Completed in 31 milliseconds