|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BaseRelationshipProvider com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
public class UserAccountsProvider
Field Summary | |
---|---|
static java.lang.String |
USER_ACCOUNTS
|
Constructor Summary | |
---|---|
UserAccountsProvider(ImsEnvironment env,
ObjectType primaryObjectType,
ObjectType relatedObjectType,
ImsManagedObjectAttrDefinition attributeDefinition)
|
Method Summary | |
---|---|
ImsManagedObjectAttrDefinition |
getAttributeDefinition()
Returns the definition of the attribute that is used to expose the relationship as an attribute on the primary managed object |
ExtendedAttribute |
getExtendedAttribute(ManagedObject primaryObj)
Returns a relationship object used to managed the relationship between the two managed objects based on a given primary object |
ObjectType |
getPrimaryObjectType()
Returns the object type of the main managed object this relationship provider knows how to relate a secondary managed object to |
ObjectType |
getRelatedObjectType()
Returns the object type of the secondary managed object this relationship provider knows how to relate the primary managed object to |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String USER_ACCOUNTS
Constructor Detail |
---|
public UserAccountsProvider(ImsEnvironment env, ObjectType primaryObjectType, ObjectType relatedObjectType, ImsManagedObjectAttrDefinition attributeDefinition)
Method Detail |
---|
public ExtendedAttribute getExtendedAttribute(ManagedObject primaryObj)
primaryObj
-
public ImsManagedObjectAttrDefinition getAttributeDefinition()
public ObjectType getPrimaryObjectType()
public ObjectType getRelatedObjectType()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |