Package | Description |
---|---|
org.mule.module.ldap.api | |
org.mule.module.ldap.api.jndi | |
org.mule.module.ldap.config | |
org.mule.module.ldap.metadata |
Modifier and Type | Method and Description |
---|---|
static LDAPConnection |
LDAPConnection.getConnection(Map<String,String> conf) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
String referral,
Map<String,String> extendedConf,
boolean schemaEnabled) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
String referral,
Map<String,String> extendedConf,
boolean schemaEnabled,
boolean tlsEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPJNDIConnection
This class is the abstraction
|
Modifier and Type | Method and Description |
---|---|
LDAPConnection |
AbstractConfig.createPooledConnections(String authDn,
String authPassword,
String authentication,
boolean tlsEnabled) |
LDAPConnection |
AbstractConfig.getConnection() |
Modifier and Type | Method and Description |
---|---|
LDAPPool<LDAPConnection> |
AbstractConfig.getLdapConnectionPool() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPCacheConfig.releaseConnection(LDAPConnection connection) |
void |
LDAPTlsConfig.releaseConnection(LDAPConnection connection) |
abstract void |
AbstractConfig.releaseConnection(LDAPConnection connection) |
Modifier and Type | Method and Description |
---|---|
LDAPConnection |
MetadataBuilder.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataBuilder.setConnection(LDAPConnection connection) |
Constructor and Description |
---|
MetadataBuilder(LDAPConnection connection) |
Copyright © 2010–2020. All rights reserved.