Uses of Class
com.soffid.iam.api.Session
-
Packages that use Session Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of Session in com.soffid.iam.api
Methods in com.soffid.iam.api that return Session Modifier and Type Method Description static Session
Session. toSession(Sessio vo)
Creates a Session value object based on a Sessio object.static Session[]
Session. toSessionArray(Sessio[] source)
Creates a Session array on a Sessio array.Methods in com.soffid.iam.api that return types with arguments of type Session Modifier and Type Method Description static AsyncList<Session>
Session. toSessionAsyncList(AsyncList<Sessio> source)
Creates a Session asynclist on a Sessio collection.static PagedResult<Session>
Session. toSessionList(PagedResult<Sessio> source)
Creates a Session pagedResult on a Sessio collection.static List<Session>
Session. toSessionList(Collection<Sessio> source)
Creates a Session list on a Sessio collection.Methods in com.soffid.iam.api with parameters of type Session Modifier and Type Method Description static void
Session. toSession(Sessio source, Session target)
Updates a Session value object based on a Sessio object.Constructors in com.soffid.iam.api with parameters of type Session Constructor Description Session(Session otherBean)
-
Uses of Session in com.soffid.iam.service
Methods in com.soffid.iam.service that return Session Modifier and Type Method Description Session
SessionService. getSession(long id, String key)
Operation getSessionSession
SessionService. getSessionByHost(long id, String hostIp)
Operation getSessionByHostSession
SessionService. registerSession(String codiUsuari, String nomMaquina, String nomAquinaClient, int port, String key, String authenticationMethod)
Operation registerSessionSession
SessionService. registerWebSession(String codiUsuari, String nomMaquina, String nomMaquinaClient, String url, String authenticationMethod)
Operation registerWebSessionMethods in com.soffid.iam.service that return types with arguments of type Session Modifier and Type Method Description Collection<Session>
SessionService. findActiveSessions()
Operation findActiveSessionsCollection<Session>
UserService. findSessionByUserName(String codiUsuari)
Operation findSessionByUserNameList<Session>
NetworkService. findSessionsByHostName(String codiMaquina)
Operation findSessionsByHostNameCollection<Session>
SessionService. getActiveSessions()
Operation getActiveSessionsCollection<Session>
SessionService. getActiveSessions(long idUsuari)
Operation getActiveSessionsMethods in com.soffid.iam.service with parameters of type Session Modifier and Type Method Description boolean
PamSessionService. checkJumpServerSession(Session sessio)
Operation checkJumpServerSession Checks a server session is upvoid
SessionService. destroySession(Session sessio)
Operation destroySessionvoid
SessionService. sessionKeepAlive(Session session)
Operation sessionKeepAlive -
Uses of Session in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type Session Modifier and Type Method Description Collection<Session>
SessionService. findActiveSessions()
Collection<Session>
UserService. findSessionByUserName(String codiUsuari)
List<Session>
NetworkService. findSessionsByHostName(String codiMaquina)
-
Uses of Session in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return Session Modifier and Type Method Description Session
LogonService. responseChallenge(Challenge result)
Operation responseChallenge -
Uses of Session in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Session Modifier and Type Method Description static Sessio
Sessio. toSessio(Session vo)
Creates a Sessio value object based on a Session object.static void
Sessio. toSessio(Session source, Sessio target)
Updates a Sessio value object based on a Session object.static Sessio[]
Sessio. toSessioArray(Session[] source)
Creates a Sessio array on a Session array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Session Modifier and Type Method Description static AsyncList<Sessio>
Sessio. toSessioAsyncList(AsyncList<Session> source)
Creates a Sessio asynclist on a Session collection.static PagedResult<Sessio>
Sessio. toSessioList(PagedResult<Session> source)
Creates a Sessio pagedResult on a Session collection.static List<Sessio>
Sessio. toSessioList(Collection<Session> source)
Creates a Sessio list on a Session collection.
-