Want to pass your IBM Lotus Notes Domino 8.5 Application Development Update C2040-951 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Tara is writing an agent that allows users to reset their password on their ID file from the ID vault. What method listed below would need to be used in the agent to accomplish this task?
A. notesSession.ResetUserPassword
B. notesuiworkspace.ResetUserPassword
C. notesDatabase.ResetVaultIDPassword
D. notesAdministrationProcess.ResetIDPassword
What is the difference between the global objects header and headerValues?
A. Both represent the same object.
B. headerValues is not a global object.
C. header contains a RequestHeaderMap, which returns the first value of each header only, whereas headerValues provides all values of eachheader in an array.
D. header contains the header values of the servlet request, whereas headerValues is an object, containing all the properties of the actualXPage in an string array.
Jennifer has to get the IP address of the user who is accessing her Reporting XPage. This information is stored in a CGI variable. What global object can she use to access the IP address and all other CGI variables contained in the incoming request?
A. cookie
B. paramValues
C. facesContext
D. headerValues