我可以这样添加资源;
ProtectedResource resourceClient = authzClient.protection().resource();
ResourceRepresentation resource= new ResourceRepresentation();
resourceClient.create(resource);
但是我找不到添加组策略的方法。 有“ GroupPolicyRepresentation”类,但找不到相关的客户端来添加该类实例。
PolicyResource policyResourceClient = authzClient.protection().policy("account");