public abstract class AbstractInterceptor extends Object
| 构造器和说明 |
|---|
AbstractInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
exec(com.v1ok.auth.IUserContext userContext,
org.aspectj.lang.ProceedingJoinPoint point) |
protected abstract String |
generateToken(com.v1ok.auth.IUserContext context) |
protected <T> T |
getArg(org.aspectj.lang.JoinPoint pjp,
Class<T> clazz) |
protected Head |
getHead(org.aspectj.lang.JoinPoint point) |
protected String |
getRequestMethod() |
protected RequestValue<?> |
getRequestValue(org.aspectj.lang.JoinPoint point) |
protected String |
getToken(Head head) |
protected com.v1ok.auth.IUserContext |
getUserContext(RequestValue<?> requestValue) |
protected boolean |
isDelete() |
protected boolean |
isGet() |
protected abstract com.v1ok.auth.IUserContext |
parseToken(String token) |
protected abstract com.v1ok.auth.IUserContext parseToken(String token)
protected abstract String generateToken(com.v1ok.auth.IUserContext context)
protected Object exec(com.v1ok.auth.IUserContext userContext, org.aspectj.lang.ProceedingJoinPoint point)
protected <T> T getArg(org.aspectj.lang.JoinPoint pjp,
Class<T> clazz)
protected RequestValue<?> getRequestValue(org.aspectj.lang.JoinPoint point)
protected Head getHead(org.aspectj.lang.JoinPoint point)
protected com.v1ok.auth.IUserContext getUserContext(RequestValue<?> requestValue)
protected String getRequestMethod()
protected boolean isGet()
protected boolean isDelete()
Copyright © 2021. All rights reserved.