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) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
int initialPoolSize,
int maxPoolSize,
long poolTimeout,
String referral) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
int initialPoolSize,
int maxPoolSize,
long poolTimeout,
String referral,
Map<String,String> extendedConf) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
int initialPoolSize,
int maxPoolSize,
long poolTimeout,
String referral,
Map<String,String> extendedConf,
boolean schemaEnabled) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
int initialPoolSize,
int maxPoolSize,
long poolTimeout,
String referral,
Map<String,String> extendedConf,
boolean schemaEnabled,
boolean tlsEnabled) |
static LDAPConnection |
LDAPConnection.getConnection(String type,
String url,
String authentication,
Map<String,String> extendedConf) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPJNDIConnection
This class is the abstraction
|
Modifier and Type | Field and Description |
---|---|
protected LDAPConnection |
AbstractConfig.connection |
Modifier and Type | Method and Description |
---|---|
LDAPConnection |
AbstractConfig.getConnection() |
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–2016. All rights reserved.