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