swing « Security « Spring Q&A





1. Is there any Swing API , Component or Sample Projects to Manage Spring Security Settings?    stackoverflow.com

I'm working on a swing application and trying to merge it into Spring Framework. fortunately every thing works in its basic mode. but now I need a Swing-Based GUI to manage security ...

2. Acegi Security for Swing Client, right tool for the job ?    forum.springsource.org

Acegi Security for Swing Client, right tool for the job ? Hi, We are searching for a solution/advise to implement security into an existing Swing application (which connects to a Tomcat-server ...

3. Webservices + web application + swing - acegi    forum.springsource.org

Webservices + web application + swing - acegi Hi all, I have a scenerio where I have three different natures of clients. Once is a Java Swing application client that runs ...

4. Acegi + Swing    forum.springsource.org

Hi, I am interested in using Acegi in a swing environment and would appreciate a quickstart guide. Spring is currently not being used, so a quickstart for swing without web would ...

5. Acegi and Swing?    forum.springsource.org

Hi! Just recently I discovered the Acegi Security framework (I know it's been around for a while). Currently I'm working with a fat client using the Spring framework (2-tier architecture). I'm ...

6. Remember-me authentication and Swing    forum.springsource.org

You'll need to implement your own approach to simulating how a browser would work with cookies. You can then essentially use the same server-side classes and configuration. Your remoting protocol's ability ...

7. Is acegi security for Rich client-swing    forum.springsource.org

Hi we are developing an app with spring+struts +jsp/swing I implemented ascegi security on the screens with web app(jsp) as frontend and I am wondering can i also use acegi security ...

8. Use of Acegi from Swing App    forum.springsource.org

Use of Acegi from Swing App I have a Swing Application which I want to accomplish the following with in regards to Authentication and Authorization: Authenticate a login based on user ...

9. swing client + data access    forum.springsource.org

swing client + data access I'm implementing persistence for this small project. I have a swing client and I'm using hibernate+spring to implement persistence. I use Mysql as database. I'm trying ...





10. Spring Security + swing    forum.springsource.org

I've searched and searched...and searched... All said it can be done w/o good examples. Can someone enlighten me on how I can use Spring Security in non-web environment?

11. How do Configure ACEGI or Spring Security in SWING's application    forum.springsource.org

Hello everybody. I havea desktop application with swing+Spring and hibernate. I need put access control with Spring Security or before version ACEGI. What's steps for use Spring security or ACEGI in ...

12. Securing a Swing GUI    forum.springsource.org

Securing a Swing GUI Hello, I would like to create a GUI based on authorization: elements should be displayed/hidden or enabled/disabled depending on who's logged in. So far, I've found these ...