Package com.soffid.iam.service.ejb
Interface PamSessionService
-
public interface PamSessionService
EJB PamSessionService
-
-
Method Summary
-
-
-
Method Detail
-
create
JumpServerGroup create(JumpServerGroup jumpServerGroup) throws InternalErrorException
- Throws:
InternalErrorException
-
update
JumpServerGroup update(JumpServerGroup jumpServerGroup) throws InternalErrorException
- Throws:
InternalErrorException
-
createJumpServerSession
NewPamSession createJumpServerSession(Account account) throws InternalErrorException
- Throws:
InternalErrorException
-
createJumpServerSession
NewPamSession createJumpServerSession(Account account, String entryPointDescriptor) throws InternalErrorException
- Throws:
InternalErrorException
-
createJumpServerSession
NewPamSession createJumpServerSession(Account account, String entryPointDescriptor, String pamPolicy) throws InternalErrorException
- Throws:
InternalErrorException
-
findSession
PamSession findSession(String serverGroup, String sessionId) throws InternalErrorException
- Throws:
InternalErrorException
-
findJumpServerGroups
List<JumpServerGroup> findJumpServerGroups() throws InternalErrorException
- Throws:
InternalErrorException
-
search
List<PamSession> search(String jumpServerGroup, String url, String text, String screenshots, String user, Date since, Date until) throws InternalErrorException
- Throws:
InternalErrorException
-
search
List<PamSession> search(String jumpServerGroup, String url, String text, String user, Date since, Date until) throws InternalErrorException
- Throws:
InternalErrorException
-
getVideoSize
long getVideoSize(PamSession session, long chapter) throws InternalErrorException
- Throws:
InternalErrorException
-
generateKeystrokes
void generateKeystrokes(PamSession session, OutputStream stream) throws InternalErrorException
- Throws:
InternalErrorException
-
generateVideo
void generateVideo(PamSession session, long chapter, OutputStream stream, long start, long end) throws InternalErrorException
- Throws:
InternalErrorException
-
remove
void remove(JumpServerGroup jumpServerGroup) throws InternalErrorException
- Throws:
InternalErrorException
-
-