Uses of Class
edu.uiuc.ncsa.myproxy.ServiceFacadeConfiguration
-
Packages that use ServiceFacadeConfiguration Package Description edu.uiuc.ncsa.myproxy MyProxy Logon. -
-
Uses of ServiceFacadeConfiguration in edu.uiuc.ncsa.myproxy
Methods in edu.uiuc.ncsa.myproxy that return ServiceFacadeConfiguration Modifier and Type Method Description ServiceFacadeConfiguration
MyProxyServiceFacade. getFacadeConfiguration()
Get the current configuration.Constructors in edu.uiuc.ncsa.myproxy with parameters of type ServiceFacadeConfiguration Constructor Description MyProxyServiceFacade(ServiceFacadeConfiguration facadeConfiguration)
Constructor for first case, where the username and password is used for each call, so no keystore is required.MyProxyServiceFacade(ServiceFacadeConfiguration facadeConfiguration, edu.uiuc.ncsa.security.util.ssl.SSLKeystoreConfiguration sslKeystoreConfiguration)
Constructor for second case, where the server will use a host cert to connect to MyProxy.
-