1. Using Spring Security with EJB or Spring? stackoverflow.comI wanted to build an application based on Java EE 6, but the security mechanisms of Java EE are not sufficient and a pain to with for my needs. Spring Security ... |
2. Spring Security with EJBs stackoverflow.comSince EJB authorization is too limited for my needs I want to use Spring Security together with EJBs. For authentication I want to use Spring Security too. The question is, if ... |
3. Framework like Spring Security for Java EE? stackoverflow.comSpring Security offers many powerful security mechanisms but it doesn't fit properly into a Java EE (EJB) environment. One problem is that Spring Security stores the SecurityContext in a ThreadLocal object ... |
4. How do I authenticate regarding EJB3 Container? stackoverflow.comI have my business classes protected by EJB3 security annotations, now I would like to call these methods from a Spring controller, how do I do it? edit I will add some ... |
5. User roles propagation from Spring Security web tier to the EJB tier stackoverflow.comI have a question. I don't exactly understand, how is the list of roles of an user propageated from web tier using Spring Security to EJB. Here is my research. I have ... |
6. combining spring security with EJB forum.springsource.orgHi.. I'm new in Spring security.. Just wanna ask to this community... as I already learn.. Spring security is based on servlet filter not business component.. can springsecurity propagate this process ... |
7. EJB Access Using Spring/(WSAD) forum.springsource.orgEJB Access Using Spring/(WSAD) Hi, I have a urgent need for the following: I'm using the Spring/Hibernate framework in a WSAD environment, and need to call a sesssion EJB from my ... |
8. Does spring security and ejb security work forum.springsource.orgDoes spring security and ejb security work ! I have an application already configured with JAAS and ejb declarative security. Does spring security support identity propagation |
9. Access to Remote EJB : org.springframework.remoting.RemoteLookupFailureEx ception forum.springsource.orgApr 13th, 2011, 04:23 AM #1 Seph View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Apr 2011 Posts 8 Access to Remote EJB : org.springframework.remoting.RemoteLookupFailureEx ception ... |
10. Not clear on how to access an ejb remotely using spring forum.springsource.orgNot clear on how to access an ejb remotely using spring Hi all I have a rich client configured using spring. On the server I have a bunch of stateless session ... |
11. Access Remote EJB forum.springsource.orgHi, How can I access remote EJBs. Where should we place application context files. What context file should we need. Im new to Spring. |
12. Authentication of a remote EJB client forum.springsource.orgAuthentication of a remote EJB client I'm just starting with Acegi security and encountered a problem. My scenario is the following: I have a spring based application in an application server ... |
13. EJB implemented Data Access Object Authentication Provider forum.springsource.orgEJB implemented Data Access Object Authentication Provider My application is physically separated three-tier application. One tomcat Server hosts spring-based Web MVC and another Jboss server hosts Stateless Session Bean to communicate ... |
14. invoking EJBs protected with declarative security forum.springsource.orgHi all, I have a legacy EJB protected with declarative security deployed in WL8.1SP4. Only the user 'middleware' with role 'mw' can invoke this EJBs' methods. I am defining a proxyfactory ... |
15. Accessing ejbs protected with declarative security forum.springsource.orgAccessing ejbs protected with declarative security Hi all, I posted this on the EJB forum, but got no response. I am reposting here for the sake of good semantics. I have ... |
16. single authentication for webapp and EJBs forum.springsource.orgsingle authentication for webapp and EJBs I am trying to provide a single authentication (and authorization) framework for both my webapp (running in tomcat) and my EBJs (running in JBoss remote ... |
17. EJB Authentication / Authorization forum.springsource.orgDoes anybody on the forum know the correct way to propogate the UserDetails from a webapp to EJBs? From what I have read the only person who claims to have gotten ... |
18. Accessing-EJB-SSL Err:javax.naming.NoInitialContextExceptio forum.springsource.orgOct 17th, 2005, 08:58 AM #1 sathya View Profile View Forum Posts Private Message Junior Member Join Date Oct 2005 Location NE,USA Posts 21 Accessing-EJB-SSL Err:javax.naming.NoInitialContextExceptio Hi All , While Trying ... |
19. How to access another SLSB using Spring convenience EJB implementation classes forum.springsource.orgI am using the 'Using Spring convenience EJB implementation classes' pattern as described in the spring manual i.e. the business logic is seperated out into a pojo which makes the business ... |
20. Using ACEGi with WAS 4.0.6 (Web+EJB) forum.springsource.orgUsing ACEGi with WAS 4.0.6 (Web+EJB) Hi, I have a small architectural question to ask. I have the mandat to "securize" a J2EE web Application (an application that still use EJB ... |
21. Invoking EJBs with security constraints forum.springsource.orgAFAIK, there is no standard way to propagate security info from remote call in J2EE. For JBoss, the best way is to use JAAS and ClientLoginModule (see http://wiki.jboss.org/wiki/Wiki.jsp?...entLoginModule) You can then ... |
22. Servlet and EJB (MDB) concurrent access to the same data forum.springsource.orgJun 29th, 2006, 02:08 PM #1 tgrahn View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 15 Servlet and EJB (MDB) concurrent access to the same ... |
23. Propogate Security Identity from Servlet Layer to EJB Layer forum.springsource.orgPropogate Security Identity from Servlet Layer to EJB Layer Hi, We are very impressed by ACEGI, We don't want to use Container Managed Security(No Portability, Difficult to learn for all servers) ... |
24. my project is useing ejb3,but i want to use Acegi in biz,how can i do? forum.springsource.org |
25. Client side ejb jar file to access ejb using Spring forum.springsource.orgClient side ejb jar file to access ejb using Spring I have deployed my EJB on WebSphere 6.0 I have my web layer on Tomcat 5.5. My web layer is using ... |
26. Acegi - EJB3 forum.springsource.orgHow can i add Acegi authentication and authorization to a SFSB ? This is linked to a Rich client (not spring RPC). For now i have BASIC auth linked to Hessian. ... |
27. Access to Remote EJB's forum.springsource.orgAccess to Remote EJB's Hi, In my situation I have two jboss servers, on the first I have deployed a web client with a Spring ServiceLocator to access and authenticate against ... |
28. Access EJB SessionContext from POJO "Service" forum.springsource.orgDo the Spring EJB implementation classes have any support for injecting the EJB SessionContext into the POJO service that the EJB will delegate its work to? I understand that I could ... |
29. SecurityException trying to access remote EJB forum.springsource.orgJun 12th, 2007, 03:06 PM #1 rasmus View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 2 SecurityException trying to access remote EJB Hi, I am ... |
30. EJB Access Exception forum.springsource.orgJan 8th, 2008, 05:07 AM #1 imran_j_desai View Profile View Forum Posts Private Message Junior Member Join Date Jan 2008 Posts 1 EJB Access Exception I am running a portlet in ... |
31. access remote ejb forum.springsource.orgaccess remote ejb Hello, sorry for my bad english. I am trying to access my remote ejb (3) by using SimpleRemoteStatelessSessionProxyFactoryBean bean. My EJBs are on glassfish, well deployed, and I ... |
32. EJB and Authentication/Authorization forum.springsource.orgEJB and Authentication/Authorization First off I know very little about Spring Security so if I ask something stupid please let me know. My group is in the process of developing an ... |
33. EJB3 as authentication-provider forum.springsource.orgEJB3 as authentication-provider Hi all, I'm quite new for Spring, but I'm very NOT new to EJB and I'm trying to marry them and use EJB as security provider. I'm fighting ... |
34. Spring Security and EJB Roles forum.springsource.orgSpring Security and EJB Roles I'm using the Spring Security in my web app that calls many remote EJB methods. So I need propagation the user roles for these EJB beans. ... |
35. Accessing EJBs from user created thread forum.springsource.orgAccessing EJBs from user created thread Hi, I'm migrating to Spring and have lots of old EJBs that still needs to be EJBs. For several reasons, I really need the calls ... |
36. Passing ejb authentication using JndiTemplate and SimpleRemoteStatelessSessionProxy forum.springsource.orgPassing ejb authentication using JndiTemplate and SimpleRemoteStatelessSessionProxy Could somebody help be to understand why "java.naming.security.principal" and "java.naming.security.credentials" keys were put into JndiTemplate weren't applied while lookup. Problem details: When I call ... |
37. Notion of "singleton" attribute with EJB access forum.springsource.orgNotion of "singleton" attribute with EJB access I've been wondering what's the best practice around using the singleton attribute on DAOs defined in the applicationContext. These DAO's are being accessing by ... |