Incorrect configuration of Spring beans referenced in the Spring Security annotation
Reports unresolved Spring beans referenced in Spring Security annotations.
Examples:
- @WithUserDetails(value = "admin", userDetailsServiceBeanName = "unknownUserDetailsService") // "Cannot resolve 'unknownUserDetailsService' bean" will be reported if 'unknownUserDetailsService' is not defined in the Spring model
- @WithUserDetails(value = "admin", userDetailsServiceBeanName = "jpaUserDetailsService") //"Bean must be of 'org.springframework.security.core.userdetails.UserDetailsService' type" // will be reported if "jpaUserDetailsService" bean is not of 'UserDetailsService' type
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
SpringSecurityAnnotationBeanPointersResolveInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Spring Security, 242.22892 |
Last modified: 11 September 2024