Top "Shiro" questions

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

applicationContext classpath not found

For some reason (a shiro filter) I saved my application context file in WEB-INF folder. Everything works when I run …

java spring tomcat filter shiro
Apache Shiro - using database to read users, roles and permissions

Currently I've a Swing app and I wan't to integrate Apache Shiro in order to authenticate and delegate permissions to …

java shiro jdbcrealm
GORM createCriteria and list do not return the same results : what can I do?

I am using Nimble and Shiro for my security frameworks and I've just come accross a GORM bug. Indeed : User.…

grails gorm shiro nimble
Restful Web service Authentication and Authorization with Apache Shiro

I am able to authenticate web based application using apache shiro through databases using JDBC relam. Further more, I am …

apache web-services rest shiro
Could not autowire field: can't to com.sun.proxy.$Proxy22

Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.cms.service.FolderService com.cms.action.BaseAction.…

spring spring-mvc shiro
Shiro authentication with sessionId or username+password

I do not have much experience in Java authentication frameworks and authentication workflow in general (only some theoretical knowledge), so …

java authentication shiro
How to configure Shiro with Spring Boot

I have a Spring MVC web application that uses Shiro authentication using Spring configuration rather than a shiro.ini. I …

spring-mvc spring-boot shiro
Is an unbound SecurityManager really an invalid application configuration in Shiro?

I'm adding Apache Shiro to my application and I'm wondering if the following error message is truly accurate: org.apache.…

guice thrift shiro
Apache Shiro credentials based security for Rest service

I'm creating a App using Shiro as the security framework. The app have two parts; Web and Rest. The Web …

rest jakarta-ee shiro
How to configure JDBCRealm to obtain its DataSource from JNDI

How do you use a JDBCRealm to handle authenticating and authorizing users in servlets? The only example I can find …

jndi shiro jdbcrealm