Uses of Class
es.caib.seycon.ng.comu.TipusSessio
-
Packages that use TipusSessio Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of TipusSessio in com.soffid.iam.api
Methods in com.soffid.iam.api that return TipusSessio Modifier and Type Method Description TipusSessio
Session. getType()
Gets value for attribute typeMethods in com.soffid.iam.api with parameters of type TipusSessio Modifier and Type Method Description void
Session. setType(TipusSessio type)
Sets value for attribute typeConstructors in com.soffid.iam.api with parameters of type TipusSessio Constructor Description Session(String userName, String serverHostName, String clientHostName, Long port, Long id, String userFullName, Calendar startDate, String key, Calendar keepAliveDate, String temporaryKey, Long accessLogId, String url, String authenticationMethod, TipusSessio type, String monitorUrl, String sessionUrl, String accountName, String tenantName)
-
Uses of TipusSessio in com.soffid.iam.service
Methods in com.soffid.iam.service with parameters of type TipusSessio 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. -
Uses of TipusSessio in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service with parameters of type TipusSessio 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 -
Uses of TipusSessio in es.caib.seycon.ng.comu
Fields in es.caib.seycon.ng.comu declared as TipusSessio Modifier and Type Field Description static TipusSessio
TipusSessio. ESSO
static TipusSessio
TipusSessio. PAM
static TipusSessio
TipusSessio. PAMRDP
static TipusSessio
TipusSessio. PAMSSH
static TipusSessio
TipusSessio. WSSO
Methods in es.caib.seycon.ng.comu that return TipusSessio Modifier and Type Method Description static TipusSessio
TipusSessio. fromString(String value)
Creates an instance of TipusSessio fromvalue
.TipusSessio
Sessio. getType()
Gets value for attribute typeMethods in es.caib.seycon.ng.comu with parameters of type TipusSessio Modifier and Type Method Description void
Sessio. setType(TipusSessio type)
Sets value for attribute typeConstructors in es.caib.seycon.ng.comu with parameters of type TipusSessio Constructor Description Sessio(String codiUsuari, String nomMaquinaServidora, String nomMaquinaClient, Long port, Long id, String nomComplertUsuari, Calendar dataInici, String clau, Calendar dataKeepAlive, String clauTemporal, Long idRegistreAccess, String url, String authenticationMethod, TipusSessio type, String monitorUrl, String sessionUrl, String accountName, String tenantName)
-