Uses of Class
com.sas.lsaf.client.ProxyInfo
-
Packages that use ProxyInfo 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. -
-
Uses of ProxyInfo in com.sas.lsaf
Methods in com.sas.lsaf with parameters of type ProxyInfo Modifier and Type Method Description static void
LsafClient. logon(java.lang.String url, java.lang.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. -
Uses of ProxyInfo in com.sas.lsaf.client
Methods in com.sas.lsaf.client with parameters of type ProxyInfo Modifier and Type Method Description static ClientSession
SessionFactory. logon(java.net.URL url, java.lang.String userId, byte[] password, ProxyInfo proxyInfo)
Create an authenticatedClientSession
to allow interaction with the server.ClientSession
SessionStrategy. logon(java.net.URL url, java.lang.String userId, byte[] password, ProxyInfo proxyInfo)
Create an authenticatedClientSession
object to allow interaction with the server.
-