如何使用KeyCloak AuthzClient添加组策略?

时间:2020-10-02 20:32:31

标签: authorization keycloak policy authz

我可以这样添加资源;

ProtectedResource resourceClient = authzClient.protection().resource();
ResourceRepresentation resource= new ResourceRepresentation();
resourceClient.create(resource);

但是我找不到添加组策略的方法。 有“ GroupPolicyRepresentation”类,但找不到相关的客户端来添加该类实例。

PolicyResource policyResourceClient = authzClient.protection().policy("account");

enter image description here

0 个答案:

没有答案