Uses of Class
org.cyclopsgroup.doorman.service.storage.StoredUserSession

Packages that use StoredUserSession
org.cyclopsgroup.doorman.service.dao   
 

Uses of StoredUserSession in org.cyclopsgroup.doorman.service.dao
 

Methods in org.cyclopsgroup.doorman.service.dao that return StoredUserSession
 StoredUserSession UserSessionDAO.findById(String sessionId)
          Find existing user session based on ID
 StoredUserSession UserSessionDAO.pingSession(String sessionId)
           
 

Methods in org.cyclopsgroup.doorman.service.dao with parameters of type StoredUserSession
 void UserSessionDAO.createNew(StoredUserSession session)
          Create new user session
 



Copyright © 2010-2012. All Rights Reserved.