Uses of Interface
org.eclipse.actf.util.httpproxy.proxy.ISecretManager

Packages that use ISecretManager
org.eclipse.actf.util.httpproxy   
org.eclipse.actf.util.httpproxy.proxy   
 

Uses of ISecretManager in org.eclipse.actf.util.httpproxy
 

Methods in org.eclipse.actf.util.httpproxy that return ISecretManager
 ISecretManager ProxyConfig.getSecretManager()
          Get ISecretManager that is used for confirmation of correct server-client combination.
 

Methods in org.eclipse.actf.util.httpproxy with parameters of type ISecretManager
 void ProxyConfig.setSecretManager(ISecretManager secretManager)
          Set ISecretManager that is used for confirmation of correct server-client combination.
 

Uses of ISecretManager in org.eclipse.actf.util.httpproxy.proxy
 

Methods in org.eclipse.actf.util.httpproxy.proxy that return ISecretManager
 ISecretManager IHTTPProxyConnection.getSecretManager()
          Gets the secret manager for this proxy connection.