1. A Guice-ready security framework? stackoverflow.comHas anybody seen a framework which is either written to work with Guice or a library that integrates an existing security system (ie: Acegi) with Guice? I have found the following thus ... |
2. Best Java framework to manage/create dynamic security policy rules? stackoverflow.comTypically in any web application, the major security concern is securing the resources from the malicious users who are trying to access un-authorized resources. They can change a value in the ... |
3. Authentication and Authorization Framework for Java Web-Application stackoverflow.comH folks, I am programming a Web-Application with JEE, JSF and Hibernate. I do not use Spring or EJB! Now I am at the point where to implement authentication and authorization. I ... |
4. Web Application - Authentication / Login Framework stackoverflow.comThis is a very simple, probably a most asked question and frequently developed as part of any web application. Say I'm planning to build a web application and some of the ... |
5. Java library for advanced user account protection stackoverflow.comI'm looking for library to provide advanced user account protection for web application. I need following features:
1) User account lock after several failed login attempts within defined time frame. |
6. Guide to proper escaping in Play framework stackoverflow.comI'm trying to map out how the Play framework supports escaping. This is a nice page spelling out the needed functionality: https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet So I'm trying to relate that to Play template ... |
7. Play framework Secure module stackoverflow.comI haven't really used it yet, but I was reading the tutorial here and from what I understand of it, once you annotate to it inside your controller, it ... |
8. Java Security Framework stackoverflow.comI'm kind of new to Java platform. I need to work with some security frameworks of Java for both desktop application and web application. Now I need to know, which frameworks ... |
9. Include Login Side Box which uses the Secure Module -- Play Framework stackoverflow.comI'm working on this for days now and I just can't figure it out.. My question is: Is it possible to alter the login.html file in the view.secure folder, so that ... |
10. Play Framework controller with secure and non-secure methods. Possible? stackoverflow.comI try to make a website with play with a member and a non member area. So i have controllers with member and non-member methods. But i can only make the ... |
11. Change the Secure.java class of the play framework stackoverflow.comIs it advisable to make changes in the methods of the Secure class of play framework? Or is there a way around it? kind regards joe |
12. Frameworks or any Solutions for authentications/security/ login management in Java Web Applications stackoverflow.comI am looking for a framework/solution for authentication/ user-login management/ security in java web application that can make the naive developer's job easier/faster and make the application relatively more secured ... |
13. WebLogic underlying security framework stackoverflow.comWhat is the WebLogic's underlying security framework for WS-Security processing.. I know it's using WSS4J underneath - what is the framework they are using WS-SecurityPolicy processing... |
14. How does stateless mode affect security in the Play! framework? stackoverflow.comStateless operation mode in the Play! framework is said to be less secure than stateful mode. How does it affect Play framework in general and is it possible to improve the security ... |
15. How to customize login.html while using Secure Module in play framework stackoverflow.comI am newbie to play. Since I am using Secure Module in play framework with japid. I have designed the custom login templete and called the templete in "beforeLogin.html" tag. I ... |
16. Enforce Https routing for login with play framework stackoverflow.comI want to enforce https routing for the login page only of my application. Is it possible to do so with Play! without the use of a front end http server? |
17. using axis2 ramaprt module with own security framework stackoverflow.comI have webservice (server-side) implemented using axis2 in my project. We want to enable WS-security in the existing web services. We are evaluating if apache ramapart module fits our need. ... |