1. How do you preform an EJB lookup with application security? stackoverflow.comI'm trying to lookup an EJB from a standalone java application. I'm thinking in terms of WebSphere Application Server 6.1, but if someone knows how to do this for another ... |
2. Stateless EJBs: Finding the balance between performance and security stackoverflow.comI have a JSF web client and a Java client that both use the same stateless EJB layer for their application logic. I'm unsure of how to balance the need for ... |
3. Jboss5, unauthenticated calls to secured EJB via @RunAs stackoverflow.comI'm attempting to call methods on a secured EJB from an unauthenticated source (a Message Driven Bean hooked up to a queue). The MDB has an EJB injected into it ... |
4. How to implement Administrator rights in Java Application? stackoverflow.comI am developing a Data Modeling Software that is implemented in Java. This application converts the textual data (stored in a database) to graphical form so that users can interpret the ... |
5. Accessing the clients principal inside an ejb method stackoverflow.comI need to access the clients principal (username ) inside a ejb method. I don't want to add it as a parameter. Tryed adding them to Context object like ;
but trying ... |
6. Controlling the security Principle passed on a EJB call stackoverflow.comI am working on a large existing EJB 1.1 application that current does its own sercurity and has no EJB managed security. I am trying to move to a more standard ... |
7. How to access authentication alias from EJB deployed to Websphere 6.1 stackoverflow.comI need to provide password for keystore in my EJB but I don't want it to be visible to developers. My idea was to create Authentication Alias in Websphere Console and ... |
8. Security Realm issue with EJB stackoverflow.comI am using geronimo2.2 and EJB 3.0. I have created a custom security realm which is properly working. But I dont know where to specify in EJB that this particular Security ... |
9. |
10. EJB 3.1 remove invocation context for security purpose (ThreadLocal, ...) stackoverflow.comI have a webapp on one Glassfish server (front-end) and an EJB 3.1 app (back-end) on another Glassfish server. The webapp communicates with the EJB 3.1 via remote invocation. I would like ... |
11. PicketBox EJB Authentication on Wicket UI stackoverflow.comI am using EJBs (on JBoss) and Wicket as the UI layer. I added security to my EJB, my security.conf looks like this:
|
12. Adding custom context information to EJB method calls stackoverflow.comI want to pass authentication information to EJB stateless session beans when calling their methods from a Java web application (Wicket). The information consists of a user id and an authentication ... |
13. Use Arquillian to test secure EJB stackoverflow.comI am using JBoss 6.1 and I got a secure EJB having methods annotated with @RolesAllowed("Admin"). I am trying to test this method with Arquillian. I have done the EJB log ... |
14. EJB + WebService Security forums.netbeans.orgHi, I'm currently doing a project with WebServices and EJB. The basic structure is that the EJBs include the logic and the WebServices just call the EJB methods. On the client ... |
15. ejb security forums.netbeans.orgHello I have a glassfish 3.1 project that uses application client to launch a netbeans platform application. This is fairly time-consuming to download and launch so I would like for different users to be able to login/logout of the client without having to close and relaunch it. I am fairly new to ejb security so please forgive me if I am ... |
16. Corba And EJB security coderanch.com |
17. EJB security and WS security coderanch.com |
18. Security & Java java-forums.org |
19. Setting up security in JAVA EE6 Webservice java-forums.orgDear Java Developers, I am currently researching how Java EE6 Security can secure our applications using GlassFish. I know how to make realms, roles and users. I managed to get a nice basic login with a servlet. 'Normal'users were not allowed to see an admin page, while an admin user was, so that test worked out nicely. Now however, I want ... |
20. Ejb3 business component security forums.oracle.com |