Package | Description |
---|---|
com.iplanet.am.sdk.ldap | |
com.iplanet.ums |
Deprecated classes for UMS.
|
com.iplanet.ums.cos |
Deprecated classes for UMS.
|
com.iplanet.ums.dctree |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComplianceServicesImpl.createAdminGroups(SSOToken token,
PersistentObject org)
Method which creates Admin Groups for an organization.
|
protected AttrSet |
ComplianceServicesImpl.verifyAndGetAttributes(PersistentObject po,
String[] attributeNames)
Method which adds additional compliance required attributes to the
existing list of attribute names and then fetches the attribute set from
LDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
AssignableDynamicGroup
Represents a dynamic group entry that uses memberOf as its filter.
|
class |
BaseRole
Abstract base class for all roles.
|
class |
DynamicGroup
Represents a dynamic group entry.
|
class |
FilteredRole
FilteredRole is a role implementation of the membership interface
IFilteredRole.
|
class |
ManagedRole
ManagedRole is a role implementation of the membership interface
IAssignableMembership.
|
class |
Organization
Represents an organization object.
|
class |
OrganizationalUnit
Representation of organizational unit.
|
class |
PeopleContainer
Represents People Container in UMS.
|
class |
Resource
Represents a user entry in UMS.
|
class |
StaticGroup
Represents a static group entry.
|
class |
User
Represents a user entry in UMS.
|
Modifier and Type | Method and Description |
---|---|
PersistentObject |
SearchResults.assertOneEntry()
Assert if the search result contains one and only one entry.
|
static PersistentObject |
UMSObject.getObject(Principal principal,
Guid guid) |
static PersistentObject |
UMSObject.getObject(Principal principal,
Guid guid,
String[] attrNames) |
static PersistentObject |
UMSObject.getObject(SSOToken token,
Guid guid)
Returns the persistent object of correct subclass, for the given id.
|
static PersistentObject |
UMSObject.getObject(SSOToken token,
Guid guid,
String[] attrNames)
Returns the persistent object of correct subclass, for the given ID.
|
static PersistentObject |
UMSObject.getObjectHandle(SSOToken token,
Guid guid)
Return a PersistentObject given an authenticated token and guid.
|
PersistentObject |
PersistentObject.getParentObject()
Gets the parent object
|
PersistentObject |
SearchResults.next()
Returns the next entry in the search results.
|
Modifier and Type | Method and Description |
---|---|
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 |
AssignableDynamicGroup.addMember(PersistentObject member)
Adds a member to the group.
|
void |
StaticGroup.addMember(PersistentObject member)
Adds a member to the group.
|
void |
ManagedRole.addMember(PersistentObject member)
Adds a member to the role.
|
void |
IAssignableMembership.addMember(PersistentObject member)
Adds a member to the group.
|
void |
EntityManager.execute(Principal principal,
PersistentObject pObject,
Guid pGUID)
This method will use methods provided by ConfigManager to get "Structure
Template" information from the DIT.
|
boolean |
BaseRole.hasMember(PersistentObject po)
Checks if a given identifier is a member of the role.
|
boolean |
IRole.hasMember(PersistentObject po)
Evaluates whether an object is member of this IRole.
|
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 |
AssignableDynamicGroup.removeMember(PersistentObject member)
Removes a member from the group.
|
void |
StaticGroup.removeMember(PersistentObject member)
Removes a member from the group.
|
void |
ManagedRole.removeMember(PersistentObject member)
Removes a member from the role.
|
void |
IAssignableMembership.removeMember(PersistentObject member)
Removes a member from the group.
|
Modifier and Type | Class and Description |
---|---|
class |
COSTemplate
This class represents a COS Template.
|
class |
DirectCOSDefinition
This class represents a Direct (or Classic) COS definition.
|
Modifier and Type | Method and Description |
---|---|
void |
COSManager.assignCOSDef(PersistentObject pObject,
ICOSDefinition cosDef,
COSTemplate cosTemplate)
Assigns a COS (as defined by a COS definition) to the persistent object.
|
void |
COSManager.removeCOSAssignment(PersistentObject pObject,
ICOSDefinition cosDef,
COSTemplate cosTemplate)
Removes COS assignment from the persistent object.
|
Modifier and Type | Class and Description |
---|---|
class |
DomainComponent
Represents a domain component in the domain componet tree.
|
Modifier and Type | Method and Description |
---|---|
PersistentObject |
DomainComponentTree.getDCRoot()
Gets the root of the domain component tree (dc
tree)
|
PersistentObject |
DomainComponent.getOrganization()
Get the domain mapping from this dc entry to the
organization entry in the customer DIT.
|
PersistentObject |
DomainComponentTree.getOrganization(String domain)
Given a virtual domain name such as
"javasoft.sun.com", return the organization, organizationalunit or any
DIT entry that is assoicated from the domain compoent tree (dctree) to
the customer oranization DIT (the convergence tree as outlined in nortel
spec)
|
Modifier and Type | Method and Description |
---|---|
void |
DomainComponent.setAssociatedOrganization(PersistentObject org)
Sets the mapping of a dc entry in the dctree to an
organization or OrganizationalUnit entry in the convergence DIT, the
directory tree hosting all the actual entries
|
void |
DomainComponentTree.setDomainMapping(String domain,
PersistentObject org)
Set the domain mapping so that the dc entry maps to
an organization in the the organization DIT hosting user data (the
convergence tree in Nortel spec)
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.