tle.framework.component.spi.aamanager
Class AAManagerProxy

java.lang.Object
  extended bytle.framework.component.spi.aamanager.AAManagerProxy

public class AAManagerProxy
extends java.lang.Object

AAManager¿¡ ´ëÇÑ ÇÁ·Ï½Ã Ŭ·¡½º

AAManager°¡ Á¦°øÇÏ´Â ±â´ÉÀ» ÇÊ¿ä·Î Çϴ Ŭ·¡½º°¡ Á¸ÀçÇÒ °æ¿ì ÀÌ Å¬·¡½º¸¦ ÅëÇØ¼­ AAManagerÀÇ ±â´ÉÀ» °£Á¢ÀûÀ¸·Î »ç¿ëÇÏ°Ô µÈ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
AAManagerProxy(AAManager aaManager)
           
 
Method Summary
 User authenticate(UserAuthenticationInfo authInfo)
           
 boolean checkAuthorization(User user, Service service)
           
 void closeSession(HttpServletRequest request, HttpServletResponse response)
           
 Role getRole(java.lang.String roleID)
           
 Service getService(RequestInfo requestInfo)
           
 User getSessionUser(HttpServletRequest request)
           
 void openSession(User user, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AAManagerProxy

public AAManagerProxy(AAManager aaManager)
Method Detail

authenticate

public User authenticate(UserAuthenticationInfo authInfo)
                  throws AAManagerException
Throws:
AAManagerException

openSession

public void openSession(User user,
                        HttpServletRequest request,
                        HttpServletResponse response)
                 throws AAManagerException
Throws:
AAManagerException

closeSession

public void closeSession(HttpServletRequest request,
                         HttpServletResponse response)
                  throws AAManagerException
Throws:
AAManagerException

getSessionUser

public User getSessionUser(HttpServletRequest request)
                    throws AAManagerException
Throws:
AAManagerException

checkAuthorization

public boolean checkAuthorization(User user,
                                  Service service)
                           throws AAManagerException
Throws:
AAManagerException

getService

public Service getService(RequestInfo requestInfo)
                   throws AAManagerException
Throws:
AAManagerException

getRole

public Role getRole(java.lang.String roleID)
             throws AAManagerException
Throws:
AAManagerException