Searched defs:Decoder (Results 101 - 125 of 193) sorted by relevance

12345678

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java62 private static final class Decoder implements class in class:LDAPPreReadRequestControl
110 * The Control Decoder that can be used to decode this control.
113 new Decoder();
H A DLDAPPreReadResponseControl.java55 private static final class Decoder class in class:LDAPPreReadResponseControl
99 * The Control Decoder that can be used to decode this control.
102 new Decoder();
H A DMatchedValuesControl.java58 private static final class Decoder class in class:MatchedValuesControl
114 * The Control Decoder that can be used to decode this control.
117 new Decoder();
H A DPagedResultsControl.java62 private static final class Decoder class in class:PagedResultsControl
137 * The Control Decoder that can be used to decode this control.
140 new Decoder();
H A DPasswordExpiringControl.java56 private static final class Decoder class in class:PasswordExpiringControl
97 * The Control Decoder that can be used to decode this control.
100 new Decoder();
H A DServerSideSortResponseControl.java81 private static final class Decoder class in class:ServerSideSortResponseControl
128 * The Control Decoder that can be used to decode this control.
131 new Decoder();
H A DSubentriesControl.java52 private static final class Decoder class in class:SubentriesControl
91 * The Control Decoder that can be used to decode this control.
94 new Decoder();
H A DTransactionIdControl.java50 private static final class Decoder implements ControlDecoder<TransactionIdControl> class in class:TransactionIdControl
72 /** The Control Decoder that can be used to decode this control. */
73 public static final ControlDecoder<TransactionIdControl> DECODER = new Decoder();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DReplicationRepairRequestControl.java52 private static final class Decoder class in class:ReplicationRepairRequestControl
72 * The Control Decoder that can be used to decode this control.
75 new Decoder();
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java59 private final static class Decoder class in class:PasswordPolicyResponseControl
149 * The Control Decoder that can be used to decode this control.
152 new Decoder();
H A DPersistentSearchControl.java58 private final static class Decoder class in class:PersistentSearchControl
118 * The Control Decoder that can be used to decode this control.
121 new Decoder();
H A DProxiedAuthV1Control.java64 private final static class Decoder class in class:ProxiedAuthV1Control
118 * The Control Decoder that can be used to decode this control.
121 new Decoder();
H A DProxiedAuthV2Control.java64 private static final class Decoder class in class:ProxiedAuthV2Control
126 * The Control Decoder that can be used to decode this control.
129 new Decoder();
H A DServerSideSortRequestControl.java83 private final static class Decoder class in class:ServerSideSortRequestControl
187 * The Control Decoder that can be used to decode this control.
190 new Decoder();
H A DVLVResponseControl.java75 private final static class Decoder class in class:VLVResponseControl
126 * The Control Decoder that can be used to decode this control.
129 new Decoder();
H A DEntryChangeNotificationControl.java59 private final static class Decoder class in class:EntryChangeNotificationControl
134 * The Control Decoder that can be used to decode this control.
137 new Decoder();
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DSubtreeSpecificationSyntax.java80 return new Decoder(rootDN);
86 private static class Decoder implements class in class:SubtreeSpecificationSyntax
99 public Decoder(DN rootDN) { method in class:SubtreeSpecificationSyntax.Decoder
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DEntryChangeNotificationControl.java59 private final static class Decoder class in class:EntryChangeNotificationControl
137 new Decoder();
H A DLDAPPostReadRequestControl.java63 private final static class Decoder implements class in class:LDAPPostReadRequestControl
116 * The Control Decoder that can be used to decode this control.
119 new Decoder();
H A DPasswordPolicyResponseControl.java58 private final static class Decoder class in class:PasswordPolicyResponseControl
148 * The Control Decoder that can be used to decode this control.
151 new Decoder();
H A DPersistentSearchControl.java57 private final static class Decoder class in class:PersistentSearchControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
H A DProxiedAuthV1Control.java63 private final static class Decoder class in class:ProxiedAuthV1Control
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
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();

Completed in 100 milliseconds

12345678