Aqualogic Interaction API  
 

IPTGadgetContentServer Members

IPTGadgetContentServer overview

Public Instance Methods

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.
GetLogin Get the login for HTTP basic authentication.
GetPublicKey The public key can be used to encrypt data before sending it to the remote server. It can then be sent across an insecure channel, because only the owner of the corresponding private key can decrypt it.
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?
GetURL Get the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL.
SetLogin Set the login for HTTP basic authentication.
SetPassword Set the password for HTTP basic authentication.
SetPublicKey The public key can be used to encrypt data before sending it to the remote server. It can then be sent across an insecure channel, because only the owner of the corresponding private key can decrypt it.
SetSendUserBasicAuthentication 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?
SetURL Set the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL.

See Also

IPTGadgetContentServer Interface | com.plumtree.server Namespace | IPTWebService