role
Stardog’s security model is based on standard role based access control: users have permissions over resources during sessions; permissions can be grouped into roles; and roles can be assigned to users. Read more about permissions in Stardog.
The table below contains the CLI commands to administer roles in Stardog. Select any of the commands to view their manual page.
Command | Description |
---|---|
role add | Adds a new role. |
role grant | Grants a permission to a role. |
role list | Lists all roles. |
role permission | Lists the permissions associated to a role. |
role remove | Removes an existing user role. |
role revoke | Revokes a permission associated to a role |