|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface to profile source providers, which make user profile information
available for import into Plumtree. This interface is no longer
outward-facing. It has been replaced by the internal interface
IProfileProvider.
IPTProfileSource| Method Summary | |
java.lang.String |
AttachToUser(int nUserID,
java.lang.String bstrLoginName,
java.lang.String bstrUniqueName,
java.lang.String bstrLastSignature)
Deprecated. Attaches to a user to which subsequent calls to GetUserSignature() and GetUserProperties() will
apply. |
java.lang.String |
GetGlobalSignature()
Deprecated. Returns a signature for the provider; if this is unchanged, no user's information has changed. |
java.lang.Object[][] |
GetKnownProperties(java.lang.String bstrLocale)
Deprecated. Currently unused; returns a list of all properties known by the provider. |
java.lang.Object[][] |
GetUserProperties()
Deprecated. Returns a list of properties and values for the current user. |
java.lang.String |
GetUserSignature()
Deprecated. Returns a signature for the current user. |
void |
Initialize(IPTSession pSession,
java.lang.Object[] vsaPropertyList,
com.plumtree.openfoundation.util.IXPPropertyBag pbagProfileSourceInfo,
com.plumtree.openfoundation.util.IXPPropertyBag pbagAuthSourceInfo,
int nWebServiceID)
Deprecated. Initializes the provider. |
void |
Shutdown()
Deprecated. Called after the sync has completed; releases any resources. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public void Initialize(IPTSession pSession,
java.lang.Object[] vsaPropertyList,
com.plumtree.openfoundation.util.IXPPropertyBag pbagProfileSourceInfo,
com.plumtree.openfoundation.util.IXPPropertyBag pbagAuthSourceInfo,
int nWebServiceID)
pSession - an IPTSessionvsaPropertyList - array of properties to return for each userpbagProfileSourceInfo - provider settingspbagAuthSourceInfo - auth source partner settingsnWebServiceID - web service associated with the providerpublic java.lang.Object[][] GetKnownProperties(java.lang.String bstrLocale)
bstrLocale - current localepublic java.lang.String GetGlobalSignature()
public java.lang.String AttachToUser(int nUserID,
java.lang.String bstrLoginName,
java.lang.String bstrUniqueName,
java.lang.String bstrLastSignature)
GetUserSignature() and GetUserProperties() will
apply.nUserID - id of the userbstrLoginName - the user's login namebstrUniqueName - the user's unique namebstrLastSignature - the user's previous signaturepublic java.lang.String GetUserSignature()
public java.lang.Object[][] GetUserProperties()
public void Shutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||