类 PropertiesUserDetailsHandle
java.lang.Object
io.github.mangocrisp.spring.taybct.auth.security.handle.deft.PropertiesUserDetailsHandle
- 所有已实现的接口:
IUserDetailsHandle
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 io.github.mangocrisp.spring.taybct.auth.security.handle.IUserDetailsHandle
addWechatUser, getAccessTokenByJTI, getUserByOpenid, getUserByPhone, login, logoff
-
字段详细资料
-
userConfig
-
-
构造器详细资料
-
PropertiesUserDetailsHandle
public PropertiesUserDetailsHandle()
-
-
方法详细资料
-
getUserByUsername
从接口复制的说明:IUserDetailsHandle
根据用户名获取用户信息- 指定者:
getUserByUsername
在接口中IUserDetailsHandle
- 参数:
username
- 用户名- 返回:
- OAuth2UserDTO
-