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 SessionSession. 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 voidSession. 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 SessionSessionService. getSession(long id, String key)Operation getSessionSessionSessionService. getSessionByHost(long id, String hostIp)Operation getSessionByHostSessionSessionService. registerSession(String codiUsuari, String nomMaquina, String nomAquinaClient, int port, String key, String authenticationMethod)Operation registerSessionSessionSessionService. 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 booleanPamSessionService. checkJumpServerSession(Session sessio)Operation checkJumpServerSession Checks a server session is upvoidSessionService. destroySession(Session sessio)Operation destroySessionvoidSessionService. 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 SessionLogonService. 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 SessioSessio. toSessio(Session vo)Creates a Sessio value object based on a Session object.static voidSessio. 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.
-