Package | Description |
---|---|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.ldap |
LDAP configuration transport implementation.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.condition |
Logical conditions for defining constraints.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConstraintHandler.isAddAcceptable(ManagementContext context,
ManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether or not 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 or not 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 or not 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.createFromContext(LDAPConnection connection)
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 |
Condition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
IsPresentCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
ContainsCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
ORCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
ANDCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
NOTCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.