You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/constants/SpiceDbModelConstants.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ public class SpiceDbModelConstants {
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/handler/model/LookupResourcesResult.java
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/handler/model/LookupResourcesResultBody.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public class LookupResourcesResultBody {
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/handler/model/LookupSubjectsResult.java
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/handler/model/LookupSubjectsResultBody.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public class LookupSubjectsResultBody {
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/handler/model/ReadRelationshipsResponse.java
+5-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
/**
28
28
* The {@code ReadRelationshipsResponse} class represents the response of a read relationships request sent to SpiceDB.
29
29
* The read results are returned as a stream of Json String objects. This class splits the stream and creates a list of
30
-
* {@link ReadRelationshipsResult} objects.
30
+
* {@link ReadRelationshipsResultBody} objects.
31
31
*/
32
32
publicclassReadRelationshipsResponse {
33
33
@@ -57,7 +57,7 @@ public ArrayList<ReadRelationshipsResult> getResults() {
57
57
// public ReadAuthzDataResponse toAuthzDataReadResponse() {
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/main/java/org/wso2/carbon/identity/authz/spicedb/handler/model/ReadRelationshipsResultBody.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@
26
26
importjava.util.Map;
27
27
28
28
/**
29
-
* The {@code ReadRelationshipsResult} class represents the result item of a read relationships response returned by
30
-
* SpiceDB.
29
+
* The {@code ReadRelationshipsResultBody} class holds all the fields in a single element in a results stream in a
30
+
* read relationships response returned by SpiceDB.
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.authz.spicedb/src/test/java/org/wso2/carbon/identity/authz/spicedb/handler/spicedb/SpicedbPermissionRequestServiceTest.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,6 @@ public void tearDown() {
99
99
service = null;
100
100
accessEvaluationRequest = null;
101
101
bulkAccessEvaluationRequest = null;
102
-
103
102
}
104
103
105
104
@Test
@@ -128,7 +127,6 @@ public void testEvaluateForSuccessfulResponse() throws Exception {
0 commit comments