CodeQL library for Java/Kotlin
codeql/java-all 7.6.1-dev (changelog, source)
Search

Module SpringSecurity

Provides classes for working with Spring classes and interfaces from org.springframework.security.*.

Import path

import semmle.code.java.frameworks.spring.SpringSecurity

Imports

java

Provides all default Java QL imports.

Classes

SpringAbstractRequestMatcherRegistry

The class org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry.

SpringAnyRequestCall

A call to the AbstractRequestMatcherRegistry.anyRequest method.

SpringAuthorizeHttpRequestsCall

A call to the HttpSecurity.authorizeHttpRequests method.

SpringAuthorizeRequestsCall

A call to the HttpSecurity.authorizeRequests method.

SpringAuthorizedUrl

The class org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer$AuthorizedUrl or the class org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer$AuthorizedUrl.

SpringHttpSecurity

The class org.springframework.security.config.annotation.web.builders.HttpSecurity.

SpringPermitAllCall

A call to the AuthorizedUrl.permitAll method.

SpringRequestMatcherCall

A call to the HttpSecurity.requestMatcher method.

SpringRequestMatchersCall

A call to the HttpSecurity.requestMatchers method.

SpringSecurityMatcherCall

A call to the HttpSecurity.securityMatcher method.

SpringSecurityMatchersCall

A call to the HttpSecurity.securityMatchers method.