Uses of Interface
com.sas.lsaf.client.ClientSession
-
Packages that use ClientSession Package Description com.sas.lsaf.client Classes needed to create a session and access available services. -
-
Uses of ClientSession in com.sas.lsaf.client
Methods in com.sas.lsaf.client that return ClientSession Modifier and Type Method Description static ClientSession
SessionFactory. logon(java.net.URL url, java.lang.String userid, byte[] password)
Create an authenticatedClientSession
to allow interaction with the server.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)
Create an authenticatedClientSession
object 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.
-