Governance Registry Profiles

Add profiles to Governance Registry

WSO2 Governance Registry is providing each user to have their own user profile. User can go to 'My Profile' link in the main left panel and can fill the default profiles and add some more profiles with different profile names. After filling profiles information user can import those profiles as a resource in Governance Registry. User can import User profiles as a normal resource in Registry by selecting import custom content media type application/vnd.wso2-profiles+. This will load a custom UI as follows.

Figure 1: Custom UI for Profiles

You have to give the user name of the profiles owner and obviously this user name is the user name of the account owner. For the future purposes, we are not taking the user name from the session configuration. Once user name submitted all the profiles information will import to registry as a resource in to "/system/users". This will create a collection inside "/system/users" directory with the given user name and inside that there will be a resource called Profiles which contains all the information of the profiles of that user.

Figure 2: Updating the Profile

Successful profile import will direct user to the newly added resource location which will be "/system/users".

Creating a Custom User Interface

In Governance Registry, creating a custom ui is a way for the user to implement his own UI implementatons according to his own wish. It is mainly assosiciated with Media types. A detailed sample is available on "How to create a Custom User Interface" under samples folder.