DDL中的Teiid Springboot安全上下文



在我们的Teiid Springboot项目中,我们启用了Spring Security,其中包含角色。例如GrantedAuthorities。

如何在DDL VDB中使用/读取这些角色?是否有Teiid函数来读取这些角色,或者我们必须创建自己的UDF?

尝试hasRole函数,如果经过身份验证的用户具有指定的角色,则返回true。看见http://teiid.github.io/teiid-documents/master/content/reference/r_security-functions.html

相关内容

  • 没有找到相关文章

最新更新