tle.framework.component.spi.aamanager
Class NullUser

java.lang.Object
  extended bytle.framework.component.spi.aamanager.NullUser
All Implemented Interfaces:
User

public final class NullUser
extends java.lang.Object
implements User

¼¼¼ÇÀÌ ½ÃÀÛµÇÁö ¾Ê¾ÒÀ½À» ³ªÅ¸³»´Â User ÀÎÅÍÆäÀ̽º ±¸Çöü.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Field Summary
static NullUser intance
           
 
Constructor Summary
NullUser()
           
 
Method Summary
 Role[] getRoles()
          ÅÖºó Iterator¸¦ ¸®ÅÏÇÑ´Ù.
 boolean isRole(Role role)
          ¿ªÇÒ Á¤º¸¿¡ »ó°ü¾øÀÌ false¸¦ ¸®ÅÏÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intance

public static final NullUser intance
Constructor Detail

NullUser

public NullUser()
Method Detail

getRoles

public Role[] getRoles()
ÅÖºó Iterator¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
getRoles in interface User
Returns:
See Also:
User.getRoles()

isRole

public boolean isRole(Role role)
¿ªÇÒ Á¤º¸¿¡ »ó°ü¾øÀÌ false¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
isRole in interface User
Parameters:
role -
Returns:
See Also:
User.isRole(tle.framework.component.spi.aamanager.Role)