WebCenter Interaction API  
 

IPTProfileSource Members

IPTProfileSource overview

Public Instance Methods

public methodClearHistory Clears the history of imports, so all information will be re-imported during the next sync.
public methodGetAuthSourcePartner Returns the auth source parter whose settings will be used for the provider.
public methodGetGroupList Returns the list of groups whose profile information will be updated. Users can be included in the list with negative id numbers.
public methodGetPortalUniqueKey Returns the id of an IPTProperty or a value from the PT_PROFILE_UNIQUE_KEYS enumeration.
public methodGetPropertyMap Returns the map from property id to provider attribute.
public methodGetProviderCLSID Returns the CLSID of the provider for this auth source.
public methodGetProviderInfo Returns the provider property bag.
public methodGetWebServiceID Returns the id of the web service associated with the provider.
public methodSetAuthSourcePartner Sets the auth source parter whose settings will be used for the provider.
public methodSetGroupListOverloaded. Sets the list of groups whose profile information will be updated. Users can be included in the list with negative id numbers.
public methodSetPortalUniqueKey Allows a particular property value to be sent to remote profile providers (PWS) in place of the portal's unique name for each user.
public methodSetPropertyMap Sets the map from property id to provider attribute.
public methodSetProviderCLSID Sets the provider CLSID.
public methodSetProviderInfoOverloaded. Sets the provider property bag.
public methodSetWebServiceID Returns the id of the web service associated with the provider.
public methodUpdateUserProfile Updates the given user's profile against this profile source. If the user has no valid attributes in the remote profile repository, no changes will be made. This function does not replace a profile synchronization, but instead allows for singleton updates of specific users between profile syncs.

See Also

IPTProfileSource Interface | com.plumtree.server Namespace | IPTProfileSourceProvider