|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface wraps access to a specific remote server instance. A remote server is an object that stores connection information shared by multiple web service objects.
IPTWebService| Method Summary | |
java.lang.String |
GetEncryptedPassword()
Get the encrypted password for HTTP basic authentication. |
java.lang.String |
GetGadgetProviderCLSID()
Deprecated. |
java.lang.String |
GetLogin()
Get the login for HTTP basic authentication. |
boolean |
GetSendUserBasicAuthentication()
Should web services use the current user's login and password or a common login and password set by the administrator when accessing this web server? |
java.lang.String |
GetURL()
Get the base URL for the remote server. |
void |
SetGadgetProviderCLSID(java.lang.String Value)
Deprecated. |
void |
SetLogin(java.lang.String Value)
Set the login for HTTP basic authentication. |
void |
SetPassword(java.lang.String Value)
Set the password for HTTP basic authentication. |
void |
SetSendUserBasicAuthentication(boolean Value)
Should web services use the current user's login and password or a common login and password set by the administrator when accessing this web server? |
void |
SetURL(java.lang.String Value)
Set the base URL for the remote server. |
| 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 GetURL()
public void SetURL(java.lang.String Value)
Value - the base URL.public java.lang.String GetLogin()
public void SetLogin(java.lang.String Value)
Value - the login.public java.lang.String GetEncryptedPassword()
public void SetPassword(java.lang.String Value)
Value - the plain-text password.public java.lang.String GetGadgetProviderCLSID()
public void SetGadgetProviderCLSID(java.lang.String Value)
public void SetSendUserBasicAuthentication(boolean Value)
Value - true=send user login, false=send admin login or nonepublic boolean GetSendUserBasicAuthentication()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||