| 限定符和类型 | 方法和说明 |
|---|---|
default Optional<Permission> |
Authentication.getPermission(String id)
根据权限id获取权限信息,权限不存在则返回null
|
List<Permission> |
Authentication.getPermissions() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationBuilder |
AuthenticationBuilder.permission(List<Permission> permission) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimplePermission |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Permission> |
SimpleAuthentication.getPermissions() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleAuthentication.setPermissions(List<Permission> permissions) |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationBuilder |
SimpleAuthenticationBuilder.permission(List<Permission> permission) |
Copyright © 2016–2020. All rights reserved.