In Servlet plug-in, how can we get a SecureCredentialsStore object? F

In Servlet plug-in, how can we get a SecureCredentialsStore object?

From the document, injection of services is not yet supported for Servlet plug-in.
forum.appian.com/.../Custom_Servlet_Plug-ins.html

From Java API, the ServiceLocator doesn't have a method that return this service.
forum.appian.com/.../ServiceLocator.html

Thank you,
-Rawich

OriginalPostID-174725

OriginalPostID-174725

  Discussion posts and replies are publicly visible

Parents
  • @shyamb, we're working on the integration to a content management system, built by extending Amazon S3 interface.

    In a SAIL form, we call the plug-in function that perform a search for documents matching search criteria. The search results include document IDs, which then used to construct URLs to the Servlet plug-in, to download the documents. All of these happen in the SAIL form, without submitting it, and no document is stored in Appian, in this use case.

    I'll update back, once we found a good solution.
Reply
  • @shyamb, we're working on the integration to a content management system, built by extending Amazon S3 interface.

    In a SAIL form, we call the plug-in function that perform a search for documents matching search criteria. The search results include document IDs, which then used to construct URLs to the Servlet plug-in, to download the documents. All of these happen in the SAIL form, without submitting it, and no document is stored in Appian, in this use case.

    I'll update back, once we found a good solution.
Children