PS: http://rmannibucau.wordpress.com/2012/08/27/tomee-put-your-realm-in-your-webapp/ Le 2 juin 2013 22:36, "Romain Manni-Bucau" <[email protected]> a écrit :
> Hi > > Using lazy realm you should be able to get cdi easily in your realm > Le 2 juin 2013 21:51, "Dimitri" <[email protected]> a écrit : > >> Hi, >> >> I'm wondering what are the best practices for using JPA in JAAS >> LoginModules. >> >> In my scenario, a custom JAAS LoginModule will be used via >> org.apache.catalina.realm.JAASRealm. The LoginModule should operate >> relational data, so I'm looking for using JPA. The realm will be shared >> by several webapps belonging to the same SSO domain. Thus, the realm >> will be configured in server.xml, for a <Host> that has >> org.apache.catalina.authenticator.SingleSignOn plugged. >> >> 1) Is it possible to use CDI in this scenario? If not, what is the >> proper way to obtain EntityManager? >> 2) Is it possible to share persistence unit between a realm and one of >> the webapps? There will be a manager webapp that is supposed to operate >> exactly the same data that LoginModule will. >> >> Thanks! >> Dimitri >> >>
