@Configurable public class AuthServiceImpl extends Object implements framework.security.AuthService
| 构造器和说明 |
|---|
AuthServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
framework.security.Account |
getAccount() |
Long |
getAccountId() |
String |
getSecret() |
boolean |
hasPermission(String permission) |
boolean |
isAuthenticated() |
boolean |
isSupperAdmin() |
public boolean isSupperAdmin()
isSupperAdmin 在接口中 framework.security.AuthServicepublic Long getAccountId()
getAccountId 在接口中 framework.security.AuthServicepublic framework.security.Account getAccount()
getAccount 在接口中 framework.security.AuthServicepublic boolean isAuthenticated()
isAuthenticated 在接口中 framework.security.AuthServicepublic String getSecret()
getSecret 在接口中 framework.security.AuthServicepublic boolean hasPermission(String permission)
hasPermission 在接口中 framework.security.AuthServiceCopyright © 2023. All rights reserved.