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

This package defines the portal provided secret objects that are used for SSO to authenticate the user at another application.

See:
          Description

Interface Summary
BinaryCredentialSecret Implementation of the CredentialSecret class for binary secrets.
CredentialSecret Base interface for all secret classes.
CredentialSecretFactory Factory to create the appropriate secret.
ExternalCredentialSecret Implementation of the CredentialSecret class for an external secret.
JaasSubjectCredentialSecret Implementation of the CredentialSecret class for secrets in form of a Jaas Subject.
JavaObjectCredentialSecret Implementation of the CredentialSecret class for a secret in form of a Java Object.
UserPasswordCredentialSecret Implementation of the CredentialSecret class for a userid/password secret.
 

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

This package defines the portal provided secret objects that are used for SSO to authenticate the user at another application.