Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider.apache | |
org.ldaptive.provider.jldap | |
org.ldaptive.provider.jndi | |
org.ldaptive.provider.opendj | |
org.ldaptive.provider.unboundid |
Modifier and Type | Field and Description |
---|---|
private AttributeModification[] |
ModifyRequest.attrMods
Attribute modifications.
|
Modifier and Type | Method and Description |
---|---|
static AttributeModification[] |
LdapEntry.computeModifications(LdapEntry source,
LdapEntry target)
Returns the list of attribute modifications needed to change the supplied target entry into the supplied source
entry.
|
AttributeModification[] |
ModifyRequest.getAttributeModifications()
Returns the attribute modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyRequest.setAttributeModifications(AttributeModification... mods)
Sets the attribute modifications.
|
Constructor and Description |
---|
ModifyRequest(String dn,
AttributeModification... mods)
Creates a new modify request.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.entry.Modification[] |
ApacheLdapUtils.fromAttributeModification(AttributeModification[] am)
Returns apache ldap modifications using the supplied attribute modifications.
|
Modifier and Type | Method and Description |
---|---|
com.novell.ldap.LDAPModification[] |
JLdapUtils.fromAttributeModification(AttributeModification[] am)
Returns jldap ldap modifications using the supplied attribute modifications.
|
Modifier and Type | Method and Description |
---|---|
ModificationItem[] |
JndiUtils.fromAttributeModification(AttributeModification[] mods)
Returns jndi modification items using the supplied attribute modifications.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.ldap.Modification[] |
OpenDJUtils.fromAttributeModification(AttributeModification[] am)
Returns opendj modifications using the supplied attribute modifications.
|
Modifier and Type | Method and Description |
---|---|
com.unboundid.ldap.sdk.Modification[] |
UnboundIDUtils.fromAttributeModification(AttributeModification[] am)
Returns unbound id modifications using the supplied attribute modifications.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.