Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Security Framework

Security always tends to take the last place in a new project. Or you use a framework like Spring where security is already build-in and can be switched on easily. I try to find an open security framework that can be plugged-in to both Swing and Web applications (and JavaFX?), maybe easy to digest. I looked at plain JAAS, JGuard and JSecurity but its just too complicated to get started. Any recommendations or experience to share ? I am working with NB, Glassfish and MySQL. Thanks Sven

like image 821
javadude Avatar asked Feb 12 '09 08:02

javadude


People also ask

Which of the following are Java security framework?

HDIV. HDIV is a Java Web Application Security Framework. It extends web application Security functionalities and keep the API and the framework specification. It is widely used for programs constructed on Struts, Spring MVC, Grails, JSTL, etc.

Can Java be used for security?

Java is often cited as the most secure programming language. Is it really? As with other aspects of cybersecurity, the level of programming language security depends on what we mean by "secure." It's true that Java has fewer identified vulnerabilities than some other commonly used languages.

What is security in Java?

Java security technology includes a large set of APIs, tools, and implementations of commonly used security algorithms, mechanisms, and protocols. The Java security APIs span a wide range of areas, including cryptography, public key infrastructure, secure communication, authentication, and access control.

What is Java security model?

The Java security model is based on controlling the operations that a class can perform when it is loaded into a running environment. For this reason, this model is called code-centric or code-based.


1 Answers

I have just taken a view of this http://shiro.apache.org/

Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application – from the smallest mobile applications to the largest web and enterprise applications.

like image 82
Med SRHAYRI Avatar answered Sep 19 '22 12:09

Med SRHAYRI