接口的使用
com.codingapi.springboot.security.filter.AuthenticationTokenFilter
-
com.codingapi.springboot.security中AuthenticationTokenFilter的使用
修饰符和类型方法说明org.springframework.security.web.SecurityFilterChainAutoConfiguration.filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity security, Jwt jwt, SecurityLoginHandler loginHandler, SecurityJwtProperties properties, AuthenticationTokenFilter authenticationTokenFilter) -
com.codingapi.springboot.security.filter中AuthenticationTokenFilter的使用
限定符构造器说明MyAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager manager, SecurityJwtProperties securityJwtProperties, Jwt jwt, AuthenticationTokenFilter authenticationTokenFilter)