addCertifierToAddressBook (Registration - Java™)

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

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 メソッド