moveUserInHierarchyRequest (AdministrationProcess - Java)

Enters a request in the Administration Requests database to move a user's name in the hierarchy.

Defined in

AdministrationProcess

Syntax

public String moveUserInHierarchyRequest(String username, String targetcertifier)
    throws NotesException
public String moveUserInHierarchyRequest(String username, String targetcertifier, boolean allowprimarynamechange)
    throws NotesException

Parameters

String username

The hierarchical name of the user in canonical or abbreviated form.

String targetcertifier

The name of the new certifier.

boolean allowprimarynamechange
  • true if the user's primary name can be changed when the name is moved

    This requires R5.04 or higher on all servers involved in the move.

  • false (default) if the user's primary name cannot be changed when the name is moved

Return value

String

The note ID of an entry created in the Administration Requests database, or an empty string if the certificate authority processes the request.

Usage

The AdministrationProcess properties must specify a certifier.

This is phase 1 of the move. See MoveUserInHierarchyComplete for phase 2.

Example