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 > Develop with virtual member manager > Extend virtual member manager functionality in the application > Dynamic model schema loading process
Dynamic model: adding new entities and properties at deployment time
Virtual member manager is configured to use dynamic model. We can create new entity types and their associated new property types at deployment time.
You need to add new entity types and their associated new property types. The schemas of the new entity types and property types can be either defined in the wimxmlextension.xml file or custom extension XSD file (for example, wimextension.xsd): Use either of these two approaches to create a new entity type, ContactPerson, and add a new property type, cellPhone, to this entity type.
- Dynamic model: adding new entities and properties at deployment time using the wimxmlextension.xml file
Virtual member manager is configured to use dynamic model. We can create new entity types and their associated new property types at deployment time.- Dynamic model: adding new entities and properties at deployment time using the wimextension.xsd file
Virtual member manager is configured to use the dynamic model. We can create new entity types and their associated new property types at deployment time.
Parent topic: Dynamic model schema loading process