Tag Archives: authentication
Apache Shiro part 1 – selecting a Java security framework
What is Shiro? Apache Shiro is an open source Java security framework which makes authentication, authorization and cryptography very easy to use with a simple and small configuration. It is very portable because of its independence from the used application frameworks and covers all kinds of scenarios from console over desktop client to web applications. […]
Apache Shiro part 2 – securing a JSF Java EE 7 application