Top "Shiro" questions

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

Writing custom Shiro realm

I am constructing my own AuthorizingRealm subclass, and am having a tough time wiring it up to my SecurityManager. The …

security authentication authorization shiro
When to move from Container managed security to alternatives like Apache Shiro, Spring Security?

I am trying to secure my application which is built using JSF2.0. I am confused about when do people choose …

java security jsf jaas shiro
Apache Shiro for securing REST api

I am attempting to integrate Shiro in my spring mvc application. The authentication is backed by a LDAP server and …

apache rest authentication spring-mvc shiro
How can I redirect requests to a configured Shiro loginUrl if the user is already authenticated?

I have a webapp using Shiro for authentication. The relevant parts of the web.xml and shiro.ini are: <…

java authentication login shiro
JAAS, Spring Security or Apache Shiro

Just a quick question regarding security frameworks in java. To date JAAS has always been my go to framework. Yes …

spring-security shiro jaas
What database tables does Apache Shiro require?

I want to use Apache Shiro and MySQL for my Realm. What tables and fields does Shiro need to work?

java apache shiro
Shiro complaining "There is no session with id xxx" with DefaultSecurityManager

I'm using Apache Shiro 1.2.0 in a long-running application that reads messages from a queue and and takes action. The action …

security shiro
Shiro Authorization populate authorization with remote roles

I'm using Tapestry-Security which uses Apache Shiro I have a custom realm which handles authorization and authentication. Our authentication technically …

java tapestry shiro
Apache Shiro and SSO

Apache Shiro is a Java security framework and support SSO. And I have multiple sub-domains, each of which has separate …

apache single-sign-on shiro
CacheManager properties have been set- Apache Shiro

How can I set cacheManager properties, while using Apache shiro. On debugging , I am getting INFO like, 80104 [1045903843@qtp-967078155-3] INFO …

google-app-engine shiro