Package | Description |
---|---|
com.sas.hls.client |
Provides the classes needed to create a session and access available services.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA