| | |
| | | import org.opends.server.protocols.ldap.LDAPModification; |
| | | import org.opends.server.protocols.ldap.LDAPAttribute ; |
| | | import org.opends.server.protocols.internal.InternalSearchOperation ; |
| | | import org.opends.server.core.ModifyOperation ; |
| | | import org.opends.server.core.ModifyOperationBasis ; |
| | | import org.opends.server.types.LDAPException; |
| | | import org.opends.server.types.ModificationType; |
| | | |
| | |
| | | |
| | | // |
| | | // Process the modify |
| | | ModifyOperation op = jmxClientConnection.processModify( |
| | | ModifyOperationBasis op = jmxClientConnection.processModify( |
| | | new ASN1OctetString(configEntryDN.toString()), |
| | | ldapModList); |
| | | |