Package | Description |
---|---|
com.sas.lsaf.client |
Classes needed to create a session and access available services.
|
Modifier and Type | Method and Description |
---|---|
static ClientSession |
SessionFactory.logon(URL url,
String userid,
byte[] password)
Create an authenticated
ClientSession to allow interaction with the server. |
ClientSession |
SessionStrategy.logon(URL url,
String userId,
byte[] password)
Create an authenticated
ClientSession object to allow interaction with the server. |
static ClientSession |
SessionFactory.logon(URL url,
String userId,
byte[] password,
ProxyInfo proxyInfo)
Create an authenticated
ClientSession to allow interaction with the server. |
ClientSession |
SessionStrategy.logon(URL url,
String userId,
byte[] password,
ProxyInfo proxyInfo)
Create an authenticated
ClientSession object to allow interaction with the server. |
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>