Searched defs:Decoder (Results 126 - 150 of 193) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DLDAPPostReadRequestControl.java64 private final static class Decoder implements class in class:LDAPPostReadRequestControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
/forgerock/opendj2/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/opendj2.6.2/src/server/org/opends/server/controls/
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();
H A DLDAPPostReadRequestControl.java64 private final static class Decoder implements class in class:LDAPPostReadRequestControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
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();
/forgerock/opendj2.6.2/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-jel-hg/src/server/org/opends/server/controls/
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();
H A DLDAPPostReadRequestControl.java64 private final static class Decoder implements class in class:LDAPPostReadRequestControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
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();
/forgerock/opendj2-jel-hg/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-hg/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();

Completed in 107 milliseconds

12345678