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 |
DataLayer.changePassword(Guid guid,
String attrName,
String oldPassword,
String newPassword)
Changes user password.
|
void |
DataLayer.deleteEntry(Principal principal,
Guid guid)
Delete entry from the server
|
void |
DataLayer.modify(Principal principal,
Guid guid,
ModSet modSet)
Modifies an ldap entry.
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid)
Read an ldap entry
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid,
String[] attrNames)
Reads an ldap 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-2013, ForgeRock All Rights Reserved.