|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides UI functionality for auth source providers. Deprecated in version 5.0.
IPTAuthSourceProvider| Method Summary | |
boolean |
ConfigValueCanBeNull(int nIndex)
Deprecated. Returns whether a value can be null. |
int |
GetConfigCount()
Deprecated. Returns the number of settings. |
java.lang.String |
GetConfigDescription(int nIndex)
Deprecated. Returns the description of a setting. |
java.lang.String |
GetConfigName(int nIndex)
Deprecated. Returns the name of a setting. |
double |
GetConfigValueAsDouble(int nIndex)
Deprecated. Returns the value of a setting. |
float |
GetConfigValueAsFloat(int nIndex)
Deprecated. Returns the value of a setting. |
int |
GetConfigValueAsInt(int nIndex)
Deprecated. Returns the value of a setting. |
com.plumtree.openfoundation.util.IXPPropertyBag |
GetConfigValueAsIXPPropertyBag(int nIndex)
Deprecated. Returns the value of a setting. |
java.lang.Object |
GetConfigValueAsObject(int nIndex)
Deprecated. Returns the value of a setting. |
java.lang.Object[] |
GetConfigValueAsObject1DArray(int nIndex)
Deprecated. Returns the value of a setting. |
java.lang.Object[][] |
GetConfigValueAsObject2DArray(int nIndex)
Deprecated. Returns the value of a setting. |
java.lang.String |
GetConfigValueAsString(int nIndex)
Deprecated. Returns the value of a setting. |
com.plumtree.openfoundation.util.XPDateTime |
GetConfigValueAsXPDateTime(int nIndex)
Deprecated. Returns the value of a setting. |
com.plumtree.openfoundation.util.IXPPropertyBag |
GetProviderInfo()
Deprecated. Returns all the settings in a property bag. |
void |
Initialize(IPTSession pSession,
com.plumtree.openfoundation.util.IXPPropertyBag pbagConfigurationInfo,
IPTWebService pService)
Deprecated. Initialize the provider |
void |
PutConfigValue(int nIndex,
double vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
float vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
int vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
com.plumtree.openfoundation.util.IXPPropertyBag vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
java.lang.Object vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
java.lang.Object[] vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
java.lang.Object[][] vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
java.lang.String vValue)
Deprecated. Sets the value of a setting. |
void |
PutConfigValue(int nIndex,
com.plumtree.openfoundation.util.XPDateTime vValue)
Deprecated. Sets the value of a setting. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetConfigName(int nIndex)
nIndex - index of the valuepublic boolean ConfigValueCanBeNull(int nIndex)
nIndex - index of the valuepublic java.lang.String GetConfigDescription(int nIndex)
nIndex - index of the value
public void PutConfigValue(int nIndex,
java.lang.String vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
int vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
com.plumtree.openfoundation.util.XPDateTime vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
float vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
double vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
com.plumtree.openfoundation.util.IXPPropertyBag vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
java.lang.Object[] vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
java.lang.Object[][] vValue)
nIndex - index of the valuevValue - the value
public void PutConfigValue(int nIndex,
java.lang.Object vValue)
nIndex - index of the valuevValue - the valuepublic java.lang.String GetConfigValueAsString(int nIndex)
nIndex - index of the valuepublic int GetConfigValueAsInt(int nIndex)
nIndex - index of the valuepublic com.plumtree.openfoundation.util.XPDateTime GetConfigValueAsXPDateTime(int nIndex)
nIndex - index of the valuepublic float GetConfigValueAsFloat(int nIndex)
nIndex - index of the valuepublic double GetConfigValueAsDouble(int nIndex)
nIndex - index of the valuepublic com.plumtree.openfoundation.util.IXPPropertyBag GetConfigValueAsIXPPropertyBag(int nIndex)
nIndex - index of the valuepublic java.lang.Object[] GetConfigValueAsObject1DArray(int nIndex)
nIndex - index of the valuepublic java.lang.Object[][] GetConfigValueAsObject2DArray(int nIndex)
nIndex - index of the valuepublic java.lang.Object GetConfigValueAsObject(int nIndex)
nIndex - index of the valuepublic int GetConfigCount()
public com.plumtree.openfoundation.util.IXPPropertyBag GetProviderInfo()
public void Initialize(IPTSession pSession,
com.plumtree.openfoundation.util.IXPPropertyBag pbagConfigurationInfo,
IPTWebService pService)
pSession - an IPTSessionpbagConfigurationInfo - the provider's property bagpService - the associated web service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||