Uses of Interface
org.forgerock.opendj.config.client.ManagementContext
Package
Description
Common client-side administration classes.
LDAP configuration transport implementation.
Client side driver implementation interfaces.
Logical conditions for defining constraints.
This package contains the DS config.
Provides support for an embedded directory server.
-
Uses of ManagementContext in org.forgerock.opendj.config.client
Modifier and TypeClassDescriptionclass
Driver based client management connection context.Modifier and TypeMethodDescriptionboolean
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. -
Uses of ManagementContext in org.forgerock.opendj.config.client.ldap
Modifier and TypeClassDescriptionfinal class
An LDAP management connection context.Modifier and TypeMethodDescriptionstatic ManagementContext
LdapManagementContext.newLdifManagementContext
(Path ldifPath) Returns a management context for the provided LDIF configuration file anddefault schema
.static ManagementContext
LdapManagementContext.newLdifManagementContext
(Path ldifPath, Schema schema) Returns a management context for the provided LDIF configuration file and schema.static ManagementContext
LdapManagementContext.newManagementContext
(Connection connection, LdapProfile profile) Creates a new LDAP management context using the provided LDAP connection anddefault schema
.static ManagementContext
LdapManagementContext.newUnsafeManagementContext
(Connection connection, LdapProfile profile) Creates a new LDAP management context using the provided connection and profile. -
Uses of ManagementContext in org.forgerock.opendj.config.client.spi
Modifier and TypeMethodDescriptionprotected abstract ManagementContext
Driver.getManagementContext()
Gets the management context associated with this driver. -
Uses of ManagementContext in org.forgerock.opendj.config.conditions
Modifier and TypeMethodDescriptionboolean
Condition.evaluate
(ManagementContext context, ManagedObject<?> managedObject) Evaluates this condition against the provided client managed object.boolean
ContainsCondition.evaluate
(ManagementContext context, ManagedObject<?> managedObject) boolean
IsPresentCondition.evaluate
(ManagementContext context, ManagedObject<?> managedObject) boolean
NotCondition.evaluate
(ManagementContext context, ManagedObject<?> managedObject) boolean
OrCondition.evaluate
(ManagementContext context, ManagedObject<?> managedObject) -
Uses of ManagementContext in org.forgerock.opendj.config.dsconfig
Modifier and TypeMethodDescriptionLdapManagementContextFactory.getManagementContext()
ManagementContextFactory.getManagementContext()
Gets the management context which sub-commands should use in order to manage the directory server. -
Uses of ManagementContext in org.forgerock.opendj.server.embedded
Modifier and TypeMethodDescriptionEmbeddedDirectoryServer.getConfiguration()
Returns the configuration of this server, which can be read or updated.