crossCertify (Registration - Java™)
Cross-certifies an ID file.
Defined in
Syntax
public boolean crossCertify(String idfile)
throws NotesException
public boolean crossCertify(String idfile, String certpw)
throws NotesException
public boolean crossCertify(String idfile, String certpw, String comment)
throws NotesException
Parameters
String idfile
The ID file to be cross-certified. 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 user's Domino® Directory record.
Return value
boolean
Returns true if the operation is successful; false otherwise.
Usage
This method requires that CertifierIDFile be set.
Expiration defaults to 10 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.