Package | Description |
---|---|
org.mule.module.ldap.api | |
org.mule.module.ldap.api.jndi |
Modifier and Type | Class and Description |
---|---|
class |
LDAPMultiValueEntryAttribute
This class is the abstraction
|
class |
LDAPSingleValueEntryAttribute
This class is the abstraction
|
Modifier and Type | Method and Description |
---|---|
LDAPEntryAttribute |
LDAPEntryAttributes.getAttribute(String name) |
LDAPEntryAttribute |
LDAPEntry.getAttribute(String name) |
LDAPEntryAttribute |
LDAPEntryAttributes.removeAttribute(LDAPEntryAttribute attribute) |
LDAPEntryAttribute |
LDAPEntryAttributes.removeAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Iterator<LDAPEntryAttribute> |
LDAPEntryAttributes.attributes() |
Iterator<LDAPEntryAttribute> |
LDAPEntry.attributes() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPEntryAttributes.addAttribute(LDAPEntryAttribute attribute) |
void |
LDAPEntry.addAttribute(LDAPEntryAttribute attribute) |
abstract void |
LDAPConnection.addAttribute(String dn,
LDAPEntryAttribute attribute) |
abstract void |
LDAPConnection.deleteAttribute(String dn,
LDAPEntryAttribute attribute)
Deletes the attribute or the value of the attribute.
|
LDAPEntryAttribute |
LDAPEntryAttributes.removeAttribute(LDAPEntryAttribute attribute) |
abstract void |
LDAPConnection.updateAttribute(String dn,
LDAPEntryAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
protected static LDAPEntryAttribute |
LDAPJNDIUtils.buildAttribute(Attribute attribute,
LDAPSchemaAware schemaCache) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPJNDIConnection.addAttribute(String dn,
LDAPEntryAttribute attribute) |
void |
LDAPJNDIConnection.deleteAttribute(String dn,
LDAPEntryAttribute attribute) |
void |
LDAPJNDIConnection.updateAttribute(String dn,
LDAPEntryAttribute attribute) |
Copyright © 2010–2018. All rights reserved.