Users and Roles
WSO2 Data Services Server allows managing users and their roles. A user is associated with one or more roles (generally specified at user creation time) and each role is associated with zero or more permissions (generally specified at role creation time). Therefore, the set of permissions owned by a user is determined by the roles assigned to that user. If a user has several assigned roles, their permissions are added together.
By default, Data Services Server comes with the following roles:
- Admin - Provides full access to all the features and controls in the Data Services Server. By default, the user "admin" is assigned both the "Admin" and the "Everyone" roles.
- Everyone - Every new user is assigned to this role by default. It does not include any permission.
- System - This role is not visible in the management console.
Note
The Data Services Server UI does not allow configuring the permission assigned to the "Admin" role.
Server Roles
A "ServerRole" is a parameter that is mentioned in carbon.xml for WSO2 carbon-based products. Each product has a different default "ServerRoles". The default server role value for WSO2 Data Services Server is "DataServicesServer." as mentioned in the carbon.xml.
<ServerRoles> Â Â Â Â <Role>DataServicesServer</Role> </ServerRoles>
Permissions
The permission model of WSO2 Data Services Server is hierarchical. The full permission tree looks as follows:
Permission can be assigned to the role in a fine-grained or a coarse-grained manner. For example, you can either select the whole class of permissions, like "Configure", by checking the corresponding box:
Or you can expand that class and select one or several items:
"Read/Write" and "Read Only" Modes
The User Management of WSO2 Carbon facilitates the management and control of user accounts and roles at different levels.
The User Store of Carbon products can be configured to operate in one of the following modes, which determine the functionality.
Modes of operation:
- Read/write - This mode allows the user to modify the User Store.
- Read only - This mode prevents the user from changing any data in the User Store.
If the User Store is operating in "Read/Write" mode, the user can:
- Add, modify or remove user accounts
- Reset user passwords
- Manage user roles
- Connect to different User Stores
If the User Store is operating in "Read Only" mode, the user can:
- View user accounts
Note
WSO2 Carbon maintains roles and permissions in the Carbon database, but it can read users/roles from the configured User Store.
See also Managing Role Permissions in the "Registry" section.