public interface ExtendUserDetailsService
extends org.springframework.security.core.userdetails.UserDetailsService
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loginByMobile(String mobile)
通过手机号加载用户信息 用于支持手机号登录的认证方式
|
org.springframework.security.core.userdetails.UserDetails loginByMobile(String mobile)
mobile - 用户手机号Copyright © 2025. All rights reserved.