Package com.ibm.portal.portlet.service.credentialvault.spi

This package defines the Credential Vault SPI.

See:
          Description

Interface Summary
CredentialDataEntry Interface that provides information about a credential that is exported.
EncryptionExit Encryption exit interface for encrypting and decrypting passwords stored in the default vault of the portal.
Exportable Vault Adapter Extension that enables export of credentials.
UserIDChangeListener Vault Adapter Extension that enables the adapter to keep the user identifiers up to date.
VaultAdapter Interface that defines a Vault that may be plugged into the portal.
VaultAdapterDN Deprecated. since 6.1.0.3 use VaultAdapter instead
 

Package com.ibm.portal.portlet.service.credentialvault.spi Description

This package defines the Credential Vault SPI. The Credential Vault stores the users secrets that are required by a portlet for accessing protected applications. The vault can be partitioned into multiple segments. Each segment is configured with a vault adapter that maps the logical representation of the vault to an actual implementation. A vault adapter is a plug-in to provide the Credential Vault service access to a certain credential repository. The default implementation of the vault uses a relational database, the WebSphere Portal database.

With this SPI WebSphere Portal provides the possibility to write a custom vault adapter to use credentials stored in your own store in the WebSphere Portal environment.