JAVA/CORBA クラス
認証者 ID ファイルに基づいて Domino ディレクトリに認証者文書を作成し、オプションで ID ファイルを追加できます。
定義が行われるクラス Registration
構文 public boolean addCertifierToAddressBook(String idfile) throws NotesException
public boolean addCertifierToAddressBook(String idfile, String password) throws NotesException
public boolean addCertifierToAddressBook(String idfile, String password, String location, String comment) throws NotesException
パラメータ String idfile
このメソッドは、RegistrationServer プロパティによって指定されたサーバーの Domino ディレクトリ (names.nsf) に作用します。このプロパティが設定されていない場合は、ローカルの Domino データディレクトリにある names.nsf に作用します。
このメソッドは、UpdateAddressBook が true の場合、registerNewCertifier と共に自動的に発生します。
クロスリファレンス LotusScript NotesRegistration クラスの AddCertifierToAddressbook メソッド
例