Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Reference > Virtual member manager APIs
DynamicConfigService interface
The DynamicConfiguration interface enables the application to dynamically change the virtual member manager configuration without restarting the WAS.
The DynamicConfigService interface extends from DynamicConfigConstants and inherits the following fields:
DYNA_CONFIG_EVENT_ADD_BASE_ENTRY DYNA_CONFIG_EVENT_ADD_DEFAULT_PARENT_TO_REALM DYNA_CONFIG_EVENT_ADD_ENTITY_CONFIG DYNA_CONFIG_EVENT_ADD_PARTICIPATING_BASE_ENTRY DYNA_CONFIG_EVENT_ADD_PROPERTY_CONFIG DYNA_CONFIG_EVENT_ADD_PROPERTY_EXTENSION_REPOSITORY DYNA_CONFIG_EVENT_ADD_REALMDYNA_CONFIG_EVENT_ADD_REPOSITORY DYNA_CONFIG_EVENT_UPDATE_DB_ADMIN_PASSWORD DYNA_CONFIG_EVENT_UPDATE_ENTITY_MAPPING_ADMIN_PASSWORD DYNA_CONFIG_EVENT_UPDATE_LDAP_BIND_INFO DYNA_CONFIG_EVENT_UPDATE_PROPERTY_EXTENSION_ADMIN_PASSWORD DYNA_CONFIG_KEY_BASE_ENTRYDYNA_CONFIG_KEY_BASE_ENTRY_IN_REPOS DYNA_CONFIG_KEY_DB_ADMIN_PASSWORD DYNA_CONFIG_KEY_DEFAULT_PARENT DYNA_CONFIG_KEY_ENTITY_CONFIGS DYNA_CONFIG_KEY_ENTITY_TYPE DYNA_CONFIG_KEY_LDAP_BIND_DN DYNA_CONFIG_KEY_LDAP_BIND_PASSWORD DYNA_CONFIG_KEY_PROP_CONFIG DYNA_CONFIG_KEY_PROP_EXT_REPOS_CONFIG DYNA_CONFIG_KEY_RDNS DYNA_CONFIG_KEY_REALM_CONFIG DYNA_CONFIG_KEY_REALM_NAME DYNA_CONFIG_KEY_REPOS_CONFIG DYNA_CONFIG_KEY_REPOS_IDSee DynamicConfigConstants.java for more information about these fields.The dynamic configuration methods are defined in the interface: com.ibm.websphere.wim.DynamicConfigService.
Package name:
com.ibm.websphere.wim The DynamicConfigService method is:
- dynamicUpdateConfig
- dynamicUpdateConfig method
Use the dynamicUpdateConfig method to update configuration information at runtime.
Parent topic: Virtual member manager APIs