类 NkUsernamePasswordVerCodeAuthenticationFilter

java.lang.Object
org.springframework.web.filter.GenericFilterBean
cn.nkpro.elcube.security.validate.NkUsernamePasswordVerCodeAuthenticationFilter
所有已实现的接口:
javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

public class NkUsernamePasswordVerCodeAuthenticationFilter extends org.springframework.web.filter.GenericFilterBean
用户名密码验证 Created by bean on 2019/12/30.
  • 字段概要

    从类继承的字段 org.springframework.web.filter.GenericFilterBean

    logger
  • 构造器概要

    构造器
    构造器
    说明
    NkUsernamePasswordVerCodeAuthenticationFilter​(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    doFilter​(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain filterChain)
     

    从类继承的方法 org.springframework.web.filter.GenericFilterBean

    addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • NkUsernamePasswordVerCodeAuthenticationFilter

      public NkUsernamePasswordVerCodeAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint)
  • 方法详细资料

    • doFilter

      public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain filterChain) throws IOException, javax.servlet.ServletException
      抛出:
      IOException
      javax.servlet.ServletException