upgradeUserToHierarchical (AdministrationProcess - Java)

Enters a request in the Administration Requests database to upgrade a user from a flat ID to a hierarchical ID.

Defined in

AdministrationProcess

Syntax

public String upgradeUserToHierarchical(String username)
   throws NotesException
public String upgradeUserToHierarchical(String username, String orgunit, String altcommonname, String altorgunit, String altlanguage)
   throws NotesException

Parameters

String username

The flat name of the user.

String orgunit

New organizational unit.

String altcommonname

New alternate common name.

String altorgunit

New alternate organizational unit.

String altlanguage

New alternate language.

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.

Example