getUserID (IDVault - Java®)

Lets you get a userID instance from an ID Vault.

Defined in

IDVault

Syntax

public UserID getUserID(String username, String password,
 String servername)
			throws NotesException;
Parameter Description
username String. Specifies the name of the user whose ID file you are looking for.
password String. Specifies the password of the user whose ID file you are looking for.
servername String. Specifies the name of server to contact in the search for the ID file.
Possible Exception Description
Error accessing IDVault (4823) Operation failed to access idvault
Invalid value (4509) A parameter value is invalid

Language cross-reference

GetUserID in LotusScript NotesIDVault class

getUserID in JavaScript NotesIDVault class