Package | Description |
---|---|
com.sas.lsaf |
Class to log on to the system.
|
com.sas.lsaf.client |
Classes needed to create a session and access available services.
|
Modifier and Type | Method and Description |
---|---|
static void |
LsafClient.logon(String url,
String userId,
byte[] password,
ProxyInfo proxyInfo)
Logs on to the specified SAS Life Science Analytics Framework instance going through the specified proxy to
establish an authenticated session in order to access services.
|
Modifier and Type | Method and Description |
---|---|
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) 2020, SAS Institute Inc., Cary, NC, USA</i>