Domino: ID Vault SDK APIs

From Wiki

Examples

= SDK APIs allow you to integrate the ID vault with your program

  • SECidfPut
Put an ID file into the vault (used when an ID isn't found in the vault)
  • SECidfGet
Get an ID file from the vault (used when an ID file isn't found locally, but is in the vault)
  • SECidfSync
Sync an ID with the copy in the vault

If you already have an application for backing up files, use these APIs to load the ID vault

  • SECAttachFileToDB
attach the id file to the Database
  • SECExtractIDFileFromDB
Extract the ID file from the named profile in a Database.
Exmaple: If your Notes ID has successfully been attached to your mail DB, exists a profile named $shimmerid.
More information about $shimmerid can be found here: http://www.ibm.com/developerworks/lotus/library/nd7-security-api/

Ver também