Uses of Class
com.soffid.iam.api.NewPamSession
-
Packages that use NewPamSession Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service -
-
Uses of NewPamSession in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type NewPamSession Constructor Description NewPamSession(NewPamSession otherBean)
-
Uses of NewPamSession in com.soffid.iam.service
Methods in com.soffid.iam.service that return NewPamSession Modifier and Type Method Description NewPamSession
PamSessionService. createCustomJumpServerSession(Account account, String sourceIp, TipusSessio type, String info)
Operation createCustomJumpServerSession Creates a jump server session and returns the session URL.NewPamSession
PamSessionService. createJumpServerSession(Account account)
Operation createJumpServerSession Creates a jump server session and returns the session URLNewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor)
Operation createJumpServerSession Creates a jump server session and returns the session URLNewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor, String pamPolicy)
Operation createJumpServerSession Creates a jump server session and returns the session URL -
Uses of NewPamSession in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return NewPamSession Modifier and Type Method Description NewPamSession
PamSessionService. createJumpServerSession(Account account)
NewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor)
NewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor, String pamPolicy)
-
Uses of NewPamSession in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return NewPamSession Modifier and Type Method Description NewPamSession
PamProxySessionService. openSession(String userName, Account account, String sourceIp, TipusSessio type, String info, Map<String,Map<String,String>> obligations)
Operation openSession
-