DatasourceΒΆ

/libs/granite/ui/components/coral/foundation/authorizable/datasource

A datasource providing authorizables. Each resource of this datasource is adaptable to Authorizable.

It has the following content structure:

granite:AuthorizableDatasource
querystringel

The query to filter principal name, names, email, etc.

offsetlongel
  1. 0

The offset of the query.

limitlongel
  1. 20

The limit of the query.

selectorstringel
  1. all
  1. all
  2. user
  3. group

The selector of authorizable:

all
Show all authorizables
user
Show only users
group
Show only groups
serviceUserFilterstring
  1. exclude
  1. off
  2. includeonly
  3. exclude

Filter for service user:

off
Turn off the filter to show all users
includeonly
Include only the service users
exclude
Exclude the service users
impersonableUserFilterstring
  1. off
  1. off
  2. includeonly
  3. exclude

Filter for impersonable user:

off
Turn off the filter to show all users
includeonly
Include only the users that can be impersonated by the current user
exclude
Exclude the users that can be impersonated by the current user