Uses of Class
com.soffid.iam.api.PamSession
-
Packages that use PamSession Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb -
-
Uses of PamSession in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type PamSession Constructor Description PamSession(PamSession otherBean)
-
Uses of PamSession in com.soffid.iam.service
Methods in com.soffid.iam.service that return PamSession Modifier and Type Method Description PamSession
PamSessionService. findSession(String serverGroup, String sessionId)
Operation findSession Retrieves a pam session descriptorMethods in com.soffid.iam.service that return types with arguments of type PamSession Modifier and Type Method Description List<PamSession>
PamSessionService. search(String jumpServerGroup, String url, String text, String screenshots, String user, Date since, Date until)
Operation search Searches in pam sessions logList<PamSession>
PamSessionService. search(String jumpServerGroup, String url, String text, String user, Date since, Date until)
Operation search Searches in pam sessions logMethods in com.soffid.iam.service with parameters of type PamSession Modifier and Type Method Description void
PamSessionService. generateKeystrokes(PamSession session, OutputStream stream)
Operation generateKeystrokes Retrieves a pam session keystrokesvoid
PamSessionService. generateVideo(PamSession session, long chapter, OutputStream stream, long start, long end)
Operation generateVideo Retrieves a pam session videolong
PamSessionService. getVideoSize(PamSession session, long chapter)
Operation getVideoSize Retrieves a pam session video -
Uses of PamSession in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return PamSession Modifier and Type Method Description PamSession
PamSessionService. findSession(String serverGroup, String sessionId)
Methods in com.soffid.iam.service.ejb that return types with arguments of type PamSession Modifier and Type Method Description List<PamSession>
PamSessionService. search(String jumpServerGroup, String url, String text, String screenshots, String user, Date since, Date until)
List<PamSession>
PamSessionService. search(String jumpServerGroup, String url, String text, String user, Date since, Date until)
Methods in com.soffid.iam.service.ejb with parameters of type PamSession Modifier and Type Method Description void
PamSessionService. generateKeystrokes(PamSession session, OutputStream stream)
void
PamSessionService. generateVideo(PamSession session, long chapter, OutputStream stream, long start, long end)
long
PamSessionService. getVideoSize(PamSession session, long chapter)
-