Searched defs:Decoder (Results 151 - 175 of 193) sorted by relevance

12345678

/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DProxiedAuthV2Control.java63 private static final class Decoder class in class:ProxiedAuthV2Control
125 * The Control Decoder that can be used to decode this control.
128 new Decoder();
H A DServerSideSortRequestControl.java82 private final static class Decoder class in class:ServerSideSortRequestControl
186 * The Control Decoder that can be used to decode this control.
189 new Decoder();
H A DVLVResponseControl.java74 private final static class Decoder class in class:VLVResponseControl
125 * The Control Decoder that can be used to decode this control.
128 new Decoder();
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DSubtreeSpecificationSyntax.java79 return new Decoder(rootDN);
85 private static class Decoder implements class in class:SubtreeSpecificationSyntax
98 public Decoder(DN rootDN) { method in class:SubtreeSpecificationSyntax.Decoder
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DEntryChangeNotificationControl.java55 private static final class Decoder class in class:EntryChangeNotificationControl
126 new Decoder();
H A DLDAPPostReadRequestControl.java62 private static final class Decoder implements class in class:LDAPPostReadRequestControl
110 * The Control Decoder that can be used to decode this control.
113 new Decoder();
H A DPasswordPolicyResponseControl.java56 private static final class Decoder class in class:PasswordPolicyResponseControl
141 * The Control Decoder that can be used to decode this control.
144 new Decoder();
H A DPersistentSearchControl.java56 private static final class Decoder class in class:PersistentSearchControl
111 * The Control Decoder that can be used to decode this control.
114 new Decoder();
H A DProxiedAuthV1Control.java60 private static final class Decoder class in class:ProxiedAuthV1Control
109 * The Control Decoder that can be used to decode this control.
112 new Decoder();
H A DProxiedAuthV2Control.java61 private static final class Decoder class in class:ProxiedAuthV2Control
118 * The Control Decoder that can be used to decode this control.
121 new Decoder();
H A DServerSideSortRequestControl.java79 private static final class Decoder class in class:ServerSideSortRequestControl
177 * The Control Decoder that can be used to decode this control.
180 new Decoder();
H A DVLVResponseControl.java74 private static final class Decoder class in class:VLVResponseControl
121 * The Control Decoder that can be used to decode this control.
124 new Decoder();
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DVLVRequestControl.java70 private final static class Decoder class in class:VLVRequestControl
151 * The Control Decoder that can be used to decode this control.
154 new Decoder();
H A DAccountUsableResponseControl.java70 private final static class Decoder class in class:AccountUsableResponseControl
172 * The Control Decoder that can be used to decode this control.
175 new Decoder();
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java69 private final static class Decoder class in class:AccountUsableResponseControl
171 * The Control Decoder that can be used to decode this control.
174 new Decoder();
H A DVLVRequestControl.java69 private final static class Decoder class in class:VLVRequestControl
150 * The Control Decoder that can be used to decode this control.
153 new Decoder();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDelayPreOpPlugin.java77 private final static class Decoder class in class:DelayPreOpPlugin.DelayRequestControl
109 * The Control Decoder that can be used to decode this control.
112 new Decoder();
H A DDisconnectClientPlugin.java81 private final static class Decoder class in class:DisconnectClientPlugin.DisconnectClientControl
102 * The Control Decoder that can be used to decode this control.
105 new Decoder();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDelayPreOpPlugin.java76 private final static class Decoder class in class:DelayPreOpPlugin.DelayRequestControl
110 * The Control Decoder that can be used to decode this control.
113 new Decoder();
H A DDisconnectClientPlugin.java82 private final static class Decoder class in class:DisconnectClientPlugin.DisconnectClientControl
105 * The Control Decoder that can be used to decode this control.
108 new Decoder();
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java70 private final static class Decoder class in class:AccountUsableResponseControl
172 * The Control Decoder that can be used to decode this control.
175 new Decoder();
H A DVLVRequestControl.java70 private final static class Decoder class in class:VLVRequestControl
151 * The Control Decoder that can be used to decode this control.
154 new Decoder();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDelayPreOpPlugin.java77 private final static class Decoder class in class:DelayPreOpPlugin.DelayRequestControl
109 * The Control Decoder that can be used to decode this control.
112 new Decoder();
H A DDisconnectClientPlugin.java81 private final static class Decoder class in class:DisconnectClientPlugin.DisconnectClientControl
102 * The Control Decoder that can be used to decode this control.
105 new Decoder();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDelayPreOpPlugin.java76 private final static class Decoder class in class:DelayPreOpPlugin.DelayRequestControl
110 * The Control Decoder that can be used to decode this control.
113 new Decoder();

Completed in 109 milliseconds

12345678