Uses of Interface
org.forgerock.opendj.config.client.ManagementContext
-
Packages that use ManagementContext 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. -
-
Uses of ManagementContext in org.forgerock.opendj.config.client
Classes in org.forgerock.opendj.config.client that implement ManagementContext Modifier and Type Class Description classDriverBasedManagementContextDriver based client management connection context.Methods in org.forgerock.opendj.config.client with parameters of type ManagementContext Modifier and Type Method Description booleanClientConstraintHandler. isAddAcceptable(ManagementContext context, ManagedObject<?> managedObject, Collection<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)Determines whether the newly created managed object which is about to be added to the server configuration satisfies this constraint.booleanClientConstraintHandler. isDeleteAcceptable(ManagementContext context, ManagedObjectPath<?,?> path, Collection<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)Determines whether the existing managed object which is about to be deleted from the server configuration satisfies this constraint.booleanClientConstraintHandler. isModifyAcceptable(ManagementContext context, ManagedObject<?> managedObject, Collection<org.forgerock.i18n.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
Classes in org.forgerock.opendj.config.client.ldap that implement ManagementContext Modifier and Type Class Description classLDAPManagementContextAn LDAP management connection context.Methods in org.forgerock.opendj.config.client.ldap that return ManagementContext Modifier and Type Method Description static ManagementContextLDAPManagementContext. newLDIFManagementContext(File ldifFile)Returns a LDIF management context on the provided LDIF file.static ManagementContextLDAPManagementContext. newManagementContext(org.forgerock.opendj.ldap.Connection connection, LDAPProfile profile)Create a new LDAP management context using the provided LDAP connection. -
Uses of ManagementContext in org.forgerock.opendj.config.client.spi
Methods in org.forgerock.opendj.config.client.spi that return ManagementContext Modifier and Type Method Description protected abstract ManagementContextDriver. getManagementContext()Gets the management context associated with this driver. -
Uses of ManagementContext in org.forgerock.opendj.config.conditions
Methods in org.forgerock.opendj.config.conditions with parameters of type ManagementContext Modifier and Type Method Description booleanCondition. evaluate(ManagementContext context, ManagedObject<?> managedObject)Evaluates this condition against the provided client managed object.booleanContainsCondition. evaluate(ManagementContext context, ManagedObject<?> managedObject)booleanIsPresentCondition. evaluate(ManagementContext context, ManagedObject<?> managedObject)booleanNOTCondition. evaluate(ManagementContext context, ManagedObject<?> managedObject)booleanORCondition. evaluate(ManagementContext context, ManagedObject<?> managedObject) -
Uses of ManagementContext in org.forgerock.opendj.config.dsconfig
Methods in org.forgerock.opendj.config.dsconfig that return ManagementContext Modifier and Type Method Description ManagementContextLDAPManagementContextFactory. getManagementContext()Gets the management context which sub-commands should use in order to manage the directory server.
-