Shiro工作原理图
2021-10-02 10:37:52 9 举报
介绍了Shiro的工作原理
作者其他创作
大纲/内容
DefaultSecurityManager(authenticate方法)父类实现了该方法
调用
Subject
AuthenticationInfo
SecurityManager
Realm
AuthenticingManager(authenticate方法)
AbstractAuthenticatordoAuthenticate()方法
SimpleAccount
AuthenticatingRealm(doGetAuthenticationInfo)
Authenticator
返回AuthenticationInfo类(SimpleAccount)
Account
ModularRealmAuthenticator(子类重写的doAuthenticate方法)
DelegatingSubject
创建并返回subject
创建
SimpleAccountRealm实现了(doGetAuthenticationInfo)
通过调用子类方法拿到SimpleAccount
0 条评论
下一页