腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
在
spring
mvc中实现不同用户的web应用
、
、
我如何使用
spring
-mvc来实现这一点。是否有任何
Spring
bean配置用于在web应用程序中实现用户权限?
浏览 1
提问于2013-07-12
得票数 0
1
回答
jersey资源上的
Shiro
注释
、
、
、
:108) atorg.
apache
.
shiro
.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:81) at org.
apache
.
shiro
.web.servlet.ProxiedFilterChain.d
浏览 1
提问于2011-03-11
得票数 1
回答已采纳
2
回答
Apache
Shiro
与
Spring
Security
、
、
、
我们有一个现有的使用
Shiro
的Jetty应用程序,我们正在迁移到
Spring
Boot,并且想知道哪个更直接地与我们的
Spring
应用程序集成,
Apache
Shiro
还是
Spring
Security
我们正在考虑很快实现OAuth2,自从我们将其转移到
Spring
Boot后,我们被推荐使用
Spring
Security
。有没有人能给我们一些建议?
浏览 45
提问于2016-08-11
得票数 1
2
回答
Spring
Security
和Java EE 6集成
、
Java EE 6安全性目前还有很多不足之处(对我来说只是说说而已),但是我偶然发现
Apache
Shiro
和
Spring
security
是Java企业中更流行的安全框架。我更倾向于
Spring
Security
方向,因为不存在
Apache
Shiro
替代品的标签库。 然而,令人惊讶的是,我找不到任何详细介绍如何将
spring
安全性
与
Java EE 6堆栈集成的教程。
浏览 1
提问于2012-11-27
得票数 0
回答已采纳
2
回答
在
Spring
中启用
Apache
Shiro
批注时找不到
spring
data JPA存储库
、
、
Apache
shiro
在
spring
bean定义xml文件中配置如下: <bean id="lifecycleBeanPostProcessor" class="org.
apache
.
shiro
.
spring
.LifecycleBeanPostProcessororg.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator" depends-on=&qu
浏览 1
提问于2011-11-18
得票数 2
回答已采纳
3
回答
使用stormpath和
spring
-boot检查用户是否已登录
、
、
、
我有一个简单的web应用程序,我正在使用
spring
-boot和storm path进行用户身份验证。(我实际上使用的是
spring
-boot-starter-stormpath-thymeleaf)@RequestMapping(value = "/secure",
浏览 0
提问于2015-05-04
得票数 1
1
回答
Java中的用户角色
、
、
、
我正在建立POS系统。我的想法是,我不知道什么样的角色将是什么样的功能。到目前为止,我拥有的是: 我想知道这个用户角色的方法是好的还是坏的。事实上,我不满意。其原因是开闭 OOP原理.我不确定哪个用户角色将是,所以我想要使它的
浏览 5
提问于2016-12-24
得票数 0
回答已采纳
3
回答
Java Web应用程序的认证和授权框架
、
、
、
我没有使用
Spring
或EJB!现在我已经到了实现身份验证和授权的阶段。我需要访问Active Directory或LDAP。并且我想实现我自己的角色,这些角色不是从AD/LDAP检索的。我应该使用像JAAS/
Apache
Shiro
这样的框架吗?那么哪一个最适合我的整数呢? 关于小角色的概念:我计划设置一个属性文件,我可以在其中配置角色。
浏览 2
提问于2010-07-28
得票数 5
回答已采纳
1
回答
在授权失败时循环通过
Shiro
LDAP域
、
、
; LdapUtils.closeContext(ctx); </value></bean> <bean
浏览 0
提问于2014-03-25
得票数 0
6
回答
使用注释不起作用的
Shiro
授权权限检查
、
--
Security
Manager --> <bean id="lifecycleBeanPostProcessor" class="org.
apache
.
shiro
.
浏览 2
提问于2011-10-13
得票数 6
回答已采纳
1
回答
在ActiveMQ中实现
Spring
安全
、
、
我已经在
spring
boot应用程序中嵌入了activemq代理,当前的身份验证解决方案是SimpleAuthentication插件,但我需要一些使用
spring
安全的解决方案来进行activemq
浏览 2
提问于2014-08-09
得票数 0
2
回答
Scala web应用程序安全性
、
、
在Java方面,我至少知道
Spring
Security
和
Apache
Shiro
。你有使用Scala web应用安全框架或在Scala上下文中使用
Spring
security
/
Apache
Shiro
的经验吗?
浏览 0
提问于2011-04-04
得票数 10
2
回答
awk在数据bash上没有得到正确的比较结果
、
、
、
:hadoop-common 0.23.4org.
apache
.
shiro
:
shiro
-core 1.7.1org.
apache
.
shiro
:
shiro
-web 1.5.3 org.
apache
.
shiro
:
shiro</
浏览 5
提问于2022-02-03
得票数 1
1
回答
实现跨webs访问的单点登录
、
、
、
我要建立一个单点登录的基础设施,使一些网站一次登录。你知道它是怎么工作的吗?我的意思是架构以及所有这些站点如何通信并询问用户是否已经通过身份验证,是否有任何特殊的协议。我熟悉Java和PHP编程,哪一种是最好的单点登录实现套件?
浏览 0
提问于2012-03-05
得票数 0
回答已采纳
1
回答
security
org.
apache
.
shiro
.authc.AccountException:未登录或匿名
、
、
我想迁移到当我试图
与
用户登录时,我会得到以下错误: at org.
apache
.
shiro
.realm.AuthenticatingRealm.g
浏览 4
提问于2018-01-05
得票数 0
回答已采纳
1
回答
使用
Spring
通配符权限的
Shiro
无法工作
、
--
Security
Manager --><bean id="lifecycleBeanPostProcessor" class="org.
apache
.
shiro
.
spri
浏览 5
提问于2013-03-08
得票数 1
3
回答
JAAS、
Spring
Security
或
Apache
Shiro
、
、
也就是说,我最近一直在研究Java中的其他安全框架,在线上似乎最受关注的两个框架是: 1-
Spring
安全
Spring
Security
似乎非常受欢迎,但我发现使用它有点令人费解。2-
Apache
Shiro
Apache
Shiro
似乎比
Spring
Security
更直截了当,但是它似乎缺乏一些文档。所以我的问题是,在上面提到的框架中,人们是否认为我应该花时间学习
Spring
Security</e
浏览 85
提问于2016-01-05
得票数 10
回答已采纳
1
回答
齐柏林飞艇的CAS认证
、
、
我遵循了这些指令,casFilter.failureUrl = /error.html casRealm.casService = https://tickettranslater.com/
浏览 3
提问于2016-10-11
得票数 0
2
回答
Apache
Shiro
支持bCrypt吗?
、
、
Apache
Shiro
Authentication Framework是否支持使用bCrypt密码散列算法?如果没有,有没有办法让它和
Shiro
一起工作?除了
Spring
Security
之外,还有像
Shiro
这样的支持bCrypt的认证框架吗?
浏览 10
提问于2015-08-28
得票数 5
5
回答
Spring
安全vs
Apache
Shiro
、
、
、
、
到目前为止,我所研究的大多数人都说
Apache
Shiro
很容易使用,并且很容易与CAS (用于单点登录等)集成。我只想问一下,有没有人同时使用这两种方法的经验,应该使用哪一种,为什么其中一种更好?
浏览 1
提问于2012-07-16
得票数 47
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Java开发企业级权限管理系统 Spring Security/Apache Shiro对比分析
Apache Shiro配置详解
Spring Security源码分析:Spring Security请记住我
【玩转Spring】Spring Security(三)
spring security初探
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券