Novell exteNd
Director 5.2 API

com.sssw.fw.usermgr.api
Interface EbiUserConstants

All Known Implementing Classes:
EboFactory

public interface EbiUserConstants

Contains constants for the Director User subsystem.


Field Summary
static String DELEGATE_GROUPPREFERENCE
          Class name of the group preference delegate.
static String DELEGATE_GROUPPROFILE
          Deprecated. Use EbiPortalManager to access group pages (which have replaced group profiles).
static String DELEGATE_USER
          Class name of the user delegate.
static String DELEGATE_USERMETA
          Class name of the user meta delegate.
static String DELEGATE_USERPREFERENCE
          Class name of the user preference delegate.
static String DELEGATE_USERPROFILE
          Deprecated. Use EbiPortalManager to access user pages (which have replaced user profiles).
static String GROUP_PROFILE_CACHE_HOLDER_ID
          Deprecated. No replacement.
static String GROUP_PROFILE_MEMBER_CACHE_HOLDER_ID
          Deprecated. No replacement.
static String PERSONALIZE_MGR
          Name of the personalize manager.
static String USER_CACHE_HOLDER_ID
          User Service server-lifetime cache holder ID.
static String USER_MGR
          Name of the user manager.
static String USER_SUBSYSTEM_NAME
          Subsystem name of the user service for element type meta.
 

Field Detail

USER_MGR

public static final String USER_MGR
Name of the user manager.

PERSONALIZE_MGR

public static final String PERSONALIZE_MGR
Name of the personalize manager.

DELEGATE_USERMETA

public static final String DELEGATE_USERMETA
Class name of the user meta delegate.

DELEGATE_USER

public static final String DELEGATE_USER
Class name of the user delegate.

DELEGATE_USERPROFILE

public static final String DELEGATE_USERPROFILE
Deprecated. Use EbiPortalManager to access user pages (which have replaced user profiles).

Class name of the user profile delegate.

DELEGATE_USERPREFERENCE

public static final String DELEGATE_USERPREFERENCE
Class name of the user preference delegate.

DELEGATE_GROUPPREFERENCE

public static final String DELEGATE_GROUPPREFERENCE
Class name of the group preference delegate.

DELEGATE_GROUPPROFILE

public static final String DELEGATE_GROUPPROFILE
Deprecated. Use EbiPortalManager to access group pages (which have replaced group profiles).

Class name of the group profile delegate.

USER_SUBSYSTEM_NAME

public static final String USER_SUBSYSTEM_NAME
Subsystem name of the user service for element type meta.

USER_CACHE_HOLDER_ID

public static final String USER_CACHE_HOLDER_ID
User Service server-lifetime cache holder ID.

GROUP_PROFILE_CACHE_HOLDER_ID

public static final String GROUP_PROFILE_CACHE_HOLDER_ID
Deprecated. No replacement.

User Service server-lifetime cache holder ID for group profiles.

GROUP_PROFILE_MEMBER_CACHE_HOLDER_ID

public static final String GROUP_PROFILE_MEMBER_CACHE_HOLDER_ID
Deprecated. No replacement.

User Service server-lifetime cache holder ID for group profile members.

Novell exteNd
Director 5.2 API