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. Regular calls are just working OK. There is n[详细]
2023-04-12 08:37 分类:问答Is there a way to get the IP address of the client/caller in a Shiro Filter in Grails
sorry if this is a dumb question. I have some web service calls that are implemented in Grails controllers and we use the Shiro plugin for security. I want to be able to create a whitelist of IP ad开发[详细]
2023-04-09 15:43 分类:问答How to configure roles with Apache Shiro 1.2-SNAPSHOT and Guice?
I\'m playing around with Shiro and would like to configure roles via the ShiroWebModule. addFilterChain(\"/**\", AUTHC);[详细]
2023-04-08 16:48 分类:问答Apache Shiro & Java Security for Novices
I know next-to-nothing about Java\'s security model, including XML configuration, policy-setting, any security framework components, tools (such as keystore, etc.) and everything in between.[详细]
2023-04-08 04:34 分类:问答eclipse shiro ini problem
Honestly, before posting question did googling and 2 days tried to solve problem on my own... I want to get Apache Shiro working with GAE. Before that, I had success with 开发者_开发百科Spring Securi[详细]
2023-04-07 21:01 分类:问答How to configure Shiro + Spring MVC when @Controller REDIRECTS to a login page
I have a typical Spring MVC + GWT architecture with Apache Shiro as a security layer. Problem: No matter what protocol is used for a request to the App server, pages should be returned in the protoco[详细]
2023-04-06 06:17 分类:问答Shiro Spring JDBCRealm Authentication and Authorization
Idea I need to develop a web application using Spring MVC with Shiro as Security Framework. Requirements[详细]
2023-04-05 17:28 分类:问答Do the Shiro tags 'isLoggedIn' and 'authenticated' mean the same thing?
I am just getting started with both Grails and Shiro and I am looking at adding Shiro to an existing project.[详细]
2023-04-03 09:40 分类:问答Grails - ShiroSecurity - manually login user
I am trying to do relatively simple thing: log in user manually. I am using FacebookGraph plugin to connect to facebook. If user logs in via Facebook, i get his ID and I want to authenticate him in Sh[详细]
2023-03-30 12:16 分类:问答Small differences in SHA1 hashes
A project I am working on uses Apache Shiro as a security framework. Passwords are SHA1 hashed (no salt, no iterations). Login is SSL secured. However, the remaining part of the application is not SSL[详细]
2023-03-28 12:35 分类:问答