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 > Configure virtual member manager > Configure the virtual member manager model type


The dynamic model element

This element defines whether virtual member manager uses the dynamic model.

If the element dynamicModel is defined in the wimconfig.xml file, it indicates that virtual member manager is using dynamic model. The default file name is wimdatagraph.xsd. The sample extension schema file, wimdatagraph.xsd, is located in the WAS_HOME/etc/wim/schema/model directory.

We can use the optional attribute, xsdFileName, to specify the name of a custom XSD file. We can specify either a relative or an absolute file path for the custom XSD file. If you specify only the file name, virtual member manager searches under the PROFILE_ROOT/config/cells/$CellName/wim/model directory. If you use the default file name, wimdatagraph.xsd, then virtual member manager searches under the WAS_HOME/etc/wim/schema/model directory.

In a multiple security domain environment, virtual member manager searches for the custom XSD file under the following directories:

The following are several examples of the code required to configure virtual member manager to use the dynamic model:

<config:dynamicModel/> 
or
<config:dynamicModel xsdFileName="wimextension.xsd"/> 
or
<config:dynamicModel xsdFileName="C:\WIM\myextension.xsd"/>

Parent topic: Configure the virtual member manager model type



+

Search Tips   |   Advanced Search