Uses of Interface
org.forgerock.opendj.ldap.controls.Control
Packages that use Control
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for common LDAP controls.
Classes and interfaces for core LDAP requests/responses.
-
Uses of Control in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return ControlModifier and TypeMethodDescriptionstatic Control
Ldap.readControl
(Asn1Reader reader) Reads the next ASN.1 element from the providedASN1Reader
as aControl
. -
Uses of Control in org.forgerock.opendj.ldap.controls
Classes in org.forgerock.opendj.ldap.controls with type parameters of type ControlModifier and TypeInterfaceDescriptioninterface
ControlDecoder<C extends Control>
A factory interface for decoding a control as a control of specific type.Classes in org.forgerock.opendj.ldap.controls that implement ControlModifier and TypeClassDescriptionfinal class
The persistent search request control for Active Directory as defined by Microsoft.final class
The assertion request control as defined in RFC 4528.final class
The authorization request control as defined in RFC 3829.final class
The authorization response control as defined in RFC 3829.final class
The entry change notification response control as defined in draft-ietf-ldapext-psearch.final class
A generic control which can be used to represent arbitrary raw request and response controls.final class
A partial implementation of the get effective rights request control as defined in draft-ietf-ldapext-acl-model.final class
The ManageDsaIT request control as defined in RFC 3296.final class
The matched values request control as defined in RFC 3876.final class
The Netscape password expired response control as defined in draft-vchu-ldap-pwd-policy.final class
The Netscape password expiring response control as defined in draft-vchu-ldap-pwd-policy.final class
The password policy request control as defined in draft-behera-ldap-password-policy.final class
The password policy response control as defined in draft-behera-ldap-password-policy.final class
The Microsoft defined permissive modify request control.final class
The persistent search request control as defined in draft-ietf-ldapext-psearch.final class
The post-read request control as defined in RFC 4527.final class
The post-read response control as defined in RFC 4527.final class
The pre-read request control as defined in RFC 4527.final class
The pre-read response control as defined in RFC 4527.final class
The proxy authorization v1 request control as defined in draft-weltman-ldapv3-proxy-04.final class
The proxy authorization v2 request control as defined in RFC 4370.final class
The internet-draft defined Relax Rules control.final class
The server-side sort request control as defined in RFC 2891.final class
The server-side sort response control as defined in RFC 2891.final class
The simple paged results request and response control as defined in RFC 2696.final class
The sub-entries request control as defined in RFC 3672.final class
The tree delete request control as defined in draft-armijo-ldap-treedelete.final class
The virtual list view request control as defined in draft-ietf-ldapext-ldapv3-vlv.final class
The virtual list view response control as defined in draft-ietf-ldapext-ldapv3-vlv.Methods in org.forgerock.opendj.ldap.controls with type parameters of type ControlModifier and TypeMethodDescriptionstatic <C extends Control>
ControlDecoder<C>Controls.newRequestControlDecoderWithoutValue
(Class<C> controlClass, String oid, String alias, Function<Control, C> decoder) Creates a new control decoder for request controls which does not expect to find a value for the decoded control.static <C extends Control>
ControlDecoder<C>Controls.newRequestControlDecoderWithValue
(Class<C> controlClass, String oid, String alias, BiFunction<Control, DecodeOptions, C, IOException> decoder) Creates a new control decoder for request controls which expects to find a value for the decoded control.static <C extends Control>
ControlDecoder<C>Controls.newResponseControlDecoderWithValue
(Class<C> controlClass, String oid, String alias, BiFunction<Control, DecodeOptions, C, IOException> decoder) Creates a new control decoder for response controls which expects to find a value for the decoded control.Methods in org.forgerock.opendj.ldap.controls with parameters of type ControlModifier and TypeMethodDescriptiondefault C
ControlDecoder.decodeControl
(Control control) Decodes the provided control as aControl
of typeC
using the default decode options.ControlDecoder.decodeControl
(Control control, DecodeOptions options) Decodes the provided control as aControl
of typeC
.static GenericControl
GenericControl.newControl
(Control control) Creates a new control having the same OID, criticality, and value as the provided control.Method parameters in org.forgerock.opendj.ldap.controls with type arguments of type ControlModifier and TypeMethodDescriptionstatic <C extends Control>
ControlDecoder<C>Controls.newRequestControlDecoderWithoutValue
(Class<C> controlClass, String oid, String alias, Function<Control, C> decoder) Creates a new control decoder for request controls which does not expect to find a value for the decoded control.static <C extends Control>
ControlDecoder<C>Controls.newRequestControlDecoderWithValue
(Class<C> controlClass, String oid, String alias, BiFunction<Control, DecodeOptions, C, IOException> decoder) Creates a new control decoder for request controls which expects to find a value for the decoded control.static <C extends Control>
ControlDecoder<C>Controls.newResponseControlDecoderWithValue
(Class<C> controlClass, String oid, String alias, BiFunction<Control, DecodeOptions, C, IOException> decoder) Creates a new control decoder for response controls which expects to find a value for the decoded control. -
Uses of Control in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages with type parameters of type ControlModifier and TypeMethodDescription<C extends Control>
CInvalidRequest.getControl
(ControlDecoder<C> decoder, DecodeOptions options) default <C extends Control>
CProtocolOp.getControl
(ControlDecoder<C> decoder) Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder using default decode options.default <C extends Control>
CProtocolOp.getControl
(ControlDecoder<C> decoder, DecodeOptions options) Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder.Methods in org.forgerock.opendj.ldap.messages that return types with arguments of type ControlModifier and TypeMethodDescriptionAbandonRequest.controls()
Returns the value of thecontrols
record component.AddRequest.controls()
Returns the value of thecontrols
record component.BindRequest.controls()
Returns the value of thecontrols
record component.BindResult.controls()
Returns the value of thecontrols
record component.CancelExtendedRequest.controls()
Returns the value of thecontrols
record component.CompareRequest.controls()
Returns the value of thecontrols
record component.CompareResult.controls()
Returns the value of thecontrols
record component.DeleteRequest.controls()
Returns the value of thecontrols
record component.GenericExtendedRequest.controls()
Returns the value of thecontrols
record component.GenericExtendedResult.controls()
Returns the value of thecontrols
record component.IntermediateResponse.controls()
Returns the value of thecontrols
record component.InvalidRequest.controls()
ModifyDnRequest.controls()
Returns the value of thecontrols
record component.ModifyRequest.controls()
Returns the value of thecontrols
record component.PasswordModifyExtendedRequest.controls()
Returns the value of thecontrols
record component.PasswordModifyExtendedResult.controls()
Returns the value of thecontrols
record component.ProtocolOp.controls()
Returns aList
containing the controls included with this protocol-op.SearchRequest.controls()
Returns the value of thecontrols
record component.SearchResultEntry.controls()
Returns the value of thecontrols
record component.SearchResultReference.controls()
Returns the value of thecontrols
record component.StartTlsExtendedRequest.controls()
Returns the value of thecontrols
record component.StartTlsExtendedResult.controls()
Returns the value of thecontrols
record component.UnbindRequest.controls()
Returns the value of thecontrols
record component.UnknownRequest.controls()
Returns the value of thecontrols
record component.WhoAmIExtendedRequest.controls()
Returns the value of thecontrols
record component.WhoAmIExtendedResult.controls()
Returns the value of thecontrols
record component.Methods in org.forgerock.opendj.ldap.messages with parameters of type ControlModifier and TypeMethodDescriptionInvalidRequest.addControl
(Control control) default ProtocolOp
ProtocolOp.addControl
(Control control) Adds the provided control to this protocol-op.Method parameters in org.forgerock.opendj.ldap.messages with type arguments of type ControlModifier and TypeMethodDescriptionInvalidRequest.addControls
(Iterable<? extends Control> controls) default ProtocolOp
ProtocolOp.addControls
(Iterable<? extends Control> controls) Adds the provided controls to this protocol-op.static StartTlsExtendedResult
Responses.newStartTlsExtendedResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, List<Control> controls, Throwable cause, SslOptions sslOptions) Creates a new start TLS extended result which will use the provided SSL context.Constructor parameters in org.forgerock.opendj.ldap.messages with type arguments of type ControlModifierConstructorDescriptionAbandonRequest
(int requestId, List<Control> controls) Create newAbandonRequest
.AddRequest
(Entry entry, List<Control> controls) Create newAddRequest
with the entry to be added and theList
containing the controls.BindRequest
(int version, Dn name, byte authenticationType, ByteString authenticationValue, String saslMechanism, ByteString saslCredentials, SaslClient saslClient, List<Control> controls) Creates a newBindRequest
.CancelExtendedRequest
(int requestId, List<Control> controls) Creates a newCancelExtendedRequest
.CompareRequest
(Dn name, AttributeDescription attributeDescription, ByteString assertionValue, List<Control> controls) Create a newCompareRequest
.DeleteRequest
(Dn name, List<Control> controls) Creates a newDeleteRequest
.GenericExtendedRequest
(String requestName, ByteString requestValue, List<Control> controls) Creates a newGenericExtendedRequest
.IntermediateResponse
(String oid, ByteString value, List<Control> controls) Creates a newIntermediateResponse
.Create a newModifyDnRequest
.PasswordModifyExtendedRequest
(ByteString userIdentity, ByteString oldPassword, ByteString newPassword, List<Control> controls) Create a newPasswordModifyExtendedRequest
.SearchResultEntry
(Entry entry, List<Control> controls) Creates a newSearchResultEntry
.StartTlsExtendedRequest
(SslOptions sslOptions, List<Control> controls) Creates a newStartTlsExtendedRequest
.UnbindRequest
(List<Control> controls) Create a newUnbindRequest
.UnknownRequest
(byte protocolOpType, ByteString rawProtocolOp, List<Control> controls) Creates a newUnknownRequest
.WhoAmIExtendedRequest
(List<Control> controls) Creates a newWhoAmIExtendedRequest
.