WebCenter Interaction API  
 

IPTGadgetContentServer Members

IPTGadgetContentServer overview

Public Instance Methods

public methodGetEncryptedPassword 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.
public methodGetLogin Get the login for HTTP basic authentication.
public methodGetPublicKey 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.
public methodGetSendUserBasicAuthentication 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?
public methodGetURL Get the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL.
public methodSetLogin Set the login for HTTP basic authentication.
public methodSetPassword Set the password for HTTP basic authentication.
public methodSetPublicKey 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.
public methodSetSendUserBasicAuthentication 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?
public methodSetURL 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