JAVA/CORBA クラス


addCertifierToAddressBook メソッド

認証者 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


String password
String location
String comment
戻り値

boolean 型


使用法

StoreIDInAddressBook を true に設定すると、ID が Domino ディレクトリの文書に追加されます。

このメソッドは、RegistrationServer で指定されたサーバーの Domino ディレクトリ (names.nsf) 上で実行されるか、またはこのプロパティが設定されていない場合は、ローカルの Domino データディレクトリ (names.nsf) 上で直接実行されます。

このメソッドは、UpdateAddressBook が true の場合、registerNewCertifier と共に自動的に発生します。

クロスリファレンス

LotusScript NotesRegistration クラスの AddCertifierToAddressbook メソッド