이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.4. Data Roles
All authenticated users have access to a VDB. To restrict access, configure data roles. Set these in the Teiid Designer or the dynamic VDB's vdb.xml file.
As part of the data role definition, you can map them to JAAS roles specified in
<mapped-role-name>
tags. (Establish these mappings using the addDataRoleMapping()
method.)
How these JAAS roles are associated with users depends on which particular JAAS login module you use. For instance, the default
UsersRolesLoginModule
associates users with JAAS roles in plain text files.
For more information about data roles, see Red Hat JBoss Data Virtualization Development Guide: Reference Material.
Important
Do not use "admin" or "user" as JAAS role names as these are reserved specifically for Dashboard Builder permissions.