Java
Incorrect configuration of Spring beans referenced in the Spring Security annotation
Error
Security
New
Last modified: 03 December 2024Reports 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
- 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
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Spring Security, 243.23126 |
Thanks for your feedback!
Was this page helpful?