Uses of Package
org.forgerock.opendj.ldap.messages
-
Packages that use org.forgerock.opendj.ldap.messages Package Description org.forgerock.opendj.discovery Contains the Service Discovery Mechanisms and APIs.org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.server.core Classes implementing core server APIs.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.discovery Class Description BindRequest The Bind operation allows authentication information to be exchanged between the client and server. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.io Class Description AbandonRequest The Abandon operation allows a client to request that the server abandon an uncompleted operation.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.BindRequest The Bind operation allows authentication information to be exchanged between the client and server.CompareRequest The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ExtendedRequest The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (seeStartTlsExtendedRequest
).IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.LdapMessage Encapsulates aProtocolOp
with LDAP specific message information.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.Result A Result is used to indicate the status of an operation performed by the server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation.UnbindRequest The Unbind operation allows a client to terminate an LDAP session.UnknownRequest Wraps a message that theLdapServer
was unable to decode because it did not recognize it. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.io.rx Class Description LdapMessage Encapsulates aProtocolOp
with LDAP specific message information. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.ldap Class Description AbandonRequest The Abandon operation allows a client to request that the server abandon an uncompleted operation.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.BindRequest The Bind operation allows authentication information to be exchanged between the client and server.BindResult A Bind result indicates the status of the client's request for authentication.CompareRequest The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.CompareResult An Compare result indicates the final status of an Compare operation.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ExtendedRequest The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (seeStartTlsExtendedRequest
).ExtendedResult A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.GenericExtendedResult A Generic Extended result indicates the final status of an Generic Extended operation.IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation.UnbindRequest The Unbind operation allows a client to terminate an LDAP session. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.ldap.messages Class Description AbandonRequest The Abandon operation allows a client to request that the server abandon an uncompleted operation.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.BindRequest The Bind operation allows authentication information to be exchanged between the client and server.BindResult A Bind result indicates the status of the client's request for authentication.CancelExtendedRequest The cancel extended request as defined in RFC 3909.CompareRequest The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.CompareResult An Compare result indicates the final status of an Compare operation.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ExtendedRequest The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (seeStartTlsExtendedRequest
).ExtendedRequestDecoder A factory interface for decoding a generic extended request as an extended request of specific type.ExtendedResult A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.ExtendedResultDecoder A factory interface for decoding a generic extended result as an extended result of specific type.GenericExtendedRequest A generic Extended request which should be used for unsupported extended operations.GenericExtendedResult A Generic Extended result indicates the final status of an Generic Extended operation.GenericIntermediateResponse A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.InvalidRequest Represents a request which has been received and decoded but but is invalid according to the LDAP standard because of an invalid DN syntax or an invalid attribute syntax.LdapMessage Encapsulates aProtocolOp
with LDAP specific message information.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.PasswordModifyExtendedRequest The password modify extended request as defined in RFC 3062.PasswordModifyExtendedResult The password modify extended result as defined in RFC 3062.ProtocolOp The base class of all requests and responses provides methods for querying and manipulating the set of Controls.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Request.RequestType The type of this request.RequestVisitor A visitor ofRequest
s, in the style of the visitor design pattern.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation.StartTlsExtendedRequest The start TLS extended request as defined in RFC 4511.StartTlsExtendedResult The start tls extended result as defined in RFC 4511.UnbindRequest The Unbind operation allows a client to terminate an LDAP session.UnknownRequest Wraps a message that theLdapServer
was unable to decode because it did not recognize it.WhoAmIExtendedRequest The who am I extended request as defined in RFC 4532.WhoAmIExtendedResult The who am I extended result as defined in RFC 4532. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.ldap.schema Class Description SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.ldif Class Description AbstractRequestVisitor Abstract class that implements theRequestVisitor
interface.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.ProtocolOp The base class of all requests and responses provides methods for querying and manipulating the set of Controls.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.RequestVisitor A visitor ofRequest
s, in the style of the visitor design pattern.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation. -
Classes in org.forgerock.opendj.ldap.messages used by org.forgerock.opendj.server.core Class Description Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.api Class Description AbandonRequest The Abandon operation allows a client to request that the server abandon an uncompleted operation.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.BindRequest The Bind operation allows authentication information to be exchanged between the client and server.CompareRequest The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ExtendedRequest The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (seeStartTlsExtendedRequest
).IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.InvalidRequest Represents a request which has been received and decoded but but is invalid according to the LDAP standard because of an invalid DN syntax or an invalid attribute syntax.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.RequestVisitor A visitor ofRequest
s, in the style of the visitor design pattern.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation.UnbindRequest The Unbind operation allows a client to terminate an LDAP session.UnknownRequest Wraps a message that theLdapServer
was unable to decode because it did not recognize it. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.api.plugin Class Description IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.Result A Result is used to indicate the status of an operation performed by the server.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.authorization.dseecompat Class Description SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.authorization.policy Class Description Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.backends Class Description Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.core Class Description AbandonRequest The Abandon operation allows a client to request that the server abandon an uncompleted operation.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.BindRequest The Bind operation allows authentication information to be exchanged between the client and server.CompareRequest The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ExtendedRequest The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (seeStartTlsExtendedRequest
).ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation.UnbindRequest The Unbind operation allows a client to terminate an LDAP session. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.loggers Class Description AbandonRequest The Abandon operation allows a client to request that the server abandon an uncompleted operation.AddRequest The Add operation allows a client to request the addition of an entry into the Directory.BindRequest The Bind operation allows authentication information to be exchanged between the client and server.CompareRequest The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ExtendedRequest The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (seeStartTlsExtendedRequest
).InvalidRequest Represents a request which has been received and decoded but but is invalid according to the LDAP standard because of an invalid DN syntax or an invalid attribute syntax.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.UnbindRequest The Unbind operation allows a client to terminate an LDAP session. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.protocols Class Description Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.protocols.jmx Class Description BindRequest The Bind operation allows authentication information to be exchanged between the client and server.IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.Result A Result is used to indicate the status of an operation performed by the server.SearchRequest The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.protocols.ldap Class Description IntermediateResponse An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.Request The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.Response The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.SearchResultEntry A Search Result Entry represents an entry found during a Search operation.SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.replication.protocol Class Description AddRequest The Add operation allows a client to request the addition of an entry into the Directory.DeleteRequest The Delete operation allows a client to request the removal of an entry from the Directory.ModifyDnRequest The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.ModifyRequest The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.types Class Description Result A Result is used to indicate the status of an operation performed by the server. -
Classes in org.forgerock.opendj.ldap.messages used by org.opends.server.types.operation Class Description SearchResultReference A Search Result Reference represents an area not yet explored during a Search operation.