Uses of Class
com.soffid.iam.pam.api.NewPamSession
Packages that use NewPamSession
Package
Description
-
Uses of NewPamSession in com.soffid.iam.pam.api
Constructors in com.soffid.iam.pam.api with parameters of type NewPamSession -
Uses of NewPamSession in com.soffid.iam.pam.service
Methods in com.soffid.iam.pam.service that return NewPamSessionModifier and TypeMethodDescriptionPamSessionService.createCustomJumpServerSession(Account account, String sourceIp, SessionType type, String info) Operation createCustomJumpServerSession Creates a jump server session and returns the session URL.PamSessionService.createJumpServerSession(Account account) Operation createJumpServerSession Creates a jump server session and returns the session URLPamSessionService.createJumpServerSession(Account account, String entryPointPath, String entryPointDescriptor) Operation createJumpServerSession Creates a jump server session and returns the session URLPamSessionService.createJumpServerSession(Account account, String entryPointPath, String entryPointDescriptor, String pamPolicy) Operation createJumpServerSession Creates a jump server session and returns the session URLPamSessionService.createManualJumpServerSession(String accountName, Password accountPassword, String entryPointPath, String entryPointDescriptor, String pamPolicy) Operation createManualJumpServerSession Creates a manual jump server session and returns the session URL -
Uses of NewPamSession in com.soffid.iam.pam.service.ejb
Methods in com.soffid.iam.pam.service.ejb that return NewPamSessionModifier and TypeMethodDescriptionPamSessionService.createJumpServerSession(Account account) PamSessionService.createJumpServerSession(Account account, String entryPointPath, String entryPointDescriptor) PamSessionService.createJumpServerSession(Account account, String entryPointPath, String entryPointDescriptor, String pamPolicy) PamSessionService.createManualJumpServerSession(String accountName, Password accountPassword, String entryPointPath, String entryPointDescriptor, String pamPolicy) -
Uses of NewPamSession in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return NewPamSession