Package | Description |
---|---|
com.sas.lsaf.execution.session |
Provides the classes and interfaces needed to query and manage SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
SasSession |
SessionService.endSession(String id)
Ends a SAS session.
|
SasSession |
SessionService.getSession(String id)
Gets the SAS session with the identifier.
|
Modifier and Type | Method and Description |
---|---|
Set<SasSession> |
SessionService.getAllSessions()
Gets a list of all of the SAS sessions for all of the users.
|
Set<SasSession> |
SessionService.getCurrentUserSessions()
Gets a list of all of the SAS sessions for the current user.
|
Set<SasSession> |
SessionService.getSessionsByUser(String userId)
Gets a list of the SAS sessions for the user with the identifier.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA