| Package | Description |
|---|---|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| Modifier and Type | Method and Description |
|---|---|
ModificationItem |
AttributeModificationException.getUnexecutedModifications()
Retrieves the unexecuted modification list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirContext.modifyAttributes(Name
Modifies the attributes associated with a named object using an ordered list of modifications.
|
void |
InitialDirContext.modifyAttributes(Name
|
void |
DirContext.modifyAttributes(String
Modifies the attributes associated with a named object using an ordered list of modifications.
|
void |
InitialDirContext.modifyAttributes(String
|
void |
AttributeModificationException.setUnexecutedModifications(ModificationItem
Sets the unexecuted modification list to be e.
|