|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
±ÇÇÑ ÀÎÁõÀ» ó¸®ÇÏ´Â ÄÄÆ÷³ÍÆ®ÀÇ ±â´ÉÀ» Á¤ÀÇÇÑ´Ù.
±ÇÇÑ ÀÎÁõ ¼ºñ½º¸¦ Á¦°øÇÒ ÄÄÆ÷³ÍÆ®´Â ÀÌ ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇØÁÖ¾î¾ß ÇÑ´Ù.
Method Summary | |
User |
authenticate(UserAuthenticationInfo authInfo)
UserAuthenticationInfo¿¡ ÀúÀåµÈ Á¤º¸¸¦ »ç¿ëÇÏ¿© ÀÎÁõµÈ »ç¿ëÀÚÀÎ °æ¿ì »ç¿ëÀÚ¿¡ ÇØ´çÇÏ´Â User °´Ã¼¸¦ ¸®ÅÏÇÑ´Ù. |
boolean |
checkAuthorization(User user,
Service service)
user°¡ service¸¦ »ç¿ëÇÒ ¼ö ÀÖÀ» °æ¿ì true¸¦ ¸®ÅÏÇÑ´Ù. |
void |
closeSession(HttpServletRequest request,
HttpServletResponse response)
»ç¿ëÀÚÀÇ ¼¼¼ÇÀ» Á¾·áÇÑ´Ù. |
AAManagerProxy |
getAAManagerProxy()
ÀÌ AAManager °´Ã¼¸¦ ¿¬°áÇÑ AAManagerProxy¸¦ ¸®ÅÏÇÑ´Ù. |
Role |
getRole(java.lang.String roleID)
¿ªÇÒ ID¿¡ ÇØ´çÇÏ´Â ¿ªÇÒÀ» ¸®ÅÏÇÑ´Ù. |
Service |
getService(RequestInfo requestInfo)
¿äû Á¤º¸¿¡ ÇØ´çÇÏ´Â Service¸¦ ±¸ÇÑ´Ù. |
User |
getSessionUser(HttpServletRequest request)
¼¼¼Ç°ú °ü·ÃµÈ User¸¦ ±¸ÇÑ´Ù. |
void |
openSession(User user,
HttpServletRequest request,
HttpServletResponse response)
»ç¿ëÀÚÀÇ ¼¼¼ÇÀ» ½ÃÀÛÇÑ´Ù. |
Methods inherited from interface tle.framework.component.Component |
close, getID, init, isClosed, isClosing, isCreated, isErrorOccured, isInited, isIniting, isResuming, isRunning, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, start, stop, suspend |
Method Detail |
public User authenticate(UserAuthenticationInfo authInfo) throws AAManagerException
authInfo
- »ç¿ëÀÚ ÀÎÁõ Á¤º¸
AuthenticationException
- ¾ÆÀ̵𳪠¾ÏÈ£°¡ À߸øµÈ °æ¿ì¿Í °°ÀÌ ÀÎÁõ¿¡ ½ÇÆÐÇÒ °æ¿ì¿¡ ¹ß»ýÇÑ´Ù.
AAManagerException
- ±âŸ ¹®Á¦°¡ ÀÖÀ» ¶§ ¹ß»ýÇÑ´Ù.public void openSession(User user, HttpServletRequest request, HttpServletResponse response) throws AAManagerException
AAManagerÀÇ ±¸Çöü´Â HttpSessionÀ̳ª ±âŸ ´Ù¸¥ ¹æ¹ýÀ» »ç¿ëÇØ¼ ¼¼¼ÇÀ» ±¸ÇöÇØÁÖ¾î¾ß ÇÑ´Ù.
user
- ¼¼¼Ç¿¡ ÀúÀåµÉ »ç¿ëÀÚrequest
- HTTP ¿äûresponse
- HTTP ÀÀ´ä
AAManagerException
public void closeSession(HttpServletRequest request, HttpServletResponse response) throws AAManagerException
AAManagerException
public User getSessionUser(HttpServletRequest request) throws AAManagerException
request
-
AAManagerException
public boolean checkAuthorization(User user, Service service) throws AAManagerException
user
- »ç¿ëÀÚservice
- ¼ºñ½º
AAManagerException
public Service getService(RequestInfo requestInfo) throws AAManagerException
requestInfo
- ¿äû Á¤º¸
AAManagerException
public Role getRole(java.lang.String roleID) throws AAManagerException
roleID
- ¿ªÇÒ ID
AAManagerException
public AAManagerProxy getAAManagerProxy()
¿¹¸¦ µé¾î, AAManager.openSession() ¸Þ¼Òµå¸¦ »ç¿ëÇÏ°í ½Í´Ù¸é ´ÙÀ½°ú °°Àº Äڵ带 »ç¿ëÇØ¾ß ÇÑ´Ù.
TLEFramework.getAAManagerProxy().openSession(user, request, response);
AAManagerProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |