Package | Description |
---|---|
com.iplanet.ums |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
PersistentObject |
SearchResults.assertOneEntry()
Assert if the search result contains one and only one entry.
|
void |
PersistentObject.remove()
Remove itself from the persistent store.
|
void |
PersistentObject.removeChild(Guid childGuid)
Removes an object given its unique ID.
|
void |
PersistentObject.removeChild(PersistentObject object)
Removes a child object from a persistent object container.
|
void |
Organization.removeChild(PersistentObject object)
Removes an object from the organization.
|
void |
PeopleContainer.removeChildPeopleContainer(PeopleContainer pc)
Removes a People Container object from the People Container.
|
static void |
UMSObject.removeObject(SSOToken token,
Guid guid)
Removes an object identified by the given ID.
|
void |
PersistentObject.rename(String newRDN,
boolean deleteOldName)
Renames the RDN to a new value.
|
void |
PersistentObject.save()
Save the modification(s) to the object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.