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
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开发
I\'m playing around with Shiro and would like to configure roles via the ShiroWebModule. addFilterChain(\"/**\", AUTHC);
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.
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
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
Idea I need to develop a web application using Spring MVC with Shiro as Security Framework. Requirements
I am just getting started with both Grails and Shiro and I am looking at adding Shiro to an existing project.
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
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