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

Packages that use ISecretManager
org.eclipse.actf.util.httpproxy This package includes interfaces and configurations of ACTF HTTP proxy. 
org.eclipse.actf.util.httpproxy.proxy This package includes interfaces to manage sessions of ACTF HTTP 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.