Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6a2fdb1

Browse files
committed
#274 QueryRolesetsManager now uses getJsonAsSecurityUser
1 parent 3a2c1f9 commit 6a2fdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/mgmt/resource/security/QueryRolesetsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public String getIdForRoleNames(String roles) {
7575
for(String id : f.getElementValues(xpath)) {
7676
String response =
7777
payloadParser.getPayloadFieldValue(
78-
getManageClient().getJson(getResourcesPath() + "/" + id + "/properties"),
78+
getManageClient().getJsonAsSecurityUser(getResourcesPath() + "/" + id + "/properties"),
7979
getIdFieldName()
8080
);
8181

0 commit comments

Comments
 (0)