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

Module UnboundId

Provides classes and predicates for working with the UnboundID API.

Import path

import semmle.code.java.frameworks.UnboundId

Imports

java

Provides all default Java QL imports.

Classes

MethodUnboundIdFilterCreate

A method with the name create declared in com.unboundid.ldap.sdk.Filter.

MethodUnboundIdFilterCreateAndFilter

A method with the name createANDFilter declared in com.unboundid.ldap.sdk.Filter.

MethodUnboundIdFilterCreateNotFilter

A method with the name createNOTFilter declared in com.unboundid.ldap.sdk.Filter.

MethodUnboundIdFilterCreateORFilter

A method with the name createORFilter declared in com.unboundid.ldap.sdk.Filter.

MethodUnboundIdFilterSimplifyFilter

A method with the name simplifyFilter declared in com.unboundid.ldap.sdk.Filter.

MethodUnboundIdLdapConnectionAsyncSearch

A method with the name asyncSearch declared in com.unboundid.ldap.sdk.LDAPConnection.

MethodUnboundIdLdapConnectionSearch

A method with the name search declared in com.unboundid.ldap.sdk.LDAPConnection.

MethodUnboundIdLdapConnectionSearchForEntry

A method with the name searchForEntry declared in com.unboundid.ldap.sdk.LDAPConnection.

MethodUnboundIdSearchRequestSetBaseDN

A method with the name setBaseDN declared in com.unboundid.ldap.sdk.SearchRequest.

MethodUnboundIdSearchRequestSetFilter

A method with the name setFilter declared in com.unboundid.ldap.sdk.SearchRequest.

TypeUnboundIdLdapConnection

The class com.unboundid.ldap.sdk.LDAPConnection.

TypeUnboundIdLdapFilter

The class com.unboundid.ldap.sdk.Filter.

TypeUnboundIdReadOnlySearchRequest

The interface com.unboundid.ldap.sdk.ReadOnlySearchRequest.

TypeUnboundIdSearchRequest

The class com.unboundid.ldap.sdk.SearchRequest.