【发布时间】:2016-10-29 09:35:18
【问题描述】:
如何在 Apache Shiro 中自定义身份验证逻辑?在 Spring Security 中,我在 AuthenticationManager 的“authenticate()”方法中编写了我的自定义逻辑:
public Authentication authenticate(Authentication auth) { ... }
有没有办法在 Apache Shiro 中做同样的事情?
【问题讨论】:
标签: java security jakarta-ee spring-security shiro