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