JAVA/CORBA クラス


recertify メソッド

ID ファイルを再認証します。

定義が行われるクラスRegistration
構文public boolean recertify(String idfile)
throws NotesException

public boolean recertify(String idfile, String certpw, String comment)
throws NotesException

パラメータString idfile


String certpw
String comment
戻り値boolean 型
使用法CertifierIDFile を設定しておく必要があります。
Expiration はデフォルトによりこれから 2 年となります。

メモ 有効期限のデフォルトは Release 6.0.3 で新しく追加されました。

このメソッドは、RegistrationServer プロパティによって指定されたサーバーの Domino ディレクトリ (names.nsf) に作用します。このプロパティが設定されていない場合は、ローカルの Domino データディレクトリにある names.nsf に作用します。

このメソッドは、ID パスワードの入力を求めます。

クロスリファレンスLotusScript NotesRegistration クラスの Recertify メソッド
式言語の ViewCertify @コマンド