システム管理要求データベースに要求を入力して、ユーザーを階層なしの ID から階層付きの ID にアップグレードします。
public String upgradeUserToHierarchical(String username)
throws NotesException
public String upgradeUserToHierarchical(String username, String orgunit, String altcommonname, String altorgunit, String altlanguage)
throws NotesException
String username
ユーザーの階層なしの名前です。
String orgunit
新しい組織単位です。
String altcommonname
新しい代替共通名です。
String altorgunit
新しい代替組織単位です。
String altlanguage
新しい代替言語です。
String
システム管理要求データベースに作成されたエントリの文書 ID、または空の文字列 (認証機関が要求を処理する場合)。
AdministrationProcess プロパティは、認証者を指定する必要があります。