Novell exteNd
Director 5.2 API

com.sssw.fw.directory.api
Interface EbiDirectoryConstants


public interface EbiDirectoryConstants

This class contains constants for SilverStream Directory Subsystem.


Field Summary
static String DELEGATE_DIRECTORY
          Class name of the directory delegate.
static String DELEGATE_REALMCONTAINER
          Class name of the directory internal realm container 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_GROUPS_QUERY
          Class name of the directory realm groups query.
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_ROOT_GROUP
          Root Group Identifier
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_USERS_QUERY
          Class name of the directory realm users query.
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_CONTAINER
          The principal type for container principals.
static String FW_PRINCIPAL_GROUP
          The principal type for group principals.
static String FW_PRINCIPAL_USER
          The principal type for user principals.
static String INVALID_USERID_CHARS
          The default set of characters that are not allowed in user IDs.
static String INVALID_USERID_CHARS_KEY
          The property key for the set of invalid user ID characters.
static String REQ_AUTH_HEADER
          The constant for the request header that contains authentication credentials
static String REQ_AUTH_SEPARATOR
          The constant for the separator value that is used between username and password
static String ROOT_CONTAINER_UUID
          The property key for the "root container UUID" property.
 

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.

DELEGATE_REALMCONTAINER

public static final String DELEGATE_REALMCONTAINER
Class name of the directory internal realm container delegate.

DIRECTORY_GROUPS_QUERY

public static final String DIRECTORY_GROUPS_QUERY
Class name of the directory realm groups query.

DIRECTORY_USERS_QUERY

public static final String DIRECTORY_USERS_QUERY
Class name of the directory realm users query.

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.

FW_PRINCIPAL_CONTAINER

public static final String FW_PRINCIPAL_CONTAINER
The principal type for container 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_ROOT_GROUP

public static final String DIRECTORY_ROOT_GROUP
Root Group Identifier

ROOT_CONTAINER_UUID

public static final String ROOT_CONTAINER_UUID
The property key for the "root container UUID" property.

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.

REQ_AUTH_HEADER

public static final String REQ_AUTH_HEADER
The constant for the request header that contains authentication credentials

REQ_AUTH_SEPARATOR

public static final String REQ_AUTH_SEPARATOR
The constant for the separator value that is used between username and password

INVALID_USERID_CHARS

public static final String INVALID_USERID_CHARS
The default set of characters that are not allowed in user IDs. The default set is /\"',

INVALID_USERID_CHARS_KEY

public static final String INVALID_USERID_CHARS_KEY
The property key for the set of invalid user ID characters. If this property does not exist as a parameter for the readable or writeable realm (i.e. 'DirectoryService/realms/readable/params/INVALID_USERID_CHARS' or 'DirectoryService/realms/writeable/params/INVALID_USERID_CHARS'), the default set of characters from the INVALID_USERID_CHARS constant is used.

Novell exteNd
Director 5.2 API