Methods in com.sas.hls.client that return Session |
static Session |
SessionFactory.newSession(URL url,
String userid,
String password)
Create an authenticated Session object to allow interaction with the server. |
static Session |
SessionFactory.newSessionWithProxy(URL url,
String userId,
String password,
ProxyInfo proxyInfo)
Create an authenticated Session object to allow interaction with the server. |
Session |
SessionStrategy.openSession(URL url,
String userid,
String password)
Create an authenticated Session object to allow interaction with the server. |
Session |
SessionStrategy.openSessionWithProxy(URL url,
String userid,
String password,
ProxyInfo proxyInfo)
Create an authenticated Session object to allow interaction with the server. |