腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
在给定logintoken的情况下,对远程服务器进行
shiro
身份验证
、
在nexus中,他们使用
shiro
。因此,我也将在我的nexus插件中使用
shiro
,它将对teamforge进行身份验证。我不知道该从何说起。因此,要求基本上是,我需要给服务器的url和用户登录令牌
shiro
,并必须使用提供的登录令牌提供的服务器url进行身份验证。我参考了许多地方搜索这种
shiro
示例,因为我对
shiro
非常陌生,但我没有找到可以在给定远程服务器url (在我的例子中是teamforge url)的情况下进行身份验证的示例。.
浏览 1
提问于2013-08-20
得票数 0
1
回答
Apache登录错误: IncorrectCredentialsException
、
sm = new DefaultSecurityManager(realm);
token
.setUsername("dave"); Subject su
浏览 4
提问于2015-05-12
得票数 2
回答已采纳
3
回答
编写自定义
Shiro
realm
、
、
、
extends AuthorizingRealm { SecurityUtils.setSecurityManager(securityManager); UsernamePasswordToken
token
= new UsernamePasswordToken("", "&quo
浏览 2
提问于2014-11-21
得票数 6
1
回答
在授权失败时循环通过
Shiro
LDAP域
、
、
如果我向
Shiro
LDAP传递了一个有效的用户/密码,一切正常,但是如果组合无效,它将抛出一个异常,并继续循环
Shiro
领域代码。super();protected AuthenticationInfo queryForAuthenticationInfo(AuthenticationToken
token
,throws NamingException { Object principal =
t
浏览 0
提问于2014-03-25
得票数 0
1
回答
如何在Apache
Shiro
中使用编程配置创建新帐户?
、
、
、
、
下面是我的代码:import org.apache.
shiro
.authc.*; import org.apache.
shiro
.config.Ini.Section; import org.apache.
shiro</em
浏览 1
提问于2015-08-26
得票数 1
5
回答
Apache :您将如何管理用户?
我想在我的下一个网络项目中使用
Shiro
,但是我不知道一个好的(如果不是最好的)策略来管理用户(
shiro
.ini中的用户)。 谢谢
浏览 5
提问于2013-04-26
得票数 6
1
回答
tapestry
shiro
安全认证
、
;import org.apache.
shiro
.authc.AuthenticationException;import org.apache.
shiro
.authc.AuthenticationToken;i
浏览 3
提问于2011-12-28
得票数 2
1
回答
每个用户的最大用户会话- apache Max
、
、
LoginServletorg.apache.
shiro
.subject.Subjectsubject = SecurityUtils.getSubject();loginSuccessful = true;配置xml <bean id="shiroFilter"
浏览 1
提问于2016-06-15
得票数 0
1
回答
使用AD和Apache
shiro
从LDAP服务器检索全名或显示名称
、
、
、
下面是我使用的
shiro
.ini文件:activeDirectoryRealm = import org.apache.
shiro
.authc.*;import org.apache.
shiro
.mgt.SecurityManageris : &qu
浏览 0
提问于2017-10-09
得票数 1
1
回答
使用
Shiro
注销时的IllegalStateException
、
、
、
我正在开发一个ZK7.0.2项目,使用
Shiro
进行身份验证,开发glassfish 4.0。用户使用以下代码登录:UsernamePasswordToken
token
= new UsernamePasswordToken(username, password);currentUser.login(
token
); Executions.sendRedirect(
浏览 0
提问于2014-12-24
得票数 1
回答已采纳
2
回答
Shiro
:会话已失效
、
、
我在一个web应用程序中使用Apache
Shiro
。:135) private void tryLogin(UsernamePasswordToken
token
) { tr
浏览 4
提问于2012-01-16
得票数 3
回答已采纳
2
回答
阿帕奇四郎,记得我没有工作吗?
、
我正在尝试使用apache
shiro
的rememberme功能,但它不起作用。我有这个
shiro
.inids = org.apache.
shiro
.jndi.JndiObjectFactory jdbcRealm.dataSource = $ds sha256Matcher = org.apache.
shiro
.authc.credential.Sha256CredentialsMatcher
浏览 3
提问于2014-10-08
得票数 1
1
回答
Apache
Shiro
: RememberMe功能不适用于默认密码服务
、
我正在开发一个基于jsf的项目,使用Apache
Shiro
1.2来保证安全性。我对“记住我”功能有点问题。[main] jdbcRealm.authenticationQuery = SELECT passwordpasswordMatcher = org.apache.
shiro
.authc.credential.PasswordMatcher passwordMatcher.passwordServicepasswordService.
浏览 4
提问于2014-06-23
得票数 0
1
回答
如何使用带有LDAP身份验证的Apache添加角色授权
、
、
、
、
下面是我使用的
shiro
.ini文件:realm = org.apache.
shiro
.realm.ldap.JndiLdapRealmimport org.apache.
shiro
.config.IniSecurityManagerFactory; System.out.println( "password
浏览 0
提问于2017-09-13
得票数 1
回答已采纳
2
回答
Apache
、
、
、
、
我的
shiro
.ini# Quickstart( org.apache.
shiro
.mgt.SecurityManagerSystem.out.println("Current user ha
浏览 1
提问于2016-01-29
得票数 1
回答已采纳
1
回答
如何结束志郎会议
、
、
我遇到了一个错误,当硬代码试图注销与
shiro
。用户做登录和注销不是通过web登录/注销url,而是通过后端链接。 UsernamePasswordToken
token
= new UsernamePasswordToken(request.getParameter("username"), request.getParameter("password"));
浏览 4
提问于2014-04-03
得票数 4
回答已采纳
1
回答
Shiro
身份验证失败
、
、
、
我在一个JSF2+Hibernate项目中使用
shiro
1.2.3。没有机会让用户认证。不知道我做错了什么。
shiro
.inicacheManager = org.apache.
shiro
.cache.ehcache.EhCacheManagerhashService.hashIteration
浏览 1
提问于2015-07-27
得票数 0
回答已采纳
2
回答
在apache
shiro
中获取令牌提交的异常身份验证失败
、
我是apache
shiro
.i的新手。当我执行这条语句时,我得到了异常。currentUser.login(
token
); errororg.apache.
shiro
.authc.AuthenticationException: Authenticationfailed for
token
submission [org.apache.
shiro
.authc.UsernamePasswordToken - abc@gmail.com, rememberMeSystem.out.printl
浏览 8
提问于2013-10-29
得票数 5
1
回答
Apache
Shiro
-使用cn以外的属性进行身份验证?
、
、
我正在尝试在我们的项目中使用Apache
Shiro
进行Active Directory领域的身份验证和授权。可以将
shiro
配置为这样做吗?这是我的
shiro
.ini文件:
shiro
.loginUrl = /login.jsp activeDirectoryRealm = org.apache.
shiro
.realm.activedirectory.ActiveDirectoryRealm= new UsernamePasswordToken(uname
浏览 0
提问于2014-04-15
得票数 2
1
回答
在spring-boot maven项目中实例化IniSecurityManagerFactory类时面对IllegalArgumentException
、
、
、
、
我正在尝试将Apache
shiro
的RBAC身份验证逻辑添加到我的Spring引导应用程序中。我正在使用
Shiro
.ini文件。SecurityUtils.setSecurityManager(securityManager); currentUser.login(
token<
浏览 1
提问于2016-06-13
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
shiro
Shiro(二)
Apache Shiro 安全框架入门系列—6-Shiro配置详解
SHIRO架构-靳朋
Apache Shiro配置详解
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券