認証者 ID ファイルを基にして Domino ディレクトリに認証者レコードを作成し、オプションでその ID ファイルを添付します。
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
Domino ディレクトリに追加される認証者 ID ファイル。絶対パスを指定します (例えば、c:¥notes¥data¥cert.id)。
String password
認証者 ID ファイルのパスワードです。
String location
認証者文書の [ロケーション] フィールドの値です。
String comment
認証者文書の [コメント] フィールドの値です。
boolean 型
操作が正常に終了した場合は true、それ以外の場合は false を返します。
ID を Domino ディレクトリレコードに添付する場合は、StoreIDInAddressBook を true に設定します。
このメソッドは、RegistrationServer によって指定されたサーバーの Domino ディレクトリ (names.nsf)、あるいは、このプロパティが設定されていない場合は、ローカル Domino データディレクトリ内の names.nsf に対して実行されます。
このメソッドは、UpdateAddressBook が true の場合、registerNewCertifier と共に自動的に発生します。
LotusScript® NotesRegistration クラスの AddCertifierToAddressbook メソッド