Searched refs:LDAPPreReadResponseControl (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/controls/
H A DLDAPPreReadResponseControl.java50 public class LDAPPreReadResponseControl class in inherits:Control
57 implements ControlDecoder<LDAPPreReadResponseControl>
62 public LDAPPreReadResponseControl decode(boolean isCritical,
94 return new LDAPPreReadResponseControl(isCritical, searchEntry);
107 public static final ControlDecoder<LDAPPreReadResponseControl> DECODER =
130 public LDAPPreReadResponseControl(SearchResultEntry searchEntry) method in class:LDAPPreReadResponseControl
146 public LDAPPreReadResponseControl(boolean isCritical, method in class:LDAPPreReadResponseControl
200 buffer.append("LDAPPreReadResponseControl(criticality=");
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DLDAPPreReadResponseControl.java51 public class LDAPPreReadResponseControl class in inherits:Control
58 implements ControlDecoder<LDAPPreReadResponseControl>
63 public LDAPPreReadResponseControl decode(boolean isCritical,
95 return new LDAPPreReadResponseControl(isCritical, searchEntry);
108 public static final ControlDecoder<LDAPPreReadResponseControl> DECODER =
131 public LDAPPreReadResponseControl(SearchResultEntry searchEntry) method in class:LDAPPreReadResponseControl
147 public LDAPPreReadResponseControl(boolean isCritical, method in class:LDAPPreReadResponseControl
201 buffer.append("LDAPPreReadResponseControl(criticality=");
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DLDAPPreReadResponseControl.java51 public class LDAPPreReadResponseControl class in inherits:Control
58 implements ControlDecoder<LDAPPreReadResponseControl>
63 public LDAPPreReadResponseControl decode(boolean isCritical,
95 return new LDAPPreReadResponseControl(isCritical, searchEntry);
108 public static final ControlDecoder<LDAPPreReadResponseControl> DECODER =
131 public LDAPPreReadResponseControl(SearchResultEntry searchEntry) method in class:LDAPPreReadResponseControl
147 public LDAPPreReadResponseControl(boolean isCritical, method in class:LDAPPreReadResponseControl
201 buffer.append("LDAPPreReadResponseControl(criticality=");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DLDAPPreReadResponseControl.java51 public class LDAPPreReadResponseControl class in inherits:Control
58 implements ControlDecoder<LDAPPreReadResponseControl>
63 public LDAPPreReadResponseControl decode(boolean isCritical,
95 return new LDAPPreReadResponseControl(isCritical, searchEntry);
108 public static final ControlDecoder<LDAPPreReadResponseControl> DECODER =
131 public LDAPPreReadResponseControl(SearchResultEntry searchEntry) method in class:LDAPPreReadResponseControl
147 public LDAPPreReadResponseControl(boolean isCritical, method in class:LDAPPreReadResponseControl
201 buffer.append("LDAPPreReadResponseControl(criticality=");
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DLDAPPreReadResponseControl.java50 public class LDAPPreReadResponseControl class in inherits:Control
57 implements ControlDecoder<LDAPPreReadResponseControl>
62 public LDAPPreReadResponseControl decode(boolean isCritical,
94 return new LDAPPreReadResponseControl(isCritical, searchEntry);
107 public static final ControlDecoder<LDAPPreReadResponseControl> DECODER =
130 public LDAPPreReadResponseControl(SearchResultEntry searchEntry) method in class:LDAPPreReadResponseControl
146 public LDAPPreReadResponseControl(boolean isCritical, method in class:LDAPPreReadResponseControl
200 buffer.append("LDAPPreReadResponseControl(criticality=");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DLDAPPreReadResponseControl.java49 public class LDAPPreReadResponseControl class in inherits:Control
56 implements ControlDecoder<LDAPPreReadResponseControl>
59 public LDAPPreReadResponseControl decode(boolean isCritical,
88 return new LDAPPreReadResponseControl(isCritical, searchEntry);
101 public static final ControlDecoder<LDAPPreReadResponseControl> DECODER =
120 public LDAPPreReadResponseControl(SearchResultEntry searchEntry) method in class:LDAPPreReadResponseControl
136 public LDAPPreReadResponseControl(boolean isCritical, method in class:LDAPPreReadResponseControl
190 buffer.append("LDAPPreReadResponseControl(criticality=");
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java48 import org.opends.server.controls.LDAPPreReadResponseControl;
457 final LDAPPreReadResponseControl responseControl =
458 new LDAPPreReadResponseControl(filteredSearchEntry);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java48 import org.opends.server.controls.LDAPPreReadResponseControl;
457 final LDAPPreReadResponseControl responseControl =
458 new LDAPPreReadResponseControl(filteredSearchEntry);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java53 import org.opends.server.controls.LDAPPreReadResponseControl;
614 LDAPPreReadResponseControl preReadControl = getLDAPPreReadResponseControl(modifyOperation);
698 private LDAPPreReadResponseControl getLDAPPreReadResponseControl(ModifyOperation modifyOperation)
702 if (control instanceof LDAPPreReadResponseControl)
704 return (LDAPPreReadResponseControl) control;
707 fail("Expected the ModifyOperation to have a LDAPPreReadResponseControl");
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java46 import org.opends.server.controls.LDAPPreReadResponseControl;
581 final LDAPPreReadResponseControl responseControl =
582 new LDAPPreReadResponseControl(filteredSearchEntry);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java50 import org.opends.server.controls.LDAPPreReadResponseControl;
468 final LDAPPreReadResponseControl responseControl =
469 new LDAPPreReadResponseControl(filteredSearchEntry);
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java46 import org.opends.server.controls.LDAPPreReadResponseControl;
581 final LDAPPreReadResponseControl responseControl =
582 new LDAPPreReadResponseControl(filteredSearchEntry);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java60 import org.opends.server.controls.LDAPPreReadResponseControl;
769 LDAPPreReadResponseControl preReadControl = null;
772 if (control instanceof LDAPPreReadResponseControl)
774 preReadControl = (LDAPPreReadResponseControl) control;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java59 import org.opends.server.controls.LDAPPreReadResponseControl;
768 LDAPPreReadResponseControl preReadControl = null;
771 if (control instanceof LDAPPreReadResponseControl)
773 preReadControl = (LDAPPreReadResponseControl) control;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java60 import org.opends.server.controls.LDAPPreReadResponseControl;
769 LDAPPreReadResponseControl preReadControl = null;
772 if (control instanceof LDAPPreReadResponseControl)
774 preReadControl = (LDAPPreReadResponseControl) control;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java59 import org.opends.server.controls.LDAPPreReadResponseControl;
768 LDAPPreReadResponseControl preReadControl = null;
771 if (control instanceof LDAPPreReadResponseControl)
773 preReadControl = (LDAPPreReadResponseControl) control;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java60 import org.opends.server.controls.LDAPPreReadResponseControl;
769 LDAPPreReadResponseControl preReadControl = null;
772 if (control instanceof LDAPPreReadResponseControl)
774 preReadControl = (LDAPPreReadResponseControl) control;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java47 import org.opends.server.controls.LDAPPreReadResponseControl;
668 operation.addResponseControl(new LDAPPreReadResponseControl(filteredSearchEntry));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPModify.java429 LDAPPreReadResponseControl prrc;
433 prrc = LDAPPreReadResponseControl.DECODER.decode(
438 prrc = (LDAPPreReadResponseControl)c;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPModify.java470 LDAPPreReadResponseControl prrc;
474 prrc = LDAPPreReadResponseControl.DECODER.decode(
479 prrc = (LDAPPreReadResponseControl)c;
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPModify.java469 LDAPPreReadResponseControl prrc;
473 prrc = LDAPPreReadResponseControl.DECODER.decode(
478 prrc = (LDAPPreReadResponseControl)c;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPModify.java470 LDAPPreReadResponseControl prrc;
474 prrc = LDAPPreReadResponseControl.DECODER.decode(
479 prrc = (LDAPPreReadResponseControl)c;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPModify.java470 LDAPPreReadResponseControl prrc;
474 prrc = LDAPPreReadResponseControl.DECODER.decode(
479 prrc = (LDAPPreReadResponseControl)c;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPModify.java469 LDAPPreReadResponseControl prrc;
473 prrc = LDAPPreReadResponseControl.DECODER.decode(
478 prrc = (LDAPPreReadResponseControl)c;

Completed in 333 milliseconds