接口 StrategyUserDetailsService
public interface StrategyUserDetailsService
Description: 系统用户服务策略定义
- 作者:
- : gengwei.zheng
- Date:
- : 2022/2/17 10:52
-
方法概要
修饰符和类型方法说明findUserDetailsBySocial(String source, cn.herodotus.engine.assistant.definition.domain.oauth2.AccessPrincipal accessPrincipal) findUserDetailsByUsername(String username)
-
方法详细资料
-
findUserDetailsByUsername
HerodotusUser findUserDetailsByUsername(String username) throws org.springframework.security.core.AuthenticationException - 抛出:
org.springframework.security.core.AuthenticationException
-
findUserDetailsBySocial
HerodotusUser findUserDetailsBySocial(String source, cn.herodotus.engine.assistant.definition.domain.oauth2.AccessPrincipal accessPrincipal) throws org.springframework.security.core.AuthenticationException - 抛出:
org.springframework.security.core.AuthenticationException
-