tle.framework.component.impl.aamanager
Interface RoleManager

All Known Implementing Classes:
RoleManagerImpl

public interface RoleManager

RoleÀ» °ü¸®ÇÑ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Method Summary
 Role getRole(java.lang.String roleID)
          ÁöÁ¤ÇÑ ¾ÆÀ̵ðÀÇ RoleÀ» ¸®ÅÏÇÑ´Ù.
 void init(ComponentConfig config)
          RoleManager¸¦ ÃʱâÈ­ÇÑ´Ù.
 

Method Detail

init

public void init(ComponentConfig config)
          throws AAManagerException
RoleManager¸¦ ÃʱâÈ­ÇÑ´Ù.

Parameters:
config - ÄÄÆ÷³ÍÆ® ÃʱâÈ­ Á¤º¸
Throws:
AAManagerException - ÃʱâÈ­ ½ÇÆÐ½Ã¿¡ ¹ß»ýÇÑ´Ù.

getRole

public Role getRole(java.lang.String roleID)
             throws AAManagerException
ÁöÁ¤ÇÑ ¾ÆÀ̵ðÀÇ RoleÀ» ¸®ÅÏÇÑ´Ù. Á¸ÀçÇÏÁö ¾ÊÀ» °æ¿ì nullÀ» ¸®ÅÏÇÑ´Ù.

Parameters:
roleID -
Returns:
Role ¸®ÅÏ
Throws:
AAManagerException