shiro
Apache Shiro/Active Directory integration to support SSO in a grails web application
I am working on a grails web application which uses Apache Shiro for authentication purpose. Now I have been asked to implement SSO and Active directory integration to this application. Since I am new[详细]
2023-03-28 12:26 分类:问答Specifing package for ShiroUser in Grails
Very very basic question. Is there a way to specify the package (when doing shiro-quick-start) where to place ShiroUser and ShiroRole classes at?[详细]
2023-03-24 12:21 分类:问答Spring AOP and apache shiro configuration.Annotations not been scanned
I\'ve been struggling with a configuration which requires a knowledge in AOP. i must admit that AOP is that part i\'m trying to get for a while without success.[详细]
2023-03-23 18:31 分类:问答Can I use expressions in Apache Shiro security annotations?
I\'ve been doing some comparisons between Apache Shiro and Spring Security - I\'m really loving the security model that Shiro uses and believe it to be far cleaner that Spring Security.[详细]
2023-03-23 00:09 分类:问答Apache Shiro "with JSF 2.0" ! How does it go?
I am looking for frameworks/solution for authentication/ user-login management/ securityin java web application that can make the naive developer\'s job easier/faster and make the application relative[详细]
2023-03-22 17:59 分类:问答High level Java security framework
What security framework do you use in your Java projects? I used Spring Security and Apache Shiro and they both look immature.[详细]
2023-03-10 05:00 分类:问答Shiro, Hibernate and Envers
I\'ve got shiro implemented and it\'s working quite well.We\'re now trying to implement envers to do audit logging of our entities in hibernate and that works as well.One problem is we\'re trying to g[详细]
2023-03-08 03:04 分类:问答Shiro + Keys stored as strings = failure point or unnecessary concern?
Not getting into too many specifics, this is a high level question. I\'ve always gone by the idea that it is never a good idea to store primary keys in places that does not have a constraint. For exa[详细]
2023-03-07 08:31 分类:问答Best practices for entitlement using spring security and/or shiro
I\'m interested in opinions on the best way to handle the concept of \"entitlement\" using either Spring Security or Shiro.[详细]
2023-03-06 01:15 分类:问答Grails + Shiro plugin fails on error creating ShiroFilters cannot resolve reference to bean transactionManager
After installing the Shiro plugin (v 1.1.3) in a Grails (v 1.3.7) application and usinggrails shiro-quick-start --prefix=\"Sec\" to bootstrap the different Shiro classes grails run-app fails with the[详细]
2023-03-04 19:52 分类:问答