Apache Shiro is a Java security framework that performs authentication, authorization, cryptography, and session management.
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 shiroI'm working on a project with the following technologies: Spring ShiroFilter PrettyFaces Tomcat server While I'm deploying it on tomcat …
spring tomcat6 shiro prettyfacesWhat I have researched so far most people are saying Apache Shiro is easy to use and easy to integrate …
spring apache security spring-security shiroThe 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-securityWhatever I do I get javax.faces.application.ViewExpiredException: viewId. I know how to handle the exception (redirect to the …
jsf-2 shiro commandbutton viewexpiredexceptionI am building a community website in grails (using Apache Shiro for security and authentication system) and I would like …
java grails grails-plugin shiroEdit: not duplicate but almost I would like to have my app persistence.xml to be something like <?xml …
java xml hibernate shiro persistence.xmlI'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 shiroPlatform: 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