public interface CustomProvider
| 限定符和类型 | 方法和说明 |
|---|---|
String |
currentLanguage()
获取当前语言,使用建议使用ThreadLocal实现
|
Long |
currentPrincipal()
获取当前访问主体ID,用户ID,ClientID (OAuth2 Client Authentication)
|
Set<String> |
getSupportedLanguages() |
Copyright © 2019. All rights reserved.