Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
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.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
org.forgerock.opendj.rest2ldap.authz |
This package contains
Filter to authenticate and authorize LDAP connections. |
org.forgerock.opendj.rest2ldap.schema |
This package contains LDAP schema syntaxes and matching rules for JSON based attributes.
|
org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.event |
Defines some of the events and listeners used in the Control Panel.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative operations: start the server, modify an
entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.ui.components |
Contains some components used in the Control Panel: the MainActionsPane, the ActionButton, etc.
|
org.opends.guitools.controlpanel.ui.nodes |
Contains the different nodes that are used in the trees of the Control Panel (index browser, schema browser, LDAP
entries browser...).
|
org.opends.guitools.controlpanel.ui.renderer |
Contains some of the list, combo box and table renderers and editors used in the Control Panel: index renderers,
schema renderers, LDAP entry renderers...
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
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.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.monitors |
Contains various Directory Server monitor provider implementations.
|
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.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF content based on user-defined templates.
|
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.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaValidationPolicy
This class provides various schema validation policy options for controlling
how entries should be validated against the directory schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
AttributeType.Builder
A fluent API for incrementally constructing attribute type.
|
AttributeUsage
This enumeration defines the set of possible attribute usage values that may
apply to an attribute type, as defined in RFC 2252.
|
DitContentRule
This class defines a DIT content rule, which defines the set of allowed,
required, and prohibited attributes for entries with a given structural
objectclass, and also indicates which auxiliary classes may be included in
the entry.
|
DitContentRule.Builder
A fluent API for incrementally constructing DIT content rule.
|
DitStructureRule
This class defines a DIT structure rule, which is used to indicate the types
of children that entries may have.
|
DitStructureRule.Builder
A fluent API for incrementally constructing DIT structure rules.
|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
MatchingRule.Builder
A fluent API for incrementally constructing matching rules.
|
MatchingRuleImpl
This interface defines the set of methods that must be implemented to define
a new matching rule.
|
MatchingRuleUse
This class defines a data structure for storing and interacting with a
matching rule use definition, which may be used to restrict the set of
attribute types that may be used for a given matching rule.
|
MatchingRuleUse.Builder
A fluent API for incrementally constructing matching rule uses.
|
NameForm
This class defines a data structure for storing and interacting with a name
form, which defines the attribute type(s) that must and/or may be used in the
RDN of an entry with a given structural objectclass.
|
NameForm.Builder
A fluent API for incrementally constructing name forms.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
ObjectClass.Builder
A fluent API for incrementally constructing object classes.
|
ObjectClassType
This enumeration defines the set of possible objectclass types that may be
used, as defined in RFC 2252.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaBuilder
Schema builders should be used for incremental construction of new schemas.
|
SchemaBuilder.SchemaBuilderHook
Allows to perform modifications on element's builders before adding the result to this schema builder.
|
SchemaElement
Interface for schema elements.
|
SchemaValidationPolicy
This class provides various schema validation policy options for controlling
how entries should be validated against the directory schema.
|
SchemaValidationPolicy.Action
An enumeration of the possible actions which can be performed when a
schema validation failure is encountered.
|
SchemaValidationPolicy.EntryResolver
A call-back which will be called during DIT structure rule schema
validation in order to retrieve the parent of the entry being validated.
|
Syntax
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
|
Syntax.Builder
A fluent API for incrementally constructing syntaxes.
|
SyntaxImpl
This interface defines the set of methods and structures that must be
implemented to define a new attribute syntax.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaValidationPolicy
This class provides various schema validation policy options for controlling
how entries should be validated against the directory schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
MatchingRuleImpl
This interface defines the set of methods that must be implemented to define
a new matching rule.
|
SchemaBuilder
Schema builders should be used for incremental construction of new schemas.
|
Syntax
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
SchemaBuilder
Schema builders should be used for incremental construction of new schemas.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaElement
Interface for schema elements.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
ObjectClassType
This enumeration defines the set of possible objectclass types that may be
used, as defined in RFC 2252.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Syntax
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
|
Class and Description |
---|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Syntax
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaElement
Interface for schema elements.
|
Syntax
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
MatchingRule
This class defines a data structure for storing and interacting with matching
rules, which are used by servers to compare attribute values against
assertion values when performing Search and Compare operations.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Class and Description |
---|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
MatchingRuleImpl
This interface defines the set of methods that must be implemented to define
a new matching rule.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaBuilder
Schema builders should be used for incremental construction of new schemas.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Syntax
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
|
ObjectClass
This class defines a data structure for storing and interacting with an
objectclass, which contains a collection of attributes that must and/or may
be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about the
components of the LDAP schema.
|
SchemaElement
Interface for schema elements.
|
Copyright 2010-2020 ForgeRock AS.