Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
org.forgerock.opendj.ldap.responses |
Classes and interfaces for core LDAP responses.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
Class and 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.
|
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 (see
StartTLSExtendedRequest ). |
GenericBindRequest
A generic Bind request which should be used for unsupported authentication
methods.
|
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.
|
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.
|
Class and 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 (see
StartTLSExtendedRequest ). |
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.
|
UnbindRequest
The Unbind operation allows a client to terminate an LDAP session.
|
Class and 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.
|
AnonymousSASLBindRequest
The anonymous SASL bind request as defined in RFC 4505.
|
BindClient
An authentication client which can be used to bind to a server.
|
BindRequest
The Bind operation allows authentication information to be exchanged between
the client and server.
|
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.
|
CRAMMD5SASLBindRequest
The CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
|
DeleteRequest
The Delete operation allows a client to request the removal of an entry from
the Directory.
|
DigestMD5SASLBindRequest
The DIGEST-MD5 SASL bind request as defined in RFC 2831.
|
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 (see
StartTLSExtendedRequest ). |
ExtendedRequestDecoder
A factory interface for decoding a generic extended request as an extended
request of specific type.
|
ExternalSASLBindRequest
The External SASL bind request as defined in RFC 4422.
|
GenericBindRequest
A generic Bind request which should be used for unsupported authentication
methods.
|
GenericExtendedRequest
A generic Extended request which should be used for unsupported extended
operations.
|
GSSAPISASLBindRequest
The GSSAPI SASL bind request as defined in RFC 2831.
|
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.
|
PlainSASLBindRequest
The Plain SASL bind request as defined in RFC 4616.
|
Request
The base class of all Requests provides methods for querying and manipulating
the set of Controls included with a Request.
|
SASLBindRequest
The SASL authentication method of the Bind operation allows clients to
authenticate using one of the SASL authentication methods defined in RFC
4513.
|
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.
|
SimpleBindRequest
The simple authentication method of the Bind Operation provides three
authentication mechanisms:
An anonymous authentication mechanism, in which both the name and
password are zero length.
|
StartTLSExtendedRequest
The start TLS extended request as defined in RFC 4511.
|
UnbindRequest
The Unbind operation allows a client to terminate an LDAP session.
|
WhoAmIExtendedRequest
The who am I extended request as defined in RFC 4532.
|
Class and Description |
---|
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 (see
StartTLSExtendedRequest ). |
Class and 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.
|
BindClient
An authentication client which can be used to bind to a server.
|
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 (see
StartTLSExtendedRequest ). |
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.
|
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.
|
Class and 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.
|
Request
The base class of all Requests provides methods for querying and manipulating
the set of Controls included with a Request.
|
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.
|
Class and Description |
---|
BindRequest
The Bind operation allows authentication information to be exchanged between
the client and server.
|
Class and 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 (see
StartTLSExtendedRequest ). |
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.
|
UnbindRequest
The Unbind operation allows a client to terminate an LDAP session.
|
Copyright 2010-2017 ForgeRock AS.