类 AuthFilter
java.lang.Object
xyz.raylab.authorizationserver.auth.infrastructure.ohs.filter.AuthFilter
- 所有已实现的接口:
javax.servlet.Filter
- 直接已知子类:
AuthLoginFilter,AuthLogoutFilter,AuthRefreshFilter
其他认证过滤器的基类
- 作者:
- ray_kwan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddoFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain) protected abstract xyz.raylab.support.ohs.ResourceResponseBodyhandle(javax.servlet.http.HttpServletRequest request, org.springframework.web.context.WebApplicationContext applicationContext) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 javax.servlet.Filter
destroy, init
-
构造器详细资料
-
AuthFilter
public AuthFilter()
-
-
方法详细资料
-
doFilter
public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain) throws IOException - 指定者:
doFilter在接口中javax.servlet.Filter- 抛出:
IOException
-
handle
protected abstract xyz.raylab.support.ohs.ResourceResponseBody handle(javax.servlet.http.HttpServletRequest request, org.springframework.web.context.WebApplicationContext applicationContext)
-