|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Profile source objects import user profile information from external repositories.
IPTProfileSourceProvider| Method Summary | |
void |
ClearHistory()
Clears the history of imports, so all information will be re-imported during the next sync. |
int |
GetAuthSourcePartner()
Returns the auth source parter whose settings will be used for the provider. |
java.lang.Object[] |
GetGroupList()
Returns the list of groups whose profile information will be updated. |
java.lang.Object[][] |
GetPropertyMap()
Returns the map from property id to provider attribute. |
IPTProfileSourceProvider |
GetProvider()
Deprecated. |
java.lang.String |
GetProviderCLSID()
Returns the CLSID of the provider for this auth source. |
com.plumtree.openfoundation.util.IXPPropertyBag |
GetProviderInfo()
Returns the provider property bag. |
int |
GetWebServiceID()
Returns the id of the web service associated with the provider. |
void |
SetAuthSourcePartner(int Value)
Sets the auth source parter whose settings will be used for the provider. |
void |
SetGroupList(int[] Value)
Sets the list of groups whose profile information will be updated. |
void |
SetGroupList(java.lang.Object[] Value)
Sets the list of groups whose profile information will be updated. |
void |
SetPropertyMap(java.lang.Object[][] Value)
Sets the map from property id to provider attribute. |
void |
SetProviderCLSID(java.lang.String Value)
Sets the provider CLSID. |
void |
SetProviderInfo(com.plumtree.openfoundation.util.IXPPropertyBag Value)
Sets the provider property bag. |
void |
SetProviderInfo(java.lang.String Value)
Sets the provider property bag as XML. |
void |
SetWebServiceID(int Value)
Returns the id of the web service associated with the provider. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetProviderCLSID()
public void SetProviderCLSID(java.lang.String Value)
Value - a CLSIDpublic com.plumtree.openfoundation.util.IXPPropertyBag GetProviderInfo()
public void SetProviderInfo(com.plumtree.openfoundation.util.IXPPropertyBag Value)
Value - the provider property bagpublic void SetProviderInfo(java.lang.String Value)
Value - the provider property bag as XMLpublic java.lang.Object[] GetGroupList()
public void SetGroupList(int[] Value)
Value - array of group and user idspublic void SetGroupList(java.lang.Object[] Value)
Value - array of group and user idspublic int GetAuthSourcePartner()
public void SetAuthSourcePartner(int Value)
Value - an auth source idpublic IPTProfileSourceProvider GetProvider()
public java.lang.Object[][] GetPropertyMap()
public void SetPropertyMap(java.lang.Object[][] Value)
Value - array of [property id, attribute]public int GetWebServiceID()
public void SetWebServiceID(int Value)
Value - a web service idpublic void ClearHistory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||