Factor-y / CrossWorlds

The CrossWorlds Project for IBM Domino and OpenNTF ODA
Apache License 2.0
3 stars 4 forks source link

Implement the "application signer" feature for J2EE / WAB Applications #1

Open DanieleVistalli opened 9 years ago

DanieleVistalli commented 9 years ago

every application deployed on a CrossWorlds server should be able tho specify the idenity (Notes FullName) to be used as "Signer" for the application.

RunAsSigner context will be running with the specified identity.

Configuration will happen with an InitParameter set in Web.xml / Context Configuration

Additional configuration options will be considered in the future

DanieleVistalli commented 9 years ago

Added configuration parameter for the application context. Implemented custom SessionFactory to get named session for the Signer (if set, otherwhise go NATIVE)