Novell
exteNd Director 4.1

com.sssw.fw.directory.api
Interface EbiRealmUser

All Superinterfaces:
Principal

public interface EbiRealmUser
extends Principal

The wrapper Principal used by custom realms. The original principal implementation can be used internally in order to leverage existing principal functionality and APIs.


Method Summary
 String getFullQualifiedName()
          Gets the full qualified principal name of the user, including realm name prefix.
 String getRealm()
          Gets the name of the realm this user belongs.
 String getShortName()
          Gets the short name of the user which is typically the username.
 String getUniqueID()
          Gets the unqiue identifier of the user principal.
 
Methods implemented from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getRealm

public String getRealm()
Gets the name of the realm this user belongs.
Returns:
the realm name.

getUniqueID

public String getUniqueID()
Gets the unqiue identifier of the user principal.
Returns:
the unique identifier.

getFullQualifiedName

public String getFullQualifiedName()
Gets the full qualified principal name of the user, including realm name prefix.
Returns:
the full qualified principal name.

getShortName

public String getShortName()
Gets the short name of the user which is typically the username.
Returns:
the short name.

Novell
exteNd Director 4.1