|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttle.framework.component.impl.aamanager.session.SessionManagerImpl
SessionManagerÀÇ ±¸Çö Ŭ·¡½º.
Constructor Summary | |
SessionManagerImpl()
|
Method Summary | |
void |
closeSession(HttpServletRequest request,
HttpServletResponse response)
HttpSessionÀ» Á¾·áÇÑ´Ù. |
User |
getSessionUser(HttpServletRequest request)
HttpSession¿¡ ÀúÀåµÈ User °´Ã¼¸¦ ¸®ÅÏÇÑ´Ù. |
void |
init(ComponentConfig configuration)
ÄÄÆ÷³ÍÆ®ÀÇ "SessionManagerImpl.sessionAttributeName" ÃʱâÈ ÆÄ¶ó¹ÌÅͷκÎÅÍ User Á¤º¸¸¦ ÀúÀåÇÒ sessionÀÇ ¼Ó¼º À̸§À» Àü´Þ¹Þ´Â´Ù. |
void |
openSession(User user,
HttpServletRequest request,
HttpServletResponse response)
HttpSession¿¡ ÀÎÀÚ·Î Àü´Þ¹ÞÀº user¸¦ ¼Ó¼ºÀ¸·Î ÀúÀåÇÑ´Ù. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionManagerImpl()
Method Detail |
public void init(ComponentConfig configuration) throws AAManagerException
init
in interface SessionManager
configuration
-
AAManagerException
SessionManager.init(tle.framework.component.ComponentConfig)
public void openSession(User user, HttpServletRequest request, HttpServletResponse response)
openSession
in interface SessionManager
user
- »ç¿ëÀÚrequest
- HTTP ¿äûresponse
- HTTP ÀÀ´ätle.framework.component.impl.aamanager.SessionManager#openSession(tle.framework.component.spi.aamanager.User, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void closeSession(HttpServletRequest request, HttpServletResponse response) throws AAManagerException
closeSession
in interface SessionManager
request
- HTTP ¿äûresponse
- HTTP ÀÀ´ä
AAManagerException
tle.framework.component.impl.aamanager.SessionManager#closeSession(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public User getSessionUser(HttpServletRequest request) throws AAManagerException
getSessionUser
in interface SessionManager
request
- HTTP ¿äû
AAManagerException
tle.framework.component.impl.aamanager.SessionManager#getSessionUser(javax.servlet.http.HttpServletRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |