Package | Description |
---|---|
com.iplanet.ums |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentObject.addACI(ACI aci)
Adds an ACI to this object.
|
void |
PersistentObject.addChild(PersistentObject object)
Adds a child object to the persistent object container.
|
void |
Organization.addChild(PersistentObject object)
Adds a new object to the organization.
|
void |
PeopleContainer.addChildPeopleContainer(PeopleContainer pc)
Adds a new People Container object to the People Container.
|
void |
PeopleContainer.addUser(User user)
Adds a new User object to the People Container.
|
void |
PersistentObject.deleteACI(ACI aci)
Deletes an ACI of this object
|
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.
|
void |
PeopleContainer.removeUser(User user)
Removes an User object from the People Container.
|
void |
PersistentObject.rename(String newRDN,
boolean deleteOldName)
Renames the RDN to a new value.
|
void |
PersistentObject.replaceACI(ACI oldACI,
ACI newACI)
Replaces an ACI of this object
|
void |
PersistentObject.save()
Save the modification(s) to the object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.