Package | Description |
---|---|
org.mule.module.ldap | |
org.mule.module.ldap.api | |
org.mule.module.ldap.api.jndi |
Modifier and Type | Method and Description |
---|---|
LDAPEntry |
LDAPConnector.bind(String authDn,
String authPassword,
String authentication)
Performs an LDAP bind (login) operation.
|
LDAPEntry |
LDAPConnector.lookup(String dn,
List<String> attributes,
String structuralObjectClass)
Retrieves an entry from the LDAP server base on its distinguished name (DN).
|
LDAPEntry |
LDAPConnector.searchOne(String baseDn,
String filter,
List<String> attributes,
SearchScope scope,
int timeout,
long maxResults,
boolean returnObject,
String structuralObjectClass)
Performs a LDAP search that is supposed to return a unique result.
|
Modifier and Type | Method and Description |
---|---|
List<LDAPEntry> |
LDAPPagingDelegate.getPage(LDAPConnector ldapConnector) |
org.mule.streaming.ProviderAwarePagingDelegate<LDAPEntry,LDAPConnector> |
LDAPConnector.pagedResultSearch(String baseDn,
String filter,
List<String> attributes,
SearchScope scope,
int timeout,
long maxResults,
boolean returnObject,
int pageSize,
String orderBy,
boolean ascending,
String structuralObjectClass,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Performs a LDAP search and streams result to the rest of the flow.
|
List<LDAPEntry> |
LDAPConnector.search(String baseDn,
String filter,
List<String> attributes,
SearchScope scope,
int timeout,
long maxResults,
boolean returnObject,
int pageSize,
String structuralObjectClass)
Performs a LDAP search returning a list with all the resulting LDAP entries.
|
Modifier and Type | Method and Description |
---|---|
String |
LDAPConnector.ldapEntryToLdif(LDAPEntry entry)
|
void |
LDAPConnector.modify(LDAPEntry entry,
String structuralObjectClass)
Updates an existing
LDAPEntry in the LDAP server. |
Modifier and Type | Method and Description |
---|---|
abstract LDAPEntry |
LDAPConnection.lookup(String dn) |
abstract LDAPEntry |
LDAPConnection.lookup(String dn,
String[] attributes)
Returns the LDAP entry matching the given dn.
|
LDAPEntry |
LDAPResultSet.next() |
Modifier and Type | Method and Description |
---|---|
List<LDAPEntry> |
LDAPResultSet.getAllEntries() |
Modifier and Type | Method and Description |
---|---|
abstract void |
LDAPConnection.addEntry(LDAPEntry entry) |
abstract void |
LDAPConnection.deleteEntry(LDAPEntry entry) |
abstract void |
LDAPConnection.updateEntry(LDAPEntry entry) |
Modifier and Type | Method and Description |
---|---|
static LDAPEntry |
LDAPJNDIUtils.buildEntry(String entryDN,
Attributes attributes) |
static LDAPEntry |
LDAPJNDIUtils.buildEntry(String entryDN,
Attributes attributes,
LDAPSchemaAware schemaCache) |
LDAPEntry |
LDAPJNDIConnection.lookup(String dn) |
LDAPEntry |
LDAPJNDIConnection.lookup(String dn,
String[] attributes) |
LDAPEntry |
SimpleLDAPResultSet.next() |
LDAPEntry |
PagedLDAPResultSet.next() |
Modifier and Type | Method and Description |
---|---|
List<LDAPEntry> |
SimpleLDAPResultSet.getAllEntries() |
List<LDAPEntry> |
PagedLDAPResultSet.getAllEntries() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPJNDIConnection.addEntry(LDAPEntry entry) |
void |
LDAPJNDIConnection.deleteEntry(LDAPEntry entry) |
void |
LDAPJNDIConnection.updateEntry(LDAPEntry entry) |
Copyright © 2010–2020. All rights reserved.