LdapDao.javaLdapDaoExtends: Serializable
@Override, @SuppressWarnings
| Name | Type | Access | Modifiers |
|---|---|---|---|
ldapConnector | LdapConnector | protected | |
ldapConfig | LdapConfig | protected |
| Name | Return Type | Access |
|---|---|---|
create() | void | public |
call() | Object | protected |
create() | void | public |
onBeforeBind() | void | protected |
createOrUpdate() | void | public |
createOrUpdate() | void | public |
createOrUpdate() | void | public |
createOrUpdate() | void | public |
update() | void | public |
call() | Object | protected |
update() | void | public |
createModificationItem() | ModificationItem | protected |
createModificationItem() | ModificationItem | protected |
createAndAddModificationItems() | void | protected |
createAndAddModificationItems() | void | protected |
modify() | void | public |
call() | Object | protected |
modify() | void | public |
move() | void | public |
call() | Object | protected |
move() | void | public |
rename() | void | public |
getLogInfo() | String | protected |
onBeforeRebind() | void | protected |
delete() | void | public |
call() | Object | protected |
delete() | void | public |
findAll() | List | public |
call() | Object | protected |
findAll() | List | public |
11 more methods not shown.
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
c32f8c25f3 | Fix LDAP sync endless loop with empty attribute values |
decd42ab57 | LdapDao: Log message on modifications extended. |
63081666f6 | Source file headers: 2024-> 2025. |
a72903e36a | *.java, *.kt: StringBuffer -> StringBuilder. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
73a9755df7 | More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList |
32f634b88f | Optimize imports |
000ca723d8 | Remove pointless boolean expressions (business) |
dd5ca38acd | CopyRight of all java file-header updated or created. |
a5bbdca6aa | Change logger to slf4j |
f979e8a429 | MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT |
9142eacbed | PROJECTFORGE-3225: Add additional logging |
9ebb885224 | Initial commit |