|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTGadgetContentServer
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 |
GetLogin()
Get the login for HTTP basic authentication. |
java.lang.String |
GetPublicKey()
The public key can be used to encrypt data before sending it to the remote server. |
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 |
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 |
SetPublicKey(java.lang.String strPublicKey)
The public key can be used to encrypt data before sending it to the remote server. |
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 |
| Methods inherited from interface com.plumtree.server.IPTServerContext |
|---|
GetAccessLevel, GetACL, GetLastModifiedBy, GetLockState, GetObjectID, GetOwnerID, GetServerContextSettings, GetSession, GetSettings, LockObject, SetLastModifiedBy, SetObjectID, SetOwnerID, SetServerContextSettings, SetSettings, UnlockObject |
| Methods inherited from interface com.plumtree.server.IPTStorable |
|---|
Store |
| Method Detail |
|---|
java.lang.String GetURL()
void SetURL(java.lang.String Value)
Value - the base URL.java.lang.String GetLogin()
void SetLogin(java.lang.String Value)
Value - the login.java.lang.String GetEncryptedPassword()
void SetPassword(java.lang.String Value)
Value - the plain-text password.void SetSendUserBasicAuthentication(boolean Value)
Value - true=send user login, false=send admin login or noneboolean GetSendUserBasicAuthentication()
java.lang.String GetPublicKey()
void SetPublicKey(java.lang.String strPublicKey)
strPublicKey - the public key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||