tle.framework.component.impl.aamanager.role
Class RoleManagerImpl

java.lang.Object
  extended bytle.framework.component.impl.aamanager.role.RoleManagerImpl
All Implemented Interfaces:
RoleManager

public class RoleManagerImpl
extends java.lang.Object
implements RoleManager

RoleManagerÀÇ ±¸Çö Ŭ·¡½º·Î¼­ ¼³Á¤ ÆÄÀϷκÎÅÍ ¿ªÇÒ ¸ñ·ÏÀ» ±¸ÇÑ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
RoleManagerImpl()
           
 
Method Summary
 Role getRole(java.lang.String roleID)
          ÁöÁ¤ÇÑ ¾ÆÀ̵ðÀÇ RoleÀ» ¸®ÅÏÇÑ´Ù.
 void init(ComponentConfig config)
          ÄÄÆ÷³ÍÆ®ÀÇ "RoleManagerImpl.configFile" ÃʱâÈ­ ÆÄ¶ó¹ÌÅͷκÎÅÍ ¿ªÇÒ ¸ñ·Ï Á¤º¸¸¦ ÀúÀåÇÑ ¼³Á¤ ÆÄÀÏÀÇ °æ·Î¸¦ ±¸ÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleManagerImpl

public RoleManagerImpl()
Method Detail

init

public void init(ComponentConfig config)
          throws AAManagerException
ÄÄÆ÷³ÍÆ®ÀÇ "RoleManagerImpl.configFile" ÃʱâÈ­ ÆÄ¶ó¹ÌÅͷκÎÅÍ ¿ªÇÒ ¸ñ·Ï Á¤º¸¸¦ ÀúÀåÇÑ ¼³Á¤ ÆÄÀÏÀÇ °æ·Î¸¦ ±¸ÇÑ´Ù.

Specified by:
init in interface RoleManager
Parameters:
config - ÄÄÆ÷³ÍÆ® ÃʱâÈ­ Á¤º¸
Throws:
AAManagerException - ÃʱâÈ­ ½ÇÆÐ½Ã¿¡ ¹ß»ýÇÑ´Ù.
See Also:
RoleManager.init(tle.framework.component.ComponentConfig)

getRole

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

Specified by:
getRole in interface RoleManager
Parameters:
roleID -
Returns:
Role ¸®ÅÏ
See Also:
RoleManager.getRole(java.lang.String)