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 |
DataLayer.addEntry(Principal principal,
Guid guid,
AttrSet attrSet)
Adds entry to the server.
|
void |
DataLayer.addSchema(Principal principal,
com.sun.identity.shared.ldap.LDAPSchemaElement schemaElement)
Adds schema element to the schema at the root DSE
|
void |
PeopleContainer.addUser(User user)
Adds a new User object to the People Container.
|
void |
DataLayer.changePassword(Guid guid,
String attrName,
String oldPassword,
String newPassword)
Changes user password.
|
void |
PersistentObject.deleteACI(ACI aci)
Deletes an ACI of this object
|
void |
DataLayer.deleteEntry(Principal principal,
Guid guid)
Delete entry from the server
|
com.sun.identity.shared.ldap.LDAPSchema |
DataLayer.getSchema(Principal principal)
Fetches the schema from the LDAP directory server.
|
void |
DataLayer.modify(Principal principal,
Guid guid,
ModSet modSet)
Modifies 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.
|
void |
DataLayer.removeSchema(Principal principal,
com.sun.identity.shared.ldap.LDAPSchemaElement schemaElement)
Removes schema element from the schema
|
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-2013, ForgeRock All Rights Reserved.