类的使用
com.codingapi.springboot.security.properties.SecurityJwtProperties
-
使用SecurityJwtProperties的程序包 程序包 说明 com.codingapi.springboot.security com.codingapi.springboot.security.crypto com.codingapi.springboot.security.filter -
-
com.codingapi.springboot.security中SecurityJwtProperties的使用
返回SecurityJwtProperties的com.codingapi.springboot.security中的方法 修饰符和类型 方法 说明 SecurityJwtPropertiesAutoConfiguration. securityJwtProperties()参数类型为SecurityJwtProperties的com.codingapi.springboot.security中的方法 修饰符和类型 方法 说明 org.springframework.web.servlet.config.annotation.WebMvcConfigurerAutoConfiguration. corsConfigurer(SecurityJwtProperties securityJwtProperties)org.springframework.security.web.SecurityFilterChainAutoConfiguration. filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, Jwt jwt, SecurityLoginHandler loginHandler, SecurityJwtProperties properties)JwtAutoConfiguration. jwt(SecurityJwtProperties properties) -
com.codingapi.springboot.security.crypto中SecurityJwtProperties的使用
参数类型为SecurityJwtProperties的com.codingapi.springboot.security.crypto中的方法 修饰符和类型 方法 说明 AESMyCryptoConfiguration. aes(SecurityJwtProperties properties) -
com.codingapi.springboot.security.filter中SecurityJwtProperties的使用
参数类型为SecurityJwtProperties的com.codingapi.springboot.security.filter中的构造器 构造器 说明 MyLoginFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, Jwt jwt, SecurityLoginHandler loginHandler, SecurityJwtProperties securityJwtProperties)
-