public class DefaultAopMethodAuthorizeDefinitionParser extends Object implements AopMethodAuthorizeDefinitionParser
AopMethodAuthorizeDefinitionParser,
AuthorizeDefinition| 构造器和说明 |
|---|
DefaultAopMethodAuthorizeDefinitionParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser.CacheKey |
buildCacheKey(Class target,
Method method) |
void |
destroy() |
List<AuthorizeDefinition> |
getAllParsed() |
AuthorizeDefinition |
parse(Class target,
Method method,
org.hswebframework.web.aop.MethodInterceptorContext context)
解析权限控制定义
|
void |
setParserCustomizers(List<AopMethodAuthorizeDefinitionCustomizerParser> parserCustomizers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparsepublic DefaultAopMethodAuthorizeDefinitionParser()
@Autowired(required=false) public void setParserCustomizers(List<AopMethodAuthorizeDefinitionCustomizerParser> parserCustomizers)
public List<AuthorizeDefinition> getAllParsed()
public AuthorizeDefinition parse(Class target, Method method, org.hswebframework.web.aop.MethodInterceptorContext context)
AopMethodAuthorizeDefinitionParserparse 在接口中 AopMethodAuthorizeDefinitionParsertarget - classmethod - methodnullpublic org.hswebframework.web.authorization.basic.aop.DefaultAopMethodAuthorizeDefinitionParser.CacheKey buildCacheKey(Class target, Method method)
public void destroy()
Copyright © 2016–2020. All rights reserved.