isIDInVault (IDVault - Java)

Lets you check to see if a user's ID is in an ID vault. A returned boolean indicates whether or not the ID is in the vault.

Defined in

IDVault

Syntax

public boolean isIDInVault(String username, String servername)
		throws NotesException;
Parameter Description
username String. Specifies the name 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

IsIDInVault in LotusScript® NotesIDVault class

isIDInVault in JavaScript NotesIDVault class