framework « security « Java Enterprise Q&A





1. A Guice-ready security framework?    stackoverflow.com

Has 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.com

Typically 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.com

H 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.com

This 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.com

I'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.
2) ...

6. Guide to proper escaping in Play framework    stackoverflow.com

I'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.com

I 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.com

I'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.com

I'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.com

I 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.com

Is 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.com

I 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.com

What 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.com

Stateless 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.com

I 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.com

I 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.com

I 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. ...