com.ibm.websphere.wim
Interface DynamicConfigConstants

All Known Subinterfaces:
DynamicConfigService, LocalService, Service, WIMService, WIMServiceLocal
All Known Implementing Classes:
LocalServiceProvider, ServiceProvider

public interface DynamicConfigConstants

The interface containing all dynamic configuration related constants.


Field Summary
static java.lang.String DYNA_CONFIG_EVENT_ADD_BASE_ENTRY
          Dynamically adds a new base entry to the specified profile repository.
static java.lang.String DYNA_CONFIG_EVENT_ADD_DEFAULT_PARENT_TO_REALM
          Dynamically adds a new default parent to a realm.
static java.lang.String DYNA_CONFIG_EVENT_ADD_ENTITY_CONFIG
          Dynamically adds a new supported entity type configuration.
static java.lang.String DYNA_CONFIG_EVENT_ADD_PARTICIPATING_BASE_ENTRY
          Dynamically adds a new participating base entry to a realm.
static java.lang.String DYNA_CONFIG_EVENT_ADD_PROPERTY_CONFIG
          Dynamically adds a new property configuration to the specified profile repository.
static java.lang.String DYNA_CONFIG_EVENT_ADD_PROPERTY_EXTENSION_REPOSITORY
          Dynamically adds property extension repository to the current configuration at runtime.
static java.lang.String DYNA_CONFIG_EVENT_ADD_REALM
          Dynamically adds a new realm to the current configuration at runtime.
static java.lang.String DYNA_CONFIG_EVENT_ADD_REPOSITORY
          Dynamically adds a new repository to the current configuration at runtime.
static java.lang.String DYNA_CONFIG_EVENT_UPDATE_DB_ADMIN_PASSWORD
          Dynamically update the database administrator password for database repository.
static java.lang.String DYNA_CONFIG_EVENT_UPDATE_ENTRY_MAPPING_ADMIN_PASSWORD
          Dynamically update the database administrator password for entry mapping repository.
static java.lang.String DYNA_CONFIG_EVENT_UPDATE_LDAP_BIND_INFO
          Dynamically update the LDAP bind information of the specified LDAP repository at runtime.
static java.lang.String DYNA_CONFIG_EVENT_UPDATE_PROPERTY_EXTENSION_ADMIN_PASSWORD
          Dynamically update the database administrator password for property extension repository.
static java.lang.String DYNA_CONFIG_KEY_BASE_ENTRY
          The key to specify the name of the base entry in vmm.
static java.lang.String DYNA_CONFIG_KEY_BASE_ENTRY_IN_REPOS
          The key to specify the name of the base entry in repository.
static java.lang.String DYNA_CONFIG_KEY_DB_ADMIN_PASSWORD
          The key to specify the database administrative password.
static java.lang.String DYNA_CONFIG_KEY_DEFAULT_PARENT
          The key to specify the default parent of a entity type.
static java.lang.String DYNA_CONFIG_KEY_ENTITY_CONFIGS
          The key to specify the Hashtable which contains data objects for specifying the configuration information of the entity type which are specific to each repository.
static java.lang.String DYNA_CONFIG_KEY_ENTITY_TYPE
          The key to specify the qualified name of the entity type.
static java.lang.String DYNA_CONFIG_KEY_LDAP_BIND_DN
          The key to specify the new LDAP bind DN.
static java.lang.String DYNA_CONFIG_KEY_LDAP_BIND_PASSWORD
          The key to specify the new LDAP bind password.
static java.lang.String DYNA_CONFIG_KEY_PROP_CONFIG
          The key to specify the data object for specifying the configuration information of a property which are specific to a repository.
static java.lang.String DYNA_CONFIG_KEY_PROP_EXT_REPOS_CONFIG
          The key to specify the property extension repository configuration data object.
static java.lang.String DYNA_CONFIG_KEY_RDNS
          The key to specify the list which contains the RDN properties of a entity type.
static java.lang.String DYNA_CONFIG_KEY_REALM_CONFIG
          The key to specify the data object for specifying the configuration information of a realm.
static java.lang.String DYNA_CONFIG_KEY_REALM_NAME
          The key to specify the name of a realm.
static java.lang.String DYNA_CONFIG_KEY_REPOS_CONFIG
          The key to specify the profile repository configuration data object.
static java.lang.String DYNA_CONFIG_KEY_REPOS_ID
          The key to specify the repository id.
 

Field Detail

DYNA_CONFIG_KEY_REPOS_CONFIG

static final java.lang.String DYNA_CONFIG_KEY_REPOS_CONFIG
The key to specify the profile repository configuration data object.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_PROP_EXT_REPOS_CONFIG

static final java.lang.String DYNA_CONFIG_KEY_PROP_EXT_REPOS_CONFIG
The key to specify the property extension repository configuration data object.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_LDAP_BIND_DN

static final java.lang.String DYNA_CONFIG_KEY_LDAP_BIND_DN
The key to specify the new LDAP bind DN.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_LDAP_BIND_PASSWORD

static final java.lang.String DYNA_CONFIG_KEY_LDAP_BIND_PASSWORD
The key to specify the new LDAP bind password.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_DB_ADMIN_PASSWORD

static final java.lang.String DYNA_CONFIG_KEY_DB_ADMIN_PASSWORD
The key to specify the database administrative password.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_REPOS_ID

static final java.lang.String DYNA_CONFIG_KEY_REPOS_ID
The key to specify the repository id.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_BASE_ENTRY

static final java.lang.String DYNA_CONFIG_KEY_BASE_ENTRY
The key to specify the name of the base entry in vmm.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_BASE_ENTRY_IN_REPOS

static final java.lang.String DYNA_CONFIG_KEY_BASE_ENTRY_IN_REPOS
The key to specify the name of the base entry in repository.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_ENTITY_CONFIGS

static final java.lang.String DYNA_CONFIG_KEY_ENTITY_CONFIGS
The key to specify the Hashtable which contains data objects for specifying the configuration information of the entity type which are specific to each repository.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_PROP_CONFIG

static final java.lang.String DYNA_CONFIG_KEY_PROP_CONFIG
The key to specify the data object for specifying the configuration information of a property which are specific to a repository.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_ENTITY_TYPE

static final java.lang.String DYNA_CONFIG_KEY_ENTITY_TYPE
The key to specify the qualified name of the entity type.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_RDNS

static final java.lang.String DYNA_CONFIG_KEY_RDNS
The key to specify the list which contains the RDN properties of a entity type.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_DEFAULT_PARENT

static final java.lang.String DYNA_CONFIG_KEY_DEFAULT_PARENT
The key to specify the default parent of a entity type.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_REALM_CONFIG

static final java.lang.String DYNA_CONFIG_KEY_REALM_CONFIG
The key to specify the data object for specifying the configuration information of a realm.

See Also:
Constant Field Values

DYNA_CONFIG_KEY_REALM_NAME

static final java.lang.String DYNA_CONFIG_KEY_REALM_NAME
The key to specify the name of a realm.

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_REPOSITORY

static final java.lang.String DYNA_CONFIG_EVENT_ADD_REPOSITORY
Dynamically adds a new repository to the current configuration at runtime. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_BASE_ENTRY

static final java.lang.String DYNA_CONFIG_EVENT_ADD_BASE_ENTRY
Dynamically adds a new base entry to the specified profile repository. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_ENTITY_CONFIG

static final java.lang.String DYNA_CONFIG_EVENT_ADD_ENTITY_CONFIG
Dynamically adds a new supported entity type configuration. This entity type must have existed in schema. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_PROPERTY_CONFIG

static final java.lang.String DYNA_CONFIG_EVENT_ADD_PROPERTY_CONFIG
Dynamically adds a new property configuration to the specified profile repository. This property must have existed in schema. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_REALM

static final java.lang.String DYNA_CONFIG_EVENT_ADD_REALM
Dynamically adds a new realm to the current configuration at runtime. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_PARTICIPATING_BASE_ENTRY

static final java.lang.String DYNA_CONFIG_EVENT_ADD_PARTICIPATING_BASE_ENTRY
Dynamically adds a new participating base entry to a realm. Base entry must be already defined in one of the profile repository. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_DEFAULT_PARENT_TO_REALM

static final java.lang.String DYNA_CONFIG_EVENT_ADD_DEFAULT_PARENT_TO_REALM
Dynamically adds a new default parent to a realm. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_ADD_PROPERTY_EXTENSION_REPOSITORY

static final java.lang.String DYNA_CONFIG_EVENT_ADD_PROPERTY_EXTENSION_REPOSITORY
Dynamically adds property extension repository to the current configuration at runtime. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_UPDATE_LDAP_BIND_INFO

static final java.lang.String DYNA_CONFIG_EVENT_UPDATE_LDAP_BIND_INFO
Dynamically update the LDAP bind information of the specified LDAP repository at runtime. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value): Following are the scenarios:

DYNA_CONFIG_EVENT_UPDATE_DB_ADMIN_PASSWORD

static final java.lang.String DYNA_CONFIG_EVENT_UPDATE_DB_ADMIN_PASSWORD
Dynamically update the database administrator password for database repository. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_UPDATE_ENTRY_MAPPING_ADMIN_PASSWORD

static final java.lang.String DYNA_CONFIG_EVENT_UPDATE_ENTRY_MAPPING_ADMIN_PASSWORD
Dynamically update the database administrator password for entry mapping repository. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values

DYNA_CONFIG_EVENT_UPDATE_PROPERTY_EXTENSION_ADMIN_PASSWORD

static final java.lang.String DYNA_CONFIG_EVENT_UPDATE_PROPERTY_EXTENSION_ADMIN_PASSWORD
Dynamically update the database administrator password for property extension repository. This constant is used as first input parameter in dynamicUpdateconfig method: public void dynamicUpdateConfig(String updateType, Hashtable configData) Config data (key - value):

See Also:
Constant Field Values