Module io.inverno.mod.ldap
module io.inverno.mod.ldap
The Inverno framework LDAP module provides a reactive API to query an LDAP server.
The module also provides a basic implementation using java.naming
module.
It defines the following sockets:
- configuration
- the LDAP module configuration
- workerPool
- The
ExecutorService
used to execute blocking operations.
It exposes the following beans:
- configuration
- the LDAP module configuration
- jdkLdapClient
- The
LDAPClient
used to execute blocking operations.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Packages
-
Modules
ModifierModuleDescriptiontransitiveThe Inverno framework configuration module provides advanced application configuration capabilities.