com.plumtree.server
Interface IPTGadgetContentServer

All Superinterfaces:
IPTLocalizable, IPTObject, IPTUnknown

public interface IPTGadgetContentServer
extends IPTObject

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.

See Also:
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

GetURL

public java.lang.String GetURL()
Get the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL.
Returns:
The base URL.

SetURL

public void SetURL(java.lang.String Value)
Set the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL.
Parameters:
Value - the base URL.

GetLogin

public java.lang.String GetLogin()
Get the login for HTTP basic authentication.
Returns:
The login.

SetLogin

public void SetLogin(java.lang.String Value)
Set the login for HTTP basic authentication.
Parameters:
Value - the login.

GetEncryptedPassword

public java.lang.String GetEncryptedPassword()
Get the encrypted password for HTTP basic authentication. For server internal use, there is no supported method to decrypt this password in the public interface.
Returns:
The encrypted password.

SetPassword

public void SetPassword(java.lang.String Value)
Set the password for HTTP basic authentication.
Parameters:
Value - the plain-text password.

GetGadgetProviderCLSID

public java.lang.String GetGadgetProviderCLSID()
Deprecated.  


SetGadgetProviderCLSID

public void SetGadgetProviderCLSID(java.lang.String Value)
Deprecated.  


SetSendUserBasicAuthentication

public 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?
Parameters:
Value - true=send user login, false=send admin login or none

GetSendUserBasicAuthentication

public 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?
Returns:
true=send user login, false=send admin login or none


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.