/
Custom SQL Queries for Authorization

Custom SQL Queries for Authorization

If you have an existing database in use that has a structure in place for managing users, roles, and rights but this is incompatible with RapidClipse’s standard approach, as an alternative, you can define two SQL queries.

  1. Define an SQL statement for users and roles, which returns a result with two columns. On the left side all users, on the right the corresponding role. Do not use a GROUP BY function for that.
  2. Define an SQL statement for roles and rights, which returns a result with two columns. On the left side all the roles on the right side the related rights. Do not use a GROUP BY function for that.


Related content

Database as a Data Source for Authorization
Database as a Data Source for Authorization
More like this
Database as a Data Source for Authentication
Database as a Data Source for Authentication
More like this
Authorization
More like this
Database Access - Data Access
Database Access - Data Access
More like this
Database Development
Database Development
More like this
Native SQL Strings
Native SQL Strings
More like this

XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.