A D G I J S T 
所有类 所有程序包

A

apply(RequestTemplate) - 类 中的方法store.taotao.core.jwt.openfeign.JwtAuthRequestInterceptor
 
apply(Auth0JwtGatewayFilterConfig) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
Auth0JwtGatewayFilterConfig - store.taotao.core.jwt.gateway中的类
Auth0JwtGatewayFilter 的配置对象
Auth0JwtGatewayFilterConfig() - 类 的构造器store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
Auth0JwtGatewayFilterFactory - store.taotao.core.jwt.gateway中的类
jwt 校验过滤器工厂
Auth0JwtGatewayFilterFactory() - 类 的构造器store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 

D

destroy() - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
destroyJwtToken() - 类 中的静态方法store.taotao.core.jwt.JwtTokenHolder
忘记当前的 jwt token
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 

G

getAlgorithm() - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
getAlgorithm() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
getAuthHeadKey() - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
getAuthHeadKey() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
getAuthHeadKey() - 类 中的方法store.taotao.core.jwt.openfeign.JwtAuthRequestInterceptor
 
getBearerTag() - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
getBearerTag() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
getBearerTag() - 类 中的方法store.taotao.core.jwt.openfeign.JwtAuthRequestInterceptor
 
getDateFormat() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
getEncoding() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
getErrorTokenCode() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
getJsonError() - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
getJwtToken() - 类 中的静态方法store.taotao.core.jwt.JwtTokenHolder
获取当前的 jwt token
getNoTokenCode() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
getTrimBearer() - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
getTrimBearer() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 

I

init(FilterConfig) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 

J

JwtAuthRequestInterceptor - store.taotao.core.jwt.openfeign中的类
从 JwtTokenHolder 中获取 token 并注入至请求中
JwtAuthRequestInterceptor() - 类 的构造器store.taotao.core.jwt.openfeign.JwtAuthRequestInterceptor
 
JwtSessionStoreFilter - store.taotao.core.jwt.filter中的类
基于 SessionKeyHolder 机制,为基于 jwt 的会话数据保持提供支持 通过该过滤器后: 在 JwtTokenHolder 中保存 jwt 在 SessionKeyHolder 中保存 session 的唯一标识 jti (jwt.getId())
JwtSessionStoreFilter() - 类 的构造器store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
JwtTokenHolder - store.taotao.core.jwt中的类
jwt 的持有器,用于在本线程内持有

S

sendError(HttpServletResponse) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
生成错误返回报文的方法
setAlgorithm(Algorithm) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
setAlgorithm(Algorithm) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
setAuthHeadKey(String) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
setAuthHeadKey(String) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
setAuthHeadKey(String) - 类 中的方法store.taotao.core.jwt.openfeign.JwtAuthRequestInterceptor
 
setBearerTag(String) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
setBearerTag(String) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
setBearerTag(String) - 类 中的方法store.taotao.core.jwt.openfeign.JwtAuthRequestInterceptor
 
setDateFormat(String) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
setEncoding(Charset) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
setErrorTokenCode(String) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
setErrRepo(ServerHttpResponse, HttpStatus, String, String) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
对返回体进行错误处理
setJsonError(String) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
setJwtToken(String) - 类 中的静态方法store.taotao.core.jwt.JwtTokenHolder
添加 jwtToken
setNoTokenCode(String) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterFactory
 
setTrimBearer(boolean) - 类 中的方法store.taotao.core.jwt.filter.JwtSessionStoreFilter
 
setTrimBearer(Boolean) - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
store.taotao.core.jwt - 程序包 store.taotao.core.jwt
 
store.taotao.core.jwt.filter - 程序包 store.taotao.core.jwt.filter
 
store.taotao.core.jwt.gateway - 程序包 store.taotao.core.jwt.gateway
 
store.taotao.core.jwt.openfeign - 程序包 store.taotao.core.jwt.openfeign
 

T

toString() - 类 中的方法store.taotao.core.jwt.gateway.Auth0JwtGatewayFilterConfig
 
A D G I J S T 
所有类 所有程序包