tle.framework.component.spi.aamanager
Class AAManagerProxy
java.lang.Object
tle.framework.component.spi.aamanager.AAManagerProxy
- public class AAManagerProxy
- extends java.lang.Object
AAManager¿¡ ´ëÇÑ ÇÁ·Ï½Ã Ŭ·¡½º
AAManager°¡ Á¦°øÇÏ´Â ±â´ÉÀ» ÇÊ¿ä·Î Çϴ Ŭ·¡½º°¡ Á¸ÀçÇÒ °æ¿ì ÀÌ Å¬·¡½º¸¦ ÅëÇØ¼
AAManagerÀÇ ±â´ÉÀ» °£Á¢ÀûÀ¸·Î »ç¿ëÇÏ°Ô µÈ´Ù.
- Since:
- 2.0
- Author:
- ÃÖ¹ü±Õ
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AAManagerProxy
public AAManagerProxy(AAManager aaManager)
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