Novell exteNd
Director 5.2 API

com.sssw.fw.directory.api
Interface EbiRealmUser

All Superinterfaces:
EbiRealmPrincipal, Principal

public interface EbiRealmUser
extends EbiRealmPrincipal

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


Field Summary
static String ANONYMOUS
          The constant for the anonymous user name.
static String PRIN_TYPE_USER
          The constant for the User principal type.
 
Method Summary
 EbiAuthUserContext getAuthUserContext()
          Gets the authenticated user context for this realm user.
 
Methods implemented from interface com.sssw.fw.directory.api.EbiRealmPrincipal
getFullQualifiedName, getPrincipal, getPrincipalType, getRealm, getShortName, getUniqueID
 
Methods implemented from interface java.security.Principal
equals, getName, hashCode, toString
 

Field Detail

ANONYMOUS

public static final String ANONYMOUS
The constant for the anonymous user name.

PRIN_TYPE_USER

public static final String PRIN_TYPE_USER
The constant for the User principal type.
Method Detail

getAuthUserContext

public EbiAuthUserContext getAuthUserContext()
Gets the authenticated user context for this realm user.
Returns:
the authenticated user context for this realm user; null if not available

Novell exteNd
Director 5.2 API