java.lang.Object
xyz.raylab.authorizationserver.auth.infrastructure.ohs.filter.AuthFilter
xyz.raylab.authorizationserver.auth.infrastructure.ohs.filter.AuthRefreshFilter
所有已实现的接口:
javax.servlet.Filter, xyz.raylab.support.ohs.OHSSupport

public class AuthRefreshFilter extends AuthFilter implements xyz.raylab.support.ohs.OHSSupport
刷新过滤器
作者:
ray_kwan
  • 字段概要

    从接口继承的字段 xyz.raylab.support.ohs.OHSSupport

    LOGGER
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected xyz.raylab.support.ohs.ResourceResponseBody
    handle(javax.servlet.http.HttpServletRequest request, org.springframework.web.context.WebApplicationContext applicationContext)
     

    从类继承的方法 xyz.raylab.authorizationserver.auth.infrastructure.ohs.filter.AuthFilter

    doFilter

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 javax.servlet.Filter

    destroy, init

    从接口继承的方法 xyz.raylab.support.ohs.OHSSupport

    failedBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, succeededBody
  • 构造器详细资料

    • AuthRefreshFilter

      public AuthRefreshFilter()
  • 方法详细资料

    • handle

      protected xyz.raylab.support.ohs.ResourceResponseBody handle(javax.servlet.http.HttpServletRequest request, org.springframework.web.context.WebApplicationContext applicationContext)
      指定者:
      handle 在类中 AuthFilter