在我们的Teiid Springboot项目中,我们启用了Spring Security,其中包含角色。例如GrantedAuthorities。
如何在DDL VDB中使用/读取这些角色?是否有Teiid函数来读取这些角色,或者我们必须创建自己的UDF?
尝试hasRole
函数,如果经过身份验证的用户具有指定的角色,则返回true。看见http://teiid.github.io/teiid-documents/master/content/reference/r_security-functions.html