Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider.jndi |
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 |
---|---|
ModificationItem[] |
JndiUtils.fromAttributeModification(AttributeModification[] mods)
Returns jndi modification items using the supplied attribute modifications.
|
Copyright © 2018. All rights reserved.