public interface NonStandardJWTParserService
限定符和类型 | 方法和说明 |
---|---|
org.springframework.security.core.Authentication |
getAuthentication(String token)
解析token获取认证对象
该方法用于解析外部系统颁发的token获取认证对象
|
org.springframework.security.core.Authentication getAuthentication(String token)
该方法用于解析外部系统颁发的token获取认证对象
token
- 外部token