| Modifier and Type | Method and Description |
|---|---|
default AuthorizeDefinition |
AopMethodAuthorizeDefinitionParser.parse(Class<?> target,
Method method) |
AuthorizeDefinition |
DefaultAopMethodAuthorizeDefinitionParser.parse(Class<?> target,
Method method,
MethodInterceptorContext context) |
AuthorizeDefinition |
AopMethodAuthorizeDefinitionCustomizerParser.parse(Class<?> target,
Method method,
MethodInterceptorContext context) |
AuthorizeDefinition |
AopMethodAuthorizeDefinitionParser.parse(Class<?> target,
Method method,
MethodInterceptorContext context)
解析权限控制定义
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizeDefinition> |
DefaultAopMethodAuthorizeDefinitionParser.getAllParsed() |
List<AuthorizeDefinition> |
AopMethodAuthorizeDefinitionParser.getAllParsed() |
| Modifier and Type | Method and Description |
|---|---|
protected org.reactivestreams.Publisher<?> |
AopAuthorizingController.handleReactive0(AuthorizeDefinition definition,
MethodInterceptorHolder holder,
AuthorizingContext context,
Supplier<? extends org.reactivestreams.Publisher<?>> invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBasicAuthorizeDefinition
默认权限权限定义
|
class |
EmptyAuthorizeDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAuthorizingHandler.handleRBAC(Authentication authentication,
AuthorizeDefinition definition) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AopAuthorizeDefinition |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizeDefinition> |
AuthorizeDefinitionInitializedEvent.getAllDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
MergedAuthorizeDefinition.merge(List<AuthorizeDefinition> definitions) |
| Constructor and Description |
|---|
AuthorizeDefinitionInitializedEvent(List<AuthorizeDefinition> all) |
Copyright © 2016–2021. All rights reserved.