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 Session |
SessionFactory.logon(URL url,
String userId,
byte[] password,
ProxyInfo proxyInfo)
Create an authenticated
Session to allow interaction with the server. |
Session |
SessionStrategy.logon(URL url,
String userId,
byte[] password,
ProxyInfo proxyInfo)
Create an authenticated
Session object to allow interaction with the server. |
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA