吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 676|回复: 1
收起左侧

[求助] 求助关于shiro多realm认证

[复制链接]
18971538204 发表于 2020-8-30 15:07
万能的坛友们,有没有什么视频详细讲解了shiro集成springboot的多realm认证。百度上看别人写的博客有很多位置不是很懂,先在这里谢谢了。

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

风起回忆怎么潜 发表于 2020-8-30 17:58
本帖最后由 风起回忆怎么潜 于 2020-8-30 18:10 编辑

[Java] 纯文本查看 复制代码
protected AuthenticationInfo doAuthenticate(AuthenticationToken authenticationToken) throws AuthenticationException {
        assertRealmsConfigured();
        Collection<Realm> realms = getRealms();
        if (realms.size() == 1) {
            return doSingleRealmAuthentication(realms.iterator().next(), authenticationToken);
        } else {
            return doMultiRealmAuthentication(realms, authenticationToken);
        }
    }



如果有多个Realm就会使用所有配置的Realm。 只有一个的时候,就直接使用当前的Realm
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 14:59

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表