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 static model element

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

If the element staticModel is defined in the wimconfig.xml file, it indicates that virtual member manager is using the static model. The optional element packageName is used to specify the fully qualified name of the package interfaces of the generated model codes for both the virtual member manager schema and the custom schemas. If no packageName is specified, by default virtual member manager loads the virtual member manager package: com.ibm.websphere.wim.model.ModelPackage.

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

<config:staticModel/> 
or
<config:staticModel>
<config:packageName>com.ibm.websphere.wim.model.ext.ExtPackage
</config:packageName>
<config:packageName>com.ibm.websphere.wim.model.ModelPackage
</config:packageName>
</config:staticModel> 

Parent topic: Configure the virtual member manager model type



+

Search Tips   |   Advanced Search