Uses of Class
de.uplanet.lucy.server.portalserver.GroovySession
-
Packages that use GroovySession Package Description de.uplanet.lucy.server.usermanager.groovy -
-
Uses of GroovySession in de.uplanet.lucy.server.usermanager.groovy
Methods in de.uplanet.lucy.server.usermanager.groovy that return GroovySession Modifier and Type Method Description GroovySession
GroovyOrgBuilder. createSession(String p_strUserGuid)
Create a session for a certain user.Methods in de.uplanet.lucy.server.usermanager.groovy that return types with arguments of type GroovySession Modifier and Type Method Description List<GroovySession>
GroovyOrgBuilder. getSessions()
Get a list of the currently active sessions.
-