Package | Description |
---|---|
org.mule.module.ldap.api | |
org.mule.module.ldap.api.exception | |
org.mule.module.ldap.api.jndi | |
org.mule.module.ldap.config | |
org.mule.module.ldap.metadata |
Modifier and Type | Method and Description |
---|---|
abstract void |
LDAPConnection.addAttribute(String dn,
LDAPEntryAttribute attribute) |
abstract void |
LDAPConnection.addEntry(LDAPEntry entry) |
abstract void |
LDAPConnection.bind(String dn,
String password) |
void |
LDAPResultSet.close() |
abstract void |
LDAPConnection.close() |
abstract void |
LDAPConnection.deleteAttribute(String dn,
LDAPEntryAttribute attribute)
Deletes the attribute or the value of the attribute.
|
abstract void |
LDAPConnection.deleteEntry(LDAPEntry entry) |
abstract void |
LDAPConnection.deleteEntry(String dn) |
List<LDAPEntry> |
LDAPResultSet.getAllEntries() |
List<String> |
LDAPSchemaAware.getAllObjectClasses() |
LDAPEntryAttributeTypeDefinition |
LDAPSchemaAware.getAttributeTypeDefinition(String attributeName) |
abstract String |
LDAPConnection.getBindedUserDn() |
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) |
LDAPEntryObjectClassDefinition |
LDAPSchemaAware.getObjectClassDefinition(String objectClassName) |
int |
LDAPResultSet.getResultSize()
Retrieves (an estimate of) the number of entries in the search result.
|
boolean |
LDAPResultSet.hasNext() |
protected abstract void |
LDAPConnection.initialize(Map<String,String> conf) |
abstract boolean |
LDAPConnection.isClosed() |
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() |
abstract void |
LDAPConnection.rebind() |
abstract void |
LDAPConnection.renameEntry(String oldDn,
String newDn) |
abstract LDAPResultSet |
LDAPConnection.search(String baseDn,
String filter,
LDAPSearchControls controls) |
abstract LDAPResultSet |
LDAPConnection.search(String baseDn,
String filter,
Object[] filterArgs,
LDAPSearchControls controls) |
abstract void |
LDAPConnection.updateAttribute(String dn,
LDAPEntryAttribute attribute) |
abstract void |
LDAPConnection.updateEntry(LDAPEntry entry) |
Constructor and Description |
---|
LDAPEntry(Map<String,Object> entry) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
This class is the abstraction
|
class |
CommunicationException |
class |
ContextNotEmptyException |
class |
InvalidAttributeException
This class is the abstraction
|
class |
InvalidEntryException |
class |
NameAlreadyBoundException
This class is the abstraction
|
class |
NameNotFoundException
This class is the abstraction
|
class |
NoPermissionException
This class is the abstraction
|
class |
OperationNotSupportedException
This class is the abstraction
|
Modifier and Type | Method and Description |
---|---|
static LDAPException |
LDAPException.create(NamingException nex) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPJNDIConnection.addAttribute(String dn,
LDAPEntryAttribute attribute) |
void |
LDAPJNDIConnection.addEntry(LDAPEntry entry) |
void |
LDAPJNDIConnection.bind(String dn,
String password) |
protected static LDAPEntryAttribute |
LDAPJNDIUtils.buildAttribute(Attribute attribute,
LDAPSchemaAware schemaCache) |
static LDAPEntryAttributeTypeDefinition |
LDAPJNDIUtils.buildAttributeTypeDefinition(Attributes attributes) |
static LDAPEntry |
LDAPJNDIUtils.buildEntry(String entryDN,
Attributes attributes) |
static LDAPEntry |
LDAPJNDIUtils.buildEntry(String entryDN,
Attributes attributes,
LDAPSchemaAware schemaCache) |
static LDAPEntryObjectClassDefinition |
LDAPJNDIUtils.buildObjectClassDefinition(Attributes attributes) |
static Control[] |
LDAPJNDIUtils.buildRequestControls(LDAPSearchControls controls,
byte[] cookie) |
void |
SimpleLDAPResultSet.close() |
void |
PagedLDAPResultSet.close() |
void |
LDAPJNDIConnection.close() |
void |
LDAPJNDIConnection.deleteAttribute(String dn,
LDAPEntryAttribute attribute) |
void |
LDAPJNDIConnection.deleteEntry(LDAPEntry entry) |
void |
LDAPJNDIConnection.deleteEntry(String dn) |
List<LDAPEntry> |
SimpleLDAPResultSet.getAllEntries() |
List<LDAPEntry> |
PagedLDAPResultSet.getAllEntries() |
List<String> |
LDAPJNDIConnection.getAllObjectClasses() |
LDAPEntryAttributeTypeDefinition |
LDAPJNDIConnection.getAttributeTypeDefinition(String attributeName) |
String |
LDAPJNDIConnection.getBindedUserDn() |
LDAPEntryObjectClassDefinition |
LDAPJNDIConnection.getObjectClassDefinition(String objectClassName) |
int |
SimpleLDAPResultSet.getResultSize() |
int |
PagedLDAPResultSet.getResultSize() |
boolean |
SimpleLDAPResultSet.hasNext() |
boolean |
PagedLDAPResultSet.hasNext() |
protected void |
LDAPJNDIConnection.initialize(Map<String,String> conf) |
LDAPEntry |
LDAPJNDIConnection.lookup(String dn) |
LDAPEntry |
LDAPJNDIConnection.lookup(String dn,
String[] attributes) |
LDAPEntry |
SimpleLDAPResultSet.next() |
LDAPEntry |
PagedLDAPResultSet.next() |
void |
LDAPJNDIConnection.rebind() |
void |
LDAPJNDIConnection.renameEntry(String oldDn,
String newDn) |
protected LDAPEntryAttributeTypeDefinition |
LDAPJNDIConnection.retrieveAttributeTypeDefinition(String attributeName) |
LDAPResultSet |
LDAPJNDIConnection.search(String baseDn,
String filter,
LDAPSearchControls controls) |
LDAPResultSet |
LDAPJNDIConnection.search(String baseDn,
String filter,
Object[] filterArgs,
LDAPSearchControls controls) |
void |
LDAPJNDIConnection.updateAttribute(String dn,
LDAPEntryAttribute attribute) |
void |
LDAPJNDIConnection.updateEntry(LDAPEntry entry) |
Constructor and Description |
---|
LDAPJNDIConnection(String providerUrl) |
LDAPJNDIConnection(String providerUrl,
String initialContextFactory) |
LDAPJNDIConnection(String providerUrl,
String initialContextFactory,
String authentication) |
LDAPJNDIConnection(String providerUrl,
String initialContextFactory,
String authentication,
int maxPoolConnections,
int initialPoolSizeConnections,
long poolTimeout) |
LDAPJNDIConnection(String providerUrl,
String initialContextFactory,
String authentication,
int maxPoolConnections,
int initialPoolSizeConnections,
long poolTimeout,
boolean schemaEnabled) |
Modifier and Type | Method and Description |
---|---|
LDAPConnection |
AbstractConfig.createPooledConnections(String authDn,
String authPassword,
String authentication,
boolean tlsEnabled) |
void |
LDAPPool.initConnections() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataBuilder.addAttributesMetaData(List<String> attributes,
org.mule.common.metadata.builder.DynamicObjectBuilder<?> dynamicObject) |
List<String> |
MetadataBuilder.getObjectClassHierarchyFor(String objectClass) |
void |
MetadataBuilder.transverseObjectClassHierarchy(LDAPEntryObjectClassDefinition objectClass,
org.mule.common.metadata.builder.DynamicObjectBuilder<?> dynamicObject) |
void |
MetadataBuilder.transverseObjectClassHierarchy(String supObjectClass,
List<String> objectClasses) |
Copyright © 2010–2018. All rights reserved.