tle.framework.component.spi.aamanager
Interface Service

All Known Implementing Classes:
NullService, ServiceGroupChain, ServiceImpl

public interface Service

¼­ºñ½º¸¦ ³ªÅ¸³»´Â Ŭ·¡½º°¡ ±¸ÇöÇØ¾ß ÇÒ ÀÎÅÍÆäÀ̽º

Since:
2.0
Author:
ÃÖ¹ü±Õ

Method Summary
 java.lang.String getCommandID()
          ÀÌ ¼­ºñ½º¿Í °ü·ÃµÈ ¸í·É¾îÀÇ ID¸¦ ±¸ÇÑ´Ù.
 java.lang.String getDescription()
          ÀÌ ¼­ºñ½º¿¡ ´ëÇÑ ¼³¸íÀ» ±¸ÇÑ´Ù.
 java.lang.String getName()
          ÀÌ ¼­ºñ½ºÀÇ À̸§À» ±¸ÇÑ´Ù.
 boolean isAllRolesUsable()
          ¸ðµç ¿ªÇÒÀÌ »ç¿ë °¡´ÉÇÑ ¼­ºñ½ºÀÎÁö °Ë»çÇÑ´Ù.
 boolean isNeedAuthentication()
          ÀÎÁõÀ» ÇÊ¿ä·Î ÇÏ´Â ¼­ºñ½ºÀÎÁö °Ë»çÇÑ´Ù.
 

Method Detail

getCommandID

public java.lang.String getCommandID()
ÀÌ ¼­ºñ½º¿Í °ü·ÃµÈ ¸í·É¾îÀÇ ID¸¦ ±¸ÇÑ´Ù.

Returns:

getName

public java.lang.String getName()
ÀÌ ¼­ºñ½ºÀÇ À̸§À» ±¸ÇÑ´Ù.

Returns:

getDescription

public java.lang.String getDescription()
ÀÌ ¼­ºñ½º¿¡ ´ëÇÑ ¼³¸íÀ» ±¸ÇÑ´Ù.

Returns:

isNeedAuthentication

public boolean isNeedAuthentication()
ÀÎÁõÀ» ÇÊ¿ä·Î ÇÏ´Â ¼­ºñ½ºÀÎÁö °Ë»çÇÑ´Ù.

Returns:

isAllRolesUsable

public boolean isAllRolesUsable()
¸ðµç ¿ªÇÒÀÌ »ç¿ë °¡´ÉÇÑ ¼­ºñ½ºÀÎÁö °Ë»çÇÑ´Ù.

Returns: