DDL 中的 Teiid Springboot 安全上下文
Teiid Springboot security context in DDL
在我们的 Teiid Springboot 项目中,我们启用了 Spring 安全功能,其中包含角色。例如。 GrantedAuthorities.
怎样才能use/read那些角色变成一个DDL VDB?是否有 Teiid 函数来读取这些角色,还是我们必须创建自己的 UDF?
尝试 hasRole
函数,如果经过身份验证的用户具有指定角色,它 returns 为真。参见 http://teiid.github.io/teiid-documents/master/content/reference/r_security-functions.html
在我们的 Teiid Springboot 项目中,我们启用了 Spring 安全功能,其中包含角色。例如。 GrantedAuthorities.
怎样才能use/read那些角色变成一个DDL VDB?是否有 Teiid 函数来读取这些角色,还是我们必须创建自己的 UDF?
尝试 hasRole
函数,如果经过身份验证的用户具有指定角色,它 returns 为真。参见 http://teiid.github.io/teiid-documents/master/content/reference/r_security-functions.html