Interface StrategyUserDetailsService
public interface StrategyUserDetailsService
Description: 系统用户服务策略定义
- Author:
- : gengwei.zheng
- Date:
- : 2022/2/17 10:52
-
Method Summary
Modifier and TypeMethodDescriptionfindUserDetailsBySocial(String source, cn.herodotus.engine.assistant.definition.domain.oauth2.AccessPrincipal accessPrincipal) findUserDetailsByUsername(String username)
-
Method Details
-
findUserDetailsByUsername
HerodotusUser findUserDetailsByUsername(String username) throws org.springframework.security.core.AuthenticationException - Throws:
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 - Throws:
org.springframework.security.core.AuthenticationException
-