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

Module SpringLdap

Provides classes and predicates for working with the Spring LDAP API.

Import path

import semmle.code.java.frameworks.SpringLdap

Imports

java

Provides all default Java QL imports.

Classes

MethodSpringLdapNameBuilderAdd

A method with the name add declared in org.springframework.ldap.support.LdapNameBuilder.

MethodSpringLdapNameBuilderBuild

A method with the name build declared in org.springframework.ldap.support.LdapNameBuilder.

MethodSpringLdapNameBuilderNewInstance

A method with the name newInstance declared in org.springframework.ldap.support.LdapNameBuilder.

MethodSpringLdapQueryBuilderBase

A method with the name base declared in org.springframework.ldap.query.LdapQueryBuilder.

MethodSpringLdapQueryBuilderFilter

A method with the name filter declared in org.springframework.ldap.query.LdapQueryBuilder.

MethodSpringLdapTemplateAuthenticate

A method with the name authenticate declared in org.springframework.ldap.core.LdapTemplate.

MethodSpringLdapTemplateFind

A method with the name find declared in org.springframework.ldap.core.LdapTemplate.

MethodSpringLdapTemplateFindOne

A method with the name findOne declared in org.springframework.ldap.core.LdapTemplate.

MethodSpringLdapTemplateSearch

A method with the name search declared in org.springframework.ldap.core.LdapTemplate.

MethodSpringLdapTemplateSearchForContext

A method with the name searchForContext declared in org.springframework.ldap.core.LdapTemplate.

MethodSpringLdapTemplateSearchForObject

A method with the name searchForObject declared in org.springframework.ldap.core.LdapTemplate.

MethodSpringLdapUtilsNewLdapName

A method with the name newLdapName declared in org.springframework.ldap.support.LdapUtils.

TypeLdapOperations

The interface org.springframework.ldap.core.LdapOperations or org.springframework.ldap.LdapOperations

TypeSpringConditionCriteria

The interface org.springframework.ldap.query.ConditionCriteria.

TypeSpringContainerCriteria

The interface org.springframework.ldap.query.ContainerCriteria.

TypeSpringHardcodedFilter

The class org.springframework.ldap.filter.HardcodedFilter.

TypeSpringLdapFilter

The interface org.springframework.ldap.filter.Filter.

TypeSpringLdapNameBuilder

The class org.springframework.ldap.support.LdapNameBuilder.

TypeSpringLdapQueryBuilder

The class org.springframework.ldap.query.LdapQueryBuilder.

TypeSpringLdapTemplate

The class org.springframework.ldap.core.LdapTemplate.

TypeSpringLdapUtils

The class org.springframework.ldap.support.LdapUtils.