#1020: LdapTemplate.kt

projectforge-business/src/main/kotlin/org/projectforge/business/ldap/LdapTemplate.kt LDAP Template Pattern, projectforge-business/src/main/kotlin/org/projectforge/business/ldap/LdapTemplate.kt 104 lines · 63 code · 31 comments · 10 blank
Abstract template class implementing the Template Method pattern for LDAP operations. Manages DirContext lifecycle (create, use, close) with proper cleanup in finally blocks, including tracking open connection counts.

Design

Subclasses implement call() which receives an open DirContext. The template handles:

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
5f9bbfbd3 Fix typos in projectforge-business directory
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
02128a8fb Ldap works