@Order(value=-2147483648) public class EmbedAuthenticationManager extends Object implements AuthenticationManager
| Constructor and Description |
|---|
EmbedAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authenticate(AuthenticationRequest request)
进行授权操作
|
Optional<Authentication> |
getByUserId(String userId)
根据用户ID获取权限信息
|
public Authentication authenticate(AuthenticationRequest request)
AuthenticationManagerauthenticate in interface AuthenticationManagerrequest - 授权请求public Optional<Authentication> getByUserId(String userId)
AuthenticationManagergetByUserId in interface AuthenticationManageruserId - 用户IDCopyright © 2016–2021. All rights reserved.