类的使用
com.codingapi.springboot.security.jwt.Jwt
使用Jwt的程序包
-
com.codingapi.springboot.security中Jwt的使用
参数类型为Jwt的com.codingapi.springboot.security中的方法修饰符和类型方法说明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中Jwt的使用
参数类型为Jwt的com.codingapi.springboot.security.filter中的构造器限定符构造器说明MyAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager manager, SecurityJwtProperties securityJwtProperties, Jwt jwt, AuthenticationTokenFilter authenticationTokenFilter) MyLoginFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, Jwt jwt, SecurityLoginHandler loginHandler, SecurityJwtProperties securityJwtProperties)