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 NewPamSessionPamSessionService. createCustomJumpServerSession(Account account, String sourceIp, TipusSessio type, String info)Operation createCustomJumpServerSession Creates a jump server session and returns the session URL.NewPamSessionPamSessionService. createJumpServerSession(Account account)Operation createJumpServerSession Creates a jump server session and returns the session URLNewPamSessionPamSessionService. createJumpServerSession(Account account, String entryPointDescriptor)Operation createJumpServerSession Creates a jump server session and returns the session URLNewPamSessionPamSessionService. 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 NewPamSessionPamSessionService. createJumpServerSession(Account account)NewPamSessionPamSessionService. createJumpServerSession(Account account, String entryPointDescriptor)NewPamSessionPamSessionService. 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 NewPamSessionPamProxySessionService. openSession(String userName, Account account, String sourceIp, TipusSessio type, String info, Map<String,Map<String,String>> obligations)Operation openSession
-