Novell
exteNd Director 4.1

com.sssw.fw.directory.api
Interface EbiDirectoryConstants

All Known Implementing Classes:
EboFactory

public interface EbiDirectoryConstants

This class contains constants for the Novell exteNd application server directory realm.


Field Summary
static String DELEGATE_DIRECTORY
          Class name of the directory delegate.
static String DELEGATE_REALMGROUP
          Class name of the directory internal realmgroup delegate.
static String DIRECTORY_ENABLE_GROUP_MEMBERSHIP_CACHE
          Optional property to allow using group (group membership) cache to handle getGroupMembershipList() call.
static String DIRECTORY_GROUP_CACHE_HOLDER_ID
          Group Cache Holder ID for Realm Cache.
static String DIRECTORY_GROUP_MEMBER_CACHE_HOLDER_ID
          Group Member Cache Holder ID for Realm Cache.
static String DIRECTORY_MGR
          Name of the directory manager.
static String DIRECTORY_PRIMARY_REALM
          Directory Primary Realm
static String DIRECTORY_READABLE_REALM
          Property key for the readable realm configured in the directory service.
static String DIRECTORY_READABLE_REALM_PARAMS
          Property key for the readable realm parameters that need to be passed into the readable realm instance configured in the directory service.
static String DIRECTORY_USER_CACHE_HOLDER_ID
          User Cache Holder ID for Realm Cache.
static String DIRECTORY_USER_MEMBER_CACHE_HOLDER_ID
          User Member Cache Holder ID for Realm Cache.
static String DIRECTORY_WRITEABLE_REALM
          Property key for writable realm configured in the directory service.
static String DIRECTORY_WRITEABLE_REALM_PARAMS
          Property key for writable realm configured in the directory service.
static String FW_PRINCIPAL_GROUP
          The principal type for group principals.
static String FW_PRINCIPAL_USER
          The principal type for user principals.
 

Field Detail

DIRECTORY_MGR

public static final String DIRECTORY_MGR
Name of the directory manager.

DELEGATE_DIRECTORY

public static final String DELEGATE_DIRECTORY
Class name of the directory delegate.

DELEGATE_REALMGROUP

public static final String DELEGATE_REALMGROUP
Class name of the directory internal realmgroup delegate.

DIRECTORY_READABLE_REALM

public static final String DIRECTORY_READABLE_REALM
Property key for the readable realm configured in the directory service.

DIRECTORY_READABLE_REALM_PARAMS

public static final String DIRECTORY_READABLE_REALM_PARAMS
Property key for the readable realm parameters that need to be passed into the readable realm instance configured in the directory service.

DIRECTORY_WRITEABLE_REALM

public static final String DIRECTORY_WRITEABLE_REALM
Property key for writable realm configured in the directory service.

DIRECTORY_WRITEABLE_REALM_PARAMS

public static final String DIRECTORY_WRITEABLE_REALM_PARAMS
Property key for writable realm configured in the directory service.

DIRECTORY_PRIMARY_REALM

public static final String DIRECTORY_PRIMARY_REALM
Directory Primary Realm

FW_PRINCIPAL_USER

public static final String FW_PRINCIPAL_USER
The principal type for user principals.

FW_PRINCIPAL_GROUP

public static final String FW_PRINCIPAL_GROUP
The principal type for group principals.

DIRECTORY_GROUP_CACHE_HOLDER_ID

public static final String DIRECTORY_GROUP_CACHE_HOLDER_ID
Group Cache Holder ID for Realm Cache. (appending .realmname at the end)

DIRECTORY_USER_CACHE_HOLDER_ID

public static final String DIRECTORY_USER_CACHE_HOLDER_ID
User Cache Holder ID for Realm Cache. (appending .realmname at the end)

DIRECTORY_GROUP_MEMBER_CACHE_HOLDER_ID

public static final String DIRECTORY_GROUP_MEMBER_CACHE_HOLDER_ID
Group Member Cache Holder ID for Realm Cache. (appending .realmname at the end)

DIRECTORY_USER_MEMBER_CACHE_HOLDER_ID

public static final String DIRECTORY_USER_MEMBER_CACHE_HOLDER_ID
User Member Cache Holder ID for Realm Cache. (appending .realmname at the end)

DIRECTORY_ENABLE_GROUP_MEMBERSHIP_CACHE

public static final String DIRECTORY_ENABLE_GROUP_MEMBERSHIP_CACHE
Optional property to allow using group (group membership) cache to handle getGroupMembershipList() call.

Novell
exteNd Director 4.1