recertify (Registration - Java™)
Recertifies an ID file.
Defined in
Syntax
public boolean recertify(String idfile)
throws NotesException
public boolean recertify(String idfile, String certpw, String comment)
throws NotesException Parameters
String idfile The ID file to be recertified; specify the full path, for example, c:\notes\data\user.id.
String certpw The password for the certifier ID file.
String comment A value for the comment field in the Domino® Directory record for the user.
Return value
boolean True if the operation is successful; false otherwise.
Usage
CertifierIDFile must be set.
Expiration defaults to 2 years from now.
Note: The
expiration default is new with Release 6.0.3.
This method acts on the Domino® Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino® data directory if this property is not set.
This method prompts for the ID password.