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 > SchemaService interface
getSchema method
Use the getSchema method to retrieve the schema of the virtual member manager data objects, including entity types and property types.
Purpose
The getSchema method retrieves the schema of virtual member manager data objects, including entity types and property types.
Parameters
root
Input root data object that contains the request controls.
Returns
The output root data object that contains the requested schemas.
Exceptions
- WIMException:
- RemoteException:
Signature
Public DataObject getSchema(DataObject root) throws WIMException, RemoteException
Parent topic: SchemaService interface