public interface AuthService
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAccountId()
获取授权的账户ID
|
String |
getSecret()
获取授权密钥/Token/Password等
|
long |
getSid()
获取当前会话标识
|
boolean |
isAuthenticated()
是否已授权
|
boolean |
isSupperAdmin()
当前授权人员是否为超管
|
boolean isSupperAdmin()
long getAccountId()
boolean isAuthenticated()
String getSecret()
long getSid()
Copyright © 2025. All rights reserved.