verifyPassword (Session - Java™)

プレーンな文字列値をハッシュされた値に対して検証します。

注: このメソッドは R6.5 で新しく追加されました。

定義位置

Session

構文

public boolean verifyPassword(String password, String hashedpassword)
    throws NotesException

パラメータ

String password

通常の値です。

String hashedpassword

ハッシュされた値です。

戻り値

boolean 型

使用法

ハッシュされた値を作成するには、hashPassword を使用します。

クロスリファレンス

LotusScript® NotesSession クラスの VerifyPassword メソッド