Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.client.spi |
Client side driver implementation interfaces.
|
org.forgerock.opendj.config.conditions |
Logical conditions for defining constraints.
|
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.ldap.spi |
Interfaces and classes for service providers.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.forgerock.opendj.rest2ldap.authz |
This package contains
Filter to authenticate and authorize LDAP connections. |
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only view of the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
org.opends.admin.ads.util |
Defines a set of auxiliary classes and utilities that are used to retrieve the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
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.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Converters.getResponseResult(Operation operation,
Request request)
Returns the Result corresponding to the provided operation if it was successful.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationClient.commit()
If this is a new configuration this method will attempt to add it to the
server, otherwise it will commit any changes made to this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedObject.commit()
Adds this managed object to the server or commits any changes made to it
depending on whether the managed object already exists on the
server.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
String name)
Deletes the named instantiable child managed object from the named parent
managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd)
Deletes the optional child managed object from the named parent managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd) |
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
String name)
Deletes s set child managed object from the named parent managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.getManagedObject(ManagedObjectPath<C,S> path) |
<P> P |
ManagementContext.getPropertyValue(ManagedObjectPath<?,?> path,
PropertyDefinition<P> pd)
Gets the effective value of a property in the named managed object.
|
<P> P |
DriverBasedManagementContext.getPropertyValue(ManagedObjectPath<?,?> path,
PropertyDefinition<P> pd) |
<P> SortedSet<P> |
ManagementContext.getPropertyValues(ManagedObjectPath<?,?> path,
PropertyDefinition<P> pd)
Gets the effective values of a property in the named managed object.
|
<P> SortedSet<P> |
DriverBasedManagementContext.getPropertyValues(ManagedObjectPath<?,?> path,
PropertyDefinition<P> pd) |
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether the optional managed object associated with the
specified optional relations exists.
|
boolean |
ClientConstraintHandler.isAddAcceptable(ManagementContext context,
ManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether the newly created managed object which is about
to be added to the server configuration satisfies this constraint.
|
boolean |
ClientConstraintHandler.isDeleteAcceptable(ManagementContext context,
ManagedObjectPath<?,?> path,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether the existing managed object which is about to
be deleted from the server configuration satisfies this constraint.
|
boolean |
ClientConstraintHandler.isModifyAcceptable(ManagementContext context,
ManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether the changes to an existing managed object which
are about to be committed to the server configuration satisfies this
constraint.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(InstantiableRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(InstantiableRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects associated with the specified
instantiable relation which are a sub-type of the specified managed
object definition.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(SetRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified set
relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(SetRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects associated with the specified set
relation which are a sub-type of the specified managed object definition.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd)
Lists the child managed objects of the named parent managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd) |
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects of the named parent managed object which
are a sub-type of the specified managed object definition.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
AbstractManagedObjectDefinition<? extends C,? extends S> d) |
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd)
Lists the child managed objects of the named parent managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.listManagedObjects(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd) |
boolean |
ManagementContext.managedObjectExists(ManagedObjectPath<?,?> path)
Determines whether the named managed object exists.
|
boolean |
DriverBasedManagementContext.managedObjectExists(ManagedObjectPath<?,?> path) |
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(InstantiableRelationDefinition<C,S> r,
String name)
Removes the named instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name)
Removes s set child managed object.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractManagedObject.addNewManagedObject()
Adds this new managed object.
|
void |
AbstractManagedObject.commit() |
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
String name)
Deletes the named instantiable child managed object from the named parent
managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd)
Deletes the optional child managed object from the named parent managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
String name)
Deletes the named instantiable child managed object from the named parent
managed object.
|
protected abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<C,S> path)
Deletes the named managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(OptionalRelationDefinition<C,S> r) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SetRelationDefinition<C,S> r,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SingletonRelationDefinition<C,S> r) |
abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
abstract <C extends ConfigurationClient,S extends Configuration,P> |
Driver.getPropertyValues(ManagedObjectPath<C,S> path,
PropertyDefinition<P> pd)
Gets the effective values of a property in the named managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.hasChild(OptionalRelationDefinition<C,S> r) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(InstantiableRelationDefinition<C,S> r) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(InstantiableRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(SetRelationDefinition<C,S> r) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(SetRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d) |
abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.listManagedObjects(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects of the named parent managed object which
are a sub-type of the specified managed object definition.
|
abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.listManagedObjects(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects of the named parent managed object which
are a sub-type of the specified managed object definition.
|
abstract boolean |
Driver.managedObjectExists(ManagedObjectPath<?,?> path)
Determines whether the named managed object exists.
|
protected abstract void |
AbstractManagedObject.modifyExistingManagedObject()
Applies changes made to this managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(InstantiableRelationDefinition<C,S> r,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(OptionalRelationDefinition<C,S> r) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
OrCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject) |
boolean |
NotCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject) |
boolean |
IsPresentCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject) |
boolean |
ContainsCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject) |
boolean |
Condition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed object.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionFailureException
Thrown when the result code returned in a Result indicates that the Request
failed because the filter contained in an assertion control failed to match
the target entry.
|
class |
AuthenticationException
Thrown when the result code returned in a Result indicates that the Bind
Request failed due to an authentication failure.
|
class |
AuthorizationException
Thrown when the result code returned in a Result indicates that the Request
failed due to an authorization failure.
|
class |
CancelledResultException
Thrown when the result code returned in a Result indicates that the Request
was cancelled.
|
class |
ConnectionException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful because of a connection failure.
|
class |
ConstraintViolationException
Thrown when the result code returned in a Result indicates that the update
Request failed because it would have left the Directory in an inconsistent
state.
|
class |
EntryNotFoundException
Thrown when the result code returned in a Result indicates that the Request
failed because the target entry was not found by the Directory Server.
|
class |
MultipleEntriesFoundException
Thrown when the result code returned in a Result indicates that the requested
single entry search operation or read operation failed because the Directory
Server returned multiple matching entries (or search references) when only a
single matching entry was expected.
|
class |
ReferralException
Thrown when the result code returned in a Result indicates that the Request
could not be processed by the Directory Server because the target entry is
located on another server.
|
class |
TimeoutResultException
Thrown when the result code returned in a Result indicates that the Request
was aborted because it did not complete in the required time out period.
|
Modifier and Type | Method and Description |
---|---|
static LdapException |
LdapException.newLdapException(Result result)
Creates a new LDAP exception using the provided result.
|
static LdapException |
LdapException.newLdapException(ResultCode resultCode)
Creates a new LDAP exception with the provided result code and an
empty diagnostic message.
|
static LdapException |
LdapException.newLdapException(ResultCode resultCode,
CharSequence diagnosticMessage)
Creates a new LDAP exception with the provided result code and
diagnostic message.
|
static LdapException |
LdapException.newLdapException(ResultCode resultCode,
CharSequence diagnosticMessage,
Throwable cause)
Creates a new LDAP exception with the provided result code,
diagnostic message, and cause.
|
static LdapException |
LdapException.newLdapException(ResultCode resultCode,
Throwable cause)
Creates a new LDAP exception with the provided result code and
cause.
|
static LdapException |
LdapException.newLdapException(Throwable cause)
Creates a new LDAP exception with the provided cause and a result code depending
on the class cause original
cause . |
Modifier and Type | Method and Description |
---|---|
Promise<Connection,LdapException> |
LdapConnectionFactory.getConnectionAsync() |
Promise<Connection,LdapException> |
ConnectionFactory.getConnectionAsync()
Asynchronously obtains a connection to the Directory Server associated
with this connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionEventListener.handleConnectionError(boolean isDisconnectNotification,
LdapException error)
Notifies this connection event listener that a fatal error has occurred
and the connection can no longer be used - the server has crashed, for
example.
|
void |
LdapResultHandler.handleException(LdapException exception)
Invoked when the asynchronous operation has failed.
|
void |
LoadBalancerEventListener.handleLdapClientOffline(LdapClient client,
LdapException error)
Invoked when the load-balancer is unable to obtain a connection from the
specified LDAP client.
|
Modifier and Type | Method and Description |
---|---|
<VOUT> LdapPromise<VOUT> |
LdapPromise.then(Function<? super S,VOUT,LdapException> onResult) |
<VOUT> LdapPromise<VOUT> |
LdapPromise.thenAsync(AsyncFunction<? super S,VOUT,LdapException> onResult) |
LdapPromise<S> |
LdapPromise.thenOnException(ExceptionHandler<? super LdapException> onException) |
LdapPromise<S> |
LdapPromise.thenOnResultOrException(ResultHandler<? super S> onResult,
ExceptionHandler<? super LdapException> onException) |
Modifier and Type | Method and Description |
---|---|
Result |
Connection.add(AddRequest request)
Adds an entry to the Directory Server using the provided add request.
|
Result |
AbstractConnectionWrapper.add(AddRequest request)
Adds an entry to the Directory Server using the provided add request.
|
Result |
AbstractAsynchronousConnection.add(AddRequest request) |
Result |
Connection.add(Entry entry)
Adds the provided entry to the Directory Server.
|
Result |
AbstractConnectionWrapper.add(Entry entry)
Adds the provided entry to the Directory Server.
|
Result |
AbstractConnection.add(Entry entry) |
Result |
Connection.add(String... ldifLines)
Adds an entry to the Directory Server using the provided lines of LDIF.
|
Result |
AbstractConnectionWrapper.add(String... ldifLines)
Adds an entry to the Directory Server using the provided lines of LDIF.
|
Result |
AbstractConnection.add(String... ldifLines) |
Result |
Connection.applyChange(ChangeRecord request)
Applies the provided change request to the Directory Server.
|
Result |
AbstractConnectionWrapper.applyChange(ChangeRecord request)
Applies the provided change request to the Directory Server.
|
Result |
AbstractConnection.applyChange(ChangeRecord request) |
BindResult |
Connection.bind(BindRequest request)
Authenticates to the Directory Server using the provided bind request.
|
BindResult |
AbstractConnectionWrapper.bind(BindRequest request)
Authenticates to the Directory Server using the provided bind request.
|
BindResult |
AbstractAsynchronousConnection.bind(BindRequest request) |
BindResult |
Connection.bind(String name,
char[] password)
Authenticates to the Directory Server using simple authentication and the
provided user name and password.
|
BindResult |
AbstractConnectionWrapper.bind(String name,
char[] password)
Authenticates to the Directory Server using simple authentication and the
provided user name and password.
|
BindResult |
AbstractConnection.bind(String name,
char[] password) |
CompareResult |
Connection.compare(CompareRequest request)
Compares an entry in the Directory Server using the provided compare
request.
|
CompareResult |
AbstractConnectionWrapper.compare(CompareRequest request)
Compares an entry in the Directory Server using the provided compare
request.
|
CompareResult |
AbstractAsynchronousConnection.compare(CompareRequest request) |
CompareResult |
Connection.compare(String name,
String attributeDescription,
String assertionValue)
Compares the named entry in the Directory Server against the provided
attribute value assertion.
|
CompareResult |
AbstractConnectionWrapper.compare(String name,
String attributeDescription,
String assertionValue)
Compares the named entry in the Directory Server against the provided
attribute value assertion.
|
CompareResult |
AbstractConnection.compare(String name,
String attributeDescription,
String assertionValue) |
Result |
Connection.delete(DeleteRequest request)
Deletes an entry from the Directory Server using the provided delete
request.
|
Result |
AbstractConnectionWrapper.delete(DeleteRequest request)
Deletes an entry from the Directory Server using the provided delete
request.
|
Result |
AbstractAsynchronousConnection.delete(DeleteRequest request) |
Result |
Connection.delete(String name)
Deletes the named entry from the Directory Server.
|
Result |
AbstractConnectionWrapper.delete(String name)
Deletes the named entry from the Directory Server.
|
Result |
AbstractConnection.delete(String name) |
Result |
Connection.deleteSubtree(String name)
Deletes the named entry and all of its subordinates from the Directory
Server.
|
Result |
AbstractConnectionWrapper.deleteSubtree(String name)
Deletes the named entry and all of its subordinates from the Directory
Server.
|
Result |
AbstractConnection.deleteSubtree(String name) |
<R extends ExtendedResult> |
Connection.extendedRequest(ExtendedRequest<R> request)
Requests that the Directory Server performs the provided extended
request.
|
<R extends ExtendedResult> |
AbstractConnectionWrapper.extendedRequest(ExtendedRequest<R> request)
Requests that the Directory Server performs the provided extended
request.
|
<R extends ExtendedResult> |
AbstractConnection.extendedRequest(ExtendedRequest<R> request) |
<R extends ExtendedResult> |
Connection.extendedRequest(ExtendedRequest<R> request,
IntermediateResponseHandler handler)
Requests that the Directory Server performs the provided extended
request, optionally listening for any intermediate responses.
|
<R extends ExtendedResult> |
AbstractConnectionWrapper.extendedRequest(ExtendedRequest<R> request,
IntermediateResponseHandler handler)
Requests that the Directory Server performs the provided extended
request, optionally listening for any intermediate responses.
|
<R extends ExtendedResult> |
AbstractAsynchronousConnection.extendedRequest(ExtendedRequest<R> request,
IntermediateResponseHandler handler) |
GenericExtendedResult |
Connection.extendedRequest(String requestName,
ByteString requestValue)
Requests that the Directory Server performs the provided extended
request.
|
GenericExtendedResult |
AbstractConnectionWrapper.extendedRequest(String requestName,
ByteString requestValue)
Requests that the Directory Server performs the provided extended
request.
|
GenericExtendedResult |
AbstractConnection.extendedRequest(String requestName,
ByteString requestValue) |
Connection |
LdapConnectionFactory.getConnection() |
Connection |
ConnectionFactory.getConnection()
Returns a connection to the Directory Server associated with this
connection factory.
|
Result |
Connection.modify(ModifyRequest request)
Modifies an entry in the Directory Server using the provided modify
request.
|
Result |
AbstractConnectionWrapper.modify(ModifyRequest request)
Modifies an entry in the Directory Server using the provided modify
request.
|
Result |
AbstractAsynchronousConnection.modify(ModifyRequest request) |
Result |
Connection.modify(String... ldifLines)
Modifies an entry in the Directory Server using the provided lines of
LDIF.
|
Result |
AbstractConnectionWrapper.modify(String... ldifLines)
Modifies an entry in the Directory Server using the provided lines of
LDIF.
|
Result |
AbstractConnection.modify(String... ldifLines) |
Result |
Connection.modifyDn(ModifyDnRequest request)
Renames an entry in the Directory Server using the provided modify DN
request.
|
Result |
AbstractConnectionWrapper.modifyDn(ModifyDnRequest request)
Renames an entry in the Directory Server using the provided modify DN
request.
|
Result |
AbstractAsynchronousConnection.modifyDn(ModifyDnRequest request) |
Result |
Connection.modifyDn(String name,
String newRDN)
Renames the named entry in the Directory Server using the provided new
RDN.
|
Result |
AbstractConnectionWrapper.modifyDn(String name,
String newRDN)
Renames the named entry in the Directory Server using the provided new
RDN.
|
Result |
AbstractConnection.modifyDn(String name,
String newRDN) |
static Entry |
Entries.modifyEntry(Entry entry,
Modification change)
Applies the provided modification to an entry.
|
static Entry |
Entries.modifyEntry(Entry entry,
Modification change,
Collection<? super ByteString> conflictingValues)
Applies the provided modification to an entry.
|
static Entry |
Entries.modifyEntry(Entry entry,
ModifyRequest changes)
Applies the provided modification request to an entry.
|
static Entry |
Entries.modifyEntryPermissive(Entry entry,
Collection<Modification> changes)
Applies the provided modifications to an entry using "permissive" modify
semantics.
|
static Entry |
Entries.modifyEntryStrict(Entry entry,
Collection<Modification> changes)
Applies the provided modifications to an entry using "strict" modify
semantics.
|
SearchResultEntry |
Connection.readEntry(Dn name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnectionWrapper.readEntry(Dn name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnection.readEntry(Dn baseObject,
String... attributeDescriptions) |
SearchResultEntry |
Connection.readEntry(String name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnectionWrapper.readEntry(String name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnection.readEntry(String baseObject,
String... attributeDescriptions) |
static RootDse |
RootDse.readRootDse(Connection connection)
Reads the Root DSE from the Directory Server using the provided
connection.
|
static RootDse |
RootDse.readRootDse(LdapClientSocket socket)
Reads the Root DSE from the Directory Server using the provided client socket.
|
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries) |
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references) |
Result |
Connection.search(SearchRequest request,
SearchResultHandler handler)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
SearchResultHandler handler)
Searches the Directory Server using the provided search request.
|
Result |
AbstractAsynchronousConnection.search(SearchRequest request,
SearchResultHandler handler) |
SearchResultEntry |
Connection.searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided
search request.
|
SearchResultEntry |
AbstractConnectionWrapper.searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided
search request.
|
SearchResultEntry |
AbstractConnection.searchSingleEntry(SearchRequest request) |
SearchResultEntry |
Connection.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided
search parameters.
|
SearchResultEntry |
AbstractConnectionWrapper.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided
search parameters.
|
SearchResultEntry |
AbstractConnection.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions) |
Modifier and Type | Method and Description |
---|---|
LdapException |
InvalidRequest.getReason()
Returns the reason why this request is invalid.
|
Modifier and Type | Method and Description |
---|---|
static InvalidRequest |
Requests.newInvalidRequest(Request.RequestType invalidRequestType,
String invalidRawDn,
LdapException reason)
Creates a new invalid request using the provided reason.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder |
SchemaBuilder.addSchema(Connection connection,
Dn name,
boolean overwrite)
Reads the schema elements contained in the named subschema sub-entry and
adds them to this schema builder.
|
SchemaBuilder |
SchemaBuilder.addSchemaForEntry(Connection connection,
Dn name,
boolean overwrite)
Reads the schema elements contained in the subschema sub-entry which
applies to the named entry and adds them to this schema builder.
|
Entry |
SchemaValidationPolicy.EntryResolver.getEntry(Dn dn)
Returns the named entry in order to enforce DIT structure rules.
|
static Schema |
Schema.readSchema(Connection connection,
Dn name)
Reads the schema contained in the named subschema sub-entry.
|
static Schema |
Schema.readSchemaForEntry(Connection connection,
Dn name)
Reads the schema contained in the subschema sub-entry which applies to
the named entry.
|
Modifier and Type | Method and Description |
---|---|
static <R,E extends LdapException> |
LdapPromises.newFailedLdapPromise(E error)
Returns a
LdapPromise representing an asynchronous task which has already failed with the provided
error. |
static <R,E extends LdapException> |
LdapPromises.newFailedLdapPromise(E error,
int requestId)
Returns a
LdapPromise representing an asynchronous task, identified by the provided requestId, which has
already failed with the provided error. |
Modifier and Type | Method and Description |
---|---|
LdapException |
ConnectionState.getConnectionError()
Returns the error that caused the connection to fail, or
null if
the connection has not failed. |
Modifier and Type | Method and Description |
---|---|
void |
LdapPromiseImpl.handleException(LdapException exception) |
boolean |
ConnectionState.notifyConnectionError(boolean isDisconnectNotification,
LdapException error)
Attempts to transition this connection state to error and invokes event
listeners if successful.
|
Modifier and Type | Method and Description |
---|---|
static <R> LdapPromise<R> |
LdapPromises.asLdapPromise(Promise<R,LdapException> wrappedPromise)
Converts a
Promise to a LdapPromise with a request ID of -1. |
static <R> LdapPromise<R> |
LdapPromises.asLdapPromise(Promise<R,LdapException> wrappedPromise,
int requestId)
Converts a
Promise to a LdapPromise with the provided request ID. |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionEntryReader.hasNext() |
boolean |
ConnectionEntryReader.isEntry()
Waits for the next search result entry or reference to become available
and returns
true if it is an entry, or false if it is a
reference. |
boolean |
ConnectionEntryReader.isReference()
Waits for the next search result entry or reference to become available
and returns
true if it is a reference, or false if it is
an entry. |
SearchResultEntry |
ConnectionEntryReader.readEntry()
Waits for the next search result entry or reference to become available
and, if it is an entry, returns it as a
SearchResultEntry . |
SearchResultReference |
ConnectionEntryReader.readReference()
Waits for the next search result entry or reference to become available
and, if it is a reference, returns it as a
SearchResultReference . |
Result |
ConnectionEntryReader.readResult()
Waits for the next search response to become available and returns it if
it is a search result indicating that the search completed successfully.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(AddRequest change)
Writes the provided Add request to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ChangeRecord change)
Writes the provided change record to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(DeleteRequest change)
Writes the provided Delete request to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ModifyDnRequest change)
Writes the provided ModifyDN request to the underlying connection,
blocking until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ModifyRequest change)
Writes the provided Modify request to the underlying connection, blocking
until the request completes.
|
ConnectionEntryWriter |
ConnectionEntryWriter.writeEntry(Entry entry)
Writes an entry to the underlying connection using an Add request,
blocking until the request completes.
|
Modifier and Type | Method and Description |
---|---|
Promise<org.forgerock.services.context.SecurityContext,LdapException> |
AuthenticationStrategy.authenticate(String username,
String password,
org.forgerock.services.context.Context parentContext)
Authenticate a user.
|
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfgClient |
RootCfgClient.getAccessControlHandler()
Gets the Access Control Handler.
|
AccessLogFilteringCriteriaCfgClient |
AccessLogPublisherCfgClient.getAccessLogFilteringCriteria(String name)
Gets the named Access Log Filtering Criteria.
|
AccountStatusNotificationHandlerCfgClient |
RootCfgClient.getAccountStatusNotificationHandler(String name)
Gets the named Account Status Notification Handler.
|
AdministrationConnectorCfgClient |
RootCfgClient.getAdministrationConnector()
Gets the Administration Connector.
|
AlertHandlerCfgClient |
RootCfgClient.getAlertHandler(String name)
Gets the named Alert Handler.
|
BackendCfgClient |
RootCfgClient.getBackend(String name)
Gets the named Backend.
|
BackendIndexCfgClient |
PluggableBackendCfgClient.getBackendIndex(String name)
Gets the named Backend Index.
|
BackendVlvIndexCfgClient |
PluggableBackendCfgClient.getBackendVlvIndex(String name)
Gets the named Backend Vlv Index.
|
CertificateMapperCfgClient |
RootCfgClient.getCertificateMapper(String name)
Gets the named Certificate Mapper.
|
ConnectionHandlerCfgClient |
RootCfgClient.getConnectionHandler(String name)
Gets the named Connection Handler.
|
CryptoManagerCfgClient |
RootCfgClient.getCryptoManager()
Gets the Crypto Manager.
|
DebugTargetCfgClient |
DebugLogPublisherCfgClient.getDebugTarget(String name)
Gets the named Debug Target.
|
EntryCacheCfgClient |
RootCfgClient.getEntryCache(String name)
Gets the named Entry Cache.
|
ExtendedOperationHandlerCfgClient |
RootCfgClient.getExtendedOperationHandler(String name)
Gets the named Extended Operation Handler.
|
ExternalChangelogDomainCfgClient |
ReplicationDomainCfgClient.getExternalChangelogDomain()
Gets the External Changelog Domain.
|
GlobalAccessControlPolicyCfgClient |
PolicyBasedAccessControlHandlerCfgClient.getGlobalAccessControlPolicy(String name)
Gets the named Global Access Control Policy.
|
GlobalCfgClient |
RootCfgClient.getGlobalConfiguration()
Gets the Global Configuration.
|
GroupImplementationCfgClient |
RootCfgClient.getGroupImplementation(String name)
Gets the named Group Implementation.
|
HttpAuthorizationMechanismCfgClient |
RootCfgClient.getHttpAuthorizationMechanism(String name)
Gets the named Http Authorization Mechanism.
|
HttpEndpointCfgClient |
RootCfgClient.getHttpEndpoint(String name)
Gets the named Http Endpoint.
|
IdentityMapperCfgClient |
RootCfgClient.getIdentityMapper(String name)
Gets the named Identity Mapper.
|
KeyManagerProviderCfgClient |
RootCfgClient.getKeyManagerProvider(String name)
Gets the named Key Manager Provider.
|
LogPublisherCfgClient |
RootCfgClient.getLogPublisher(String name)
Gets the named Log Publisher.
|
LogRetentionPolicyCfgClient |
RootCfgClient.getLogRetentionPolicy(String name)
Gets the named Log Retention Policy.
|
LogRotationPolicyCfgClient |
RootCfgClient.getLogRotationPolicy(String name)
Gets the named Log Rotation Policy.
|
MonitorProviderCfgClient |
RootCfgClient.getMonitorProvider(String name)
Gets the named Monitor Provider.
|
PasswordGeneratorCfgClient |
RootCfgClient.getPasswordGenerator(String name)
Gets the named Password Generator.
|
AuthenticationPolicyCfgClient |
RootCfgClient.getPasswordPolicy(String name)
Gets the named Password Policy.
|
PasswordStorageSchemeCfgClient |
RootCfgClient.getPasswordStorageScheme(String name)
Gets the named Password Storage Scheme.
|
PasswordValidatorCfgClient |
RootCfgClient.getPasswordValidator(String name)
Gets the named Password Validator.
|
PluginCfgClient |
PluginRootCfgClient.getPlugin(String name)
Gets the named Plugin.
|
PluginRootCfgClient |
RootCfgClient.getPluginRoot()
Gets the Plugin Root.
|
ReplicationDomainCfgClient |
ReplicationSynchronizationProviderCfgClient.getReplicationDomain(String name)
Gets the named Replication Domain.
|
ReplicationServerCfgClient |
ReplicationSynchronizationProviderCfgClient.getReplicationServer()
Gets the Replication Server if it is present.
|
RootDnCfgClient |
RootCfgClient.getRootDn()
Gets the Root Dn.
|
RootDnUserCfgClient |
RootDnCfgClient.getRootDnUser(String name)
Gets the named Root Dn User.
|
RootDseBackendCfgClient |
RootCfgClient.getRootDseBackend()
Gets the Root Dse Backend.
|
SaslMechanismHandlerCfgClient |
RootCfgClient.getSaslMechanismHandler(String name)
Gets the named Sasl Mechanism Handler.
|
SchemaProviderCfgClient |
RootCfgClient.getSchemaProvider(String name)
Gets the named Schema Provider.
|
ServiceDiscoveryMechanismCfgClient |
RootCfgClient.getServiceDiscoveryMechanism(String name)
Gets the named Service Discovery Mechanism.
|
SynchronizationProviderCfgClient |
RootCfgClient.getSynchronizationProvider(String name)
Gets the named Synchronization Provider.
|
TrustManagerProviderCfgClient |
RootCfgClient.getTrustManagerProvider(String name)
Gets the named Trust Manager Provider.
|
VirtualAttributeCfgClient |
RootCfgClient.getVirtualAttribute(String name)
Gets the named Virtual Attribute.
|
WorkQueueCfgClient |
RootCfgClient.getWorkQueue()
Gets the Work Queue.
|
boolean |
ReplicationSynchronizationProviderCfgClient.hasReplicationServer()
Determines whether the Replication Server exists.
|
String[] |
AccessLogPublisherCfgClient.listAccessLogFilteringCriteria()
Lists the Access Log Filtering Criteria.
|
String[] |
RootCfgClient.listAccountStatusNotificationHandlers()
Lists the Account Status Notification Handlers.
|
String[] |
RootCfgClient.listAlertHandlers()
Lists the Alert Handlers.
|
String[] |
PluggableBackendCfgClient.listBackendIndexes()
Lists the Backend Indexes.
|
String[] |
RootCfgClient.listBackends()
Lists the Backends.
|
String[] |
PluggableBackendCfgClient.listBackendVlvIndexes()
Lists the Backend Vlv Indexes.
|
String[] |
RootCfgClient.listCertificateMappers()
Lists the Certificate Mappers.
|
String[] |
RootCfgClient.listConnectionHandlers()
Lists the Connection Handlers.
|
String[] |
DebugLogPublisherCfgClient.listDebugTargets()
Lists the Debug Targets.
|
String[] |
RootCfgClient.listEntryCaches()
Lists the Entry Caches.
|
String[] |
RootCfgClient.listExtendedOperationHandlers()
Lists the Extended Operation Handlers.
|
String[] |
PolicyBasedAccessControlHandlerCfgClient.listGlobalAccessControlPolicies()
Lists the Global Access Control Policies.
|
String[] |
RootCfgClient.listGroupImplementations()
Lists the Group Implementations.
|
String[] |
RootCfgClient.listHttpAuthorizationMechanisms()
Lists the Http Authorization Mechanisms.
|
String[] |
RootCfgClient.listHttpEndpoints()
Lists the Http Endpoints.
|
String[] |
RootCfgClient.listIdentityMappers()
Lists the Identity Mappers.
|
String[] |
RootCfgClient.listKeyManagerProviders()
Lists the Key Manager Providers.
|
String[] |
RootCfgClient.listLogPublishers()
Lists the Log Publishers.
|
String[] |
RootCfgClient.listLogRetentionPolicies()
Lists the Log Retention Policies.
|
String[] |
RootCfgClient.listLogRotationPolicies()
Lists the Log Rotation Policies.
|
String[] |
RootCfgClient.listMonitorProviders()
Lists the Monitor Providers.
|
String[] |
RootCfgClient.listPasswordGenerators()
Lists the Password Generators.
|
String[] |
RootCfgClient.listPasswordPolicies()
Lists the Password Policies.
|
String[] |
RootCfgClient.listPasswordStorageSchemes()
Lists the Password Storage Schemes.
|
String[] |
RootCfgClient.listPasswordValidators()
Lists the Password Validators.
|
String[] |
PluginRootCfgClient.listPlugins()
Lists the Plugins.
|
String[] |
ReplicationSynchronizationProviderCfgClient.listReplicationDomains()
Lists the Replication Domains.
|
String[] |
RootDnCfgClient.listRootDnUsers()
Lists the Root Dn Users.
|
String[] |
RootCfgClient.listSaslMechanismHandlers()
Lists the Sasl Mechanism Handlers.
|
String[] |
RootCfgClient.listSchemaProviders()
Lists the Schema Providers.
|
String[] |
RootCfgClient.listServiceDiscoveryMechanisms()
Lists the Service Discovery Mechanisms.
|
String[] |
RootCfgClient.listSynchronizationProviders()
Lists the Synchronization Providers.
|
String[] |
RootCfgClient.listTrustManagerProviders()
Lists the Trust Manager Providers.
|
String[] |
RootCfgClient.listVirtualAttributes()
Lists the Virtual Attributes.
|
void |
AccessLogPublisherCfgClient.removeAccessLogFilteringCriteria(String name)
Removes the named Access Log Filtering Criteria.
|
void |
RootCfgClient.removeAccountStatusNotificationHandler(String name)
Removes the named Account Status Notification Handler.
|
void |
RootCfgClient.removeAlertHandler(String name)
Removes the named Alert Handler.
|
void |
RootCfgClient.removeBackend(String name)
Removes the named Backend.
|
void |
PluggableBackendCfgClient.removeBackendIndex(String name)
Removes the named Backend Index.
|
void |
PluggableBackendCfgClient.removeBackendVlvIndex(String name)
Removes the named Backend Vlv Index.
|
void |
RootCfgClient.removeCertificateMapper(String name)
Removes the named Certificate Mapper.
|
void |
RootCfgClient.removeConnectionHandler(String name)
Removes the named Connection Handler.
|
void |
DebugLogPublisherCfgClient.removeDebugTarget(String name)
Removes the named Debug Target.
|
void |
RootCfgClient.removeEntryCache(String name)
Removes the named Entry Cache.
|
void |
RootCfgClient.removeExtendedOperationHandler(String name)
Removes the named Extended Operation Handler.
|
void |
PolicyBasedAccessControlHandlerCfgClient.removeGlobalAccessControlPolicy(String name)
Removes the named Global Access Control Policy.
|
void |
RootCfgClient.removeGroupImplementation(String name)
Removes the named Group Implementation.
|
void |
RootCfgClient.removeHttpAuthorizationMechanism(String name)
Removes the named Http Authorization Mechanism.
|
void |
RootCfgClient.removeHttpEndpoint(String name)
Removes the named Http Endpoint.
|
void |
RootCfgClient.removeIdentityMapper(String name)
Removes the named Identity Mapper.
|
void |
RootCfgClient.removeKeyManagerProvider(String name)
Removes the named Key Manager Provider.
|
void |
RootCfgClient.removeLogPublisher(String name)
Removes the named Log Publisher.
|
void |
RootCfgClient.removeLogRetentionPolicy(String name)
Removes the named Log Retention Policy.
|
void |
RootCfgClient.removeLogRotationPolicy(String name)
Removes the named Log Rotation Policy.
|
void |
RootCfgClient.removeMonitorProvider(String name)
Removes the named Monitor Provider.
|
void |
RootCfgClient.removePasswordGenerator(String name)
Removes the named Password Generator.
|
void |
RootCfgClient.removePasswordPolicy(String name)
Removes the named Password Policy.
|
void |
RootCfgClient.removePasswordStorageScheme(String name)
Removes the named Password Storage Scheme.
|
void |
RootCfgClient.removePasswordValidator(String name)
Removes the named Password Validator.
|
void |
PluginRootCfgClient.removePlugin(String name)
Removes the named Plugin.
|
void |
ReplicationSynchronizationProviderCfgClient.removeReplicationDomain(String name)
Removes the named Replication Domain.
|
void |
ReplicationSynchronizationProviderCfgClient.removeReplicationServer()
Removes the Replication Server if it exists.
|
void |
RootDnCfgClient.removeRootDnUser(String name)
Removes the named Root Dn User.
|
void |
RootCfgClient.removeSaslMechanismHandler(String name)
Removes the named Sasl Mechanism Handler.
|
void |
RootCfgClient.removeSchemaProvider(String name)
Removes the named Schema Provider.
|
void |
RootCfgClient.removeServiceDiscoveryMechanism(String name)
Removes the named Service Discovery Mechanism.
|
void |
RootCfgClient.removeSynchronizationProvider(String name)
Removes the named Synchronization Provider.
|
void |
RootCfgClient.removeTrustManagerProvider(String name)
Removes the named Trust Manager Provider.
|
void |
RootCfgClient.removeVirtualAttribute(String name)
Removes the named Virtual Attribute.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServerDescriptor.seedAdsTrustStore(ConnectionWrapper connWrapper,
Map<String,byte[]> keyEntryMap)
Seeds the bound instance's local ads-truststore with a set of instance key-pair public key certificates.
|
Constructor and Description |
---|
TopologyCacheException(TopologyCacheException.Type type,
LdapException e,
ApplicationTrustManager trustManager,
HostPort ldapHostPort)
Constructor for the exception that must be generated when a LdapException occurs.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
ServerLoader.createConnectionWrapper()
Returns a Connection Wrapper.
|
static HostPort |
ServerLoader.toHostPort(String ldapUrl)
Converts an ldapUrl to a HostPort.
|
Constructor and Description |
---|
ConnectionWrapper(ConnectionWrapper other)
Creates a connection wrapper by copying the provided one.
|
ConnectionWrapper(HostPort hostPort,
ConnectionSecurity connectionSecurity,
Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
ConnectionSecurity connectionSecurity,
Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionWithControls.add(AddRequest request)
Adds with the provided request.
|
void |
ConnectionWithControls.delete(DeleteRequest request)
Deletes with the provided request.
|
ConnectionWithControls |
BrowserController.findConnectionForDisplayedEntry(BasicNode node)
Return the LDAP connection to search the displayed entry (which can be the local or remote entry).
|
ConnectionWithControls |
LDAPConnectionPool.getConnection(LDAPURL ldapUrl)
Returns an LDAPConnection for accessing the specified url.
|
void |
ConnectionWithControls.modify(ModifyRequest request)
Modifies with the provided request.
|
void |
ConnectionWithControls.modifyDN(ModifyDnRequest request)
modifies a DN with the provided request.
|
SearchResultEntry |
ConnectionWithControls.searchSingleEntry(SearchRequest request)
Searches a single entry.
|
void |
LDAPConnectionPool.unregisterConnection(ConnectionWrapper conn)
Unregisters a connection from this connection pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlPanelInfo.setUserDataConnection(ConnectionWrapper conn)
Sets the connection to be used by the ControlPanelInfo to retrieve user data.
|
Modifier and Type | Method and Description |
---|---|
Schema |
RemoteSchemaLoader.readSchema(ConnectionWrapper connWrapper)
Reads and returns the schema.
|
Modifier and Type | Method and Description |
---|---|
Connection |
LDAPContext.InternalConnectionFactory.getAuthenticatedConnection(Entry userEntry)
Get a direct
Connection to this Directory Server. |
Modifier and Type | Method and Description |
---|---|
BindResult |
JmxClientConnection.processBind(BindRequest request)
Processes a bind request.
|
Modifier and Type | Method and Description |
---|---|
static TopologyCache |
ReplicationCliMain.createTopologyCache(HostPort hostPort,
String password)
Returns a
TopologyCache corresponding to the replication topology of the provided server. |
Copyright 2010-2020 ForgeRock AS.