Uses of Interface
com.sas.lsaf.security.user.UserService
-
Packages that use UserService 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 UserService in com.sas.lsaf
Methods in com.sas.lsaf that return UserService Modifier and Type Method Description static UserService
LsafClient. getUserService()
Gets the UserService to access using the current session -
Uses of UserService in com.sas.lsaf.client
Methods in com.sas.lsaf.client that return UserService Modifier and Type Method Description UserService
ServiceManager. getUserService()
Get theUserService
instance bound to the current session.
-