Searched defs:Decoder (Results 76 - 100 of 193) sorted by relevance

12345678

/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPagedResultsControl.java62 private final static class Decoder class in class:PagedResultsControl
155 * The Control Decoder that can be used to decode this control.
158 new Decoder();
H A DPasswordExpiringControl.java56 private final static class Decoder class in class:PasswordExpiringControl
102 * The Control Decoder that can be used to decode this control.
105 new Decoder();
H A DServerSideSortResponseControl.java83 private final static class Decoder class in class:ServerSideSortResponseControl
132 * The Control Decoder that can be used to decode this control.
135 new Decoder();
H A DSubentriesControl.java54 private static final class Decoder class in class:SubentriesControl
98 * The Control Decoder that can be used to decode this control.
101 new Decoder();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DReplicationRepairRequestControl.java53 private final static class Decoder class in class:ReplicationRepairRequestControl
77 * The Control Decoder that can be used to decode this control.
80 new Decoder();
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DAuthorizationIdentityResponseControl.java52 private final static class Decoder class in class:AuthorizationIdentityResponseControl
89 * The Control Decoder that can be used to decode this control.
92 DECODER = new Decoder();
H A DEntryChangelogNotificationControl.java67 private final static class Decoder class in class:EntryChangelogNotificationControl
113 * The Control Decoder that can be used to decode this control.
116 DECODER = new Decoder();
H A DExternalChangelogRequestControl.java59 private final static class Decoder class in class:ExternalChangelogRequestControl
110 * The Control Decoder that can be used to decode this control.
113 new Decoder();
H A DGetEffectiveRightsRequestControl.java77 private static final class Decoder class in class:GetEffectiveRightsRequestControl
151 * The Control Decoder that can be used to decode this control.
154 new Decoder();
H A DLDAPAssertionRequestControl.java55 private final static class Decoder class in class:LDAPAssertionRequestControl
94 * The Control Decoder that can be used to decode this control.
97 new Decoder();
H A DLDAPPostReadResponseControl.java55 private final static class Decoder class in class:LDAPPostReadResponseControl
104 * The Control Decoder that can be used to decode this control.
107 new Decoder();
H A DLDAPPreReadRequestControl.java63 private final static class Decoder implements class in class:LDAPPreReadRequestControl
116 * The Control Decoder that can be used to decode this control.
119 new Decoder();
H A DLDAPPreReadResponseControl.java56 private final static class Decoder class in class:LDAPPreReadResponseControl
105 * The Control Decoder that can be used to decode this control.
108 new Decoder();
H A DMatchedValuesControl.java59 private final static class Decoder class in class:MatchedValuesControl
120 * The Control Decoder that can be used to decode this control.
123 new Decoder();
H A DPagedResultsControl.java61 private final static class Decoder class in class:PagedResultsControl
154 * The Control Decoder that can be used to decode this control.
157 new Decoder();
H A DPasswordExpiringControl.java55 private final static class Decoder class in class:PasswordExpiringControl
101 * The Control Decoder that can be used to decode this control.
104 new Decoder();
H A DServerSideSortResponseControl.java82 private final static class Decoder class in class:ServerSideSortResponseControl
131 * The Control Decoder that can be used to decode this control.
134 new Decoder();
H A DSubentriesControl.java53 private static final class Decoder class in class:SubentriesControl
97 * The Control Decoder that can be used to decode this control.
100 new Decoder();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DReplicationRepairRequestControl.java52 private final static class Decoder class in class:ReplicationRepairRequestControl
76 * The Control Decoder that can be used to decode this control.
79 new Decoder();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DAuthorizationIdentityResponseControl.java54 private static final class Decoder class in class:AuthorizationIdentityResponseControl
89 * The Control Decoder that can be used to decode this control.
92 DECODER = new Decoder();
H A DEntryChangelogNotificationControl.java63 private static final class Decoder class in class:EntryChangelogNotificationControl
104 * The Control Decoder that can be used to decode this control.
107 DECODER = new Decoder();
H A DExternalChangelogRequestControl.java52 private static final class Decoder class in class:ExternalChangelogRequestControl
98 /** The Control Decoder that can be used to decode this control. */
99 public static final ControlDecoder<ExternalChangelogRequestControl> DECODER = new Decoder();
H A DGetEffectiveRightsRequestControl.java82 private static final class Decoder class in class:GetEffectiveRightsRequestControl
148 * The Control Decoder that can be used to decode this control.
151 new Decoder();
H A DLDAPAssertionRequestControl.java55 private static final class Decoder class in class:LDAPAssertionRequestControl
92 * The Control Decoder that can be used to decode this control.
95 new Decoder();
H A DLDAPPostReadResponseControl.java55 private static final class Decoder class in class:LDAPPostReadResponseControl
99 * The Control Decoder that can be used to decode this control.
102 new Decoder();

Completed in 481 milliseconds

12345678