Searched defs:Decoder (Results 51 - 75 of 193) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java64 private final static class Decoder implements class in class:LDAPPreReadRequestControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
H A DLDAPPreReadResponseControl.java57 private final static class Decoder class in class:LDAPPreReadResponseControl
106 * The Control Decoder that can be used to decode this control.
109 new Decoder();
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DAuthorizationIdentityResponseControl.java53 private final static class Decoder class in class:AuthorizationIdentityResponseControl
90 * The Control Decoder that can be used to decode this control.
93 DECODER = new Decoder();
H A DEntryChangelogNotificationControl.java68 private final static class Decoder class in class:EntryChangelogNotificationControl
114 * The Control Decoder that can be used to decode this control.
117 DECODER = new Decoder();
H A DExternalChangelogRequestControl.java60 private final static class Decoder class in class:ExternalChangelogRequestControl
111 * The Control Decoder that can be used to decode this control.
114 new Decoder();
H A DGetEffectiveRightsRequestControl.java78 private static final class Decoder class in class:GetEffectiveRightsRequestControl
152 * The Control Decoder that can be used to decode this control.
155 new Decoder();
H A DLDAPAssertionRequestControl.java56 private final static class Decoder class in class:LDAPAssertionRequestControl
95 * The Control Decoder that can be used to decode this control.
98 new Decoder();
H A DLDAPPostReadResponseControl.java56 private final static class Decoder class in class:LDAPPostReadResponseControl
105 * The Control Decoder that can be used to decode this control.
108 new Decoder();
H A DLDAPPreReadRequestControl.java64 private final static class Decoder implements class in class:LDAPPreReadRequestControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
H A DLDAPPreReadResponseControl.java57 private final static class Decoder class in class:LDAPPreReadResponseControl
106 * The Control Decoder that can be used to decode this control.
109 new Decoder();
H A DMatchedValuesControl.java60 private final static class Decoder class in class:MatchedValuesControl
121 * The Control Decoder that can be used to decode this control.
124 new Decoder();
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.6.2/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-jel-hg/src/server/org/opends/server/controls/
H A DAuthorizationIdentityResponseControl.java53 private final static class Decoder class in class:AuthorizationIdentityResponseControl
90 * The Control Decoder that can be used to decode this control.
93 DECODER = new Decoder();
H A DEntryChangelogNotificationControl.java68 private final static class Decoder class in class:EntryChangelogNotificationControl
114 * The Control Decoder that can be used to decode this control.
117 DECODER = new Decoder();
H A DExternalChangelogRequestControl.java60 private final static class Decoder class in class:ExternalChangelogRequestControl
111 * The Control Decoder that can be used to decode this control.
114 new Decoder();
H A DGetEffectiveRightsRequestControl.java78 private static final class Decoder class in class:GetEffectiveRightsRequestControl
152 * The Control Decoder that can be used to decode this control.
155 new Decoder();
H A DLDAPAssertionRequestControl.java56 private final static class Decoder class in class:LDAPAssertionRequestControl
95 * The Control Decoder that can be used to decode this control.
98 new Decoder();
H A DLDAPPostReadResponseControl.java56 private final static class Decoder class in class:LDAPPostReadResponseControl
105 * The Control Decoder that can be used to decode this control.
108 new Decoder();
H A DLDAPPreReadRequestControl.java64 private final static class Decoder implements class in class:LDAPPreReadRequestControl
117 * The Control Decoder that can be used to decode this control.
120 new Decoder();
H A DLDAPPreReadResponseControl.java57 private final static class Decoder class in class:LDAPPreReadResponseControl
106 * The Control Decoder that can be used to decode this control.
109 new Decoder();
H A DMatchedValuesControl.java60 private final static class Decoder class in class:MatchedValuesControl
121 * The Control Decoder that can be used to decode this control.
124 new Decoder();

Completed in 85 milliseconds

12345678