Top "Shiro" questions

Apache Shiro is a Java security framework that performs authentication, authorization, cryptography, and session management.

Shiro vs. SpringSecurity

I have currently evaluating Java based security frameworks, I am a Spring 3.0 user so it seemed that SpringSecurity would be …

java spring spring-security shiro
Remove jsessionid from URL

I'm working on a project with the following technologies: Spring ShiroFilter PrettyFaces Tomcat server While I'm deploying it on tomcat …

spring tomcat6 shiro prettyfaces
NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()

The issue was caused by one of the dependencies in my pom.xml [cxf-bundle-jaxrs] which internally uses lower version of …

java log4j slf4j shiro
Spring security vs Apache Shiro

What I have researched so far most people are saying Apache Shiro is easy to use and easy to integrate …

spring apache security spring-security shiro
"PKIX path building failed: unable to find valid certification path to requested target" Only in release version

The issue is something tricky. I tried to connect my war file to a Active Directory via LDAPS. While running …

java intellij-idea ssl-certificate shiro java-security
keep getting javax.faces.application.ViewExpiredException: viewId with jsf 2

Whatever I do I get javax.faces.application.ViewExpiredException: viewId. I know how to handle the exception (redirect to the …

jsf-2 shiro commandbutton viewexpiredexception
How to easily implement "who is online" in Grails or Java Application?

I am building a community website in grails (using Apache Shiro for security and authentication system) and I would like …

java grails grails-plugin shiro
persistence.xml to import database parameters values from .properties file

Edit: not duplicate but almost I would like to have my app persistence.xml to be something like <?xml …

java xml hibernate shiro persistence.xml
NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format

I'm getting this error when running my application: [ERROR] Apr 12, 2013 10:18:56 AM com.google.appengine.tools.development.ApiProxyLocalImpl log [ERROR] INFO: …

java google-app-engine gwt slf4j shiro
Shiro Authorization Permission check using Annotation not working

Platform: Shiro 1.1.0, Spring 3.0.5 I'm trying to secure the MVC Controller methods using Shiro annotation. However something is wrong with annotations. …

spring shiro