IPTGadgetContentServer overview
![]() | 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. |
![]() | Get the login for HTTP basic authentication. |
![]() | 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. |
![]() | 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? |
![]() | Get the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL. |
![]() | Set the login for HTTP basic authentication. |
![]() | Set the password for HTTP basic authentication. |
![]() | 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. |
![]() | 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? |
![]() | Set the base URL for the remote server. URLs will be stored in the web service objects relative to this base URL. |
IPTGadgetContentServer Interface | com.plumtree.server Namespace | IPTWebService