Package | Description |
---|---|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.client.ldap |
LDAP configuration transport implementation.
|
org.forgerock.opendj.config.client.spi |
Client side driver implementation interfaces.
|
org.forgerock.opendj.config.conditions |
Logical conditions for defining constraints.
|
org.forgerock.opendj.config.dsconfig |
This package contains the DS config.
|
Modifier and Type | Class and Description |
---|---|
class |
DriverBasedManagementContext
Driver based client management connection context.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPManagementContext
An LDAP management connection context.
|
Modifier and Type | Method and Description |
---|---|
static ManagementContext |
LDAPManagementContext.newLDIFManagementContext(File ldifFile)
Returns a LDIF management context on the provided LDIF file.
|
static ManagementContext |
LDAPManagementContext.newManagementContext(Connection connection,
LDAPProfile profile)
Create a new LDAP management context using the provided LDAP connection.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ManagementContext |
Driver.getManagementContext()
Gets the management context associated with this driver.
|
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 | Method and Description |
---|---|
ManagementContext |
LDAPManagementContextFactory.getManagementContext()
Gets the management context which sub-commands should use in order to manage the directory server.
|
Copyright 2010-2017 ForgeRock AS.