Shiro认证流程详解(源码分析)

Shiro认证流程详解 首先,我们调用subject.login(token); 我们将进入到Subject实现类DelegatingSubject的login方法 可以看到,又继续调用与Subject绑定的SecurityManager的login方法,因为它是Shiro的管家,所以请求会到它这里 程序继续来到SecurityManager的实现类DefaultSecurityManager的l
相关文章
相关标签/搜索