Uses of Class
org.springframework.extensions.surf.exception.CredentialVaultProviderException
-
Packages that use CredentialVaultProviderException Package Description org.springframework.extensions.webscripts.connector -
-
Uses of CredentialVaultProviderException in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that throw CredentialVaultProviderException Modifier and Type Method Description CredentialVaultConnectorService. getCredentialVault(javax.servlet.http.HttpSession session, java.lang.String userId)Retrieves the user-scoped CredentialVault for the given user If a vault doesn't yet exist, a vault of the default type will be instantiatedCredentialVaultConnectorService. getCredentialVault(javax.servlet.http.HttpSession session, java.lang.String userId, java.lang.String vaultProviderId)Retrieves the user-scoped CredentialVault for the given user id and given vault idCredentialVaultCredentialVaultProvider. provide(java.lang.String id)Provide a credential vault for the given IDCredentialVaultSimpleCredentialVaultProvider. provide(java.lang.String id)Provide a Credential Vault for the given id
-