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
This repository houses the Java client library for [SpiceDB].
10
-
11
-
[SpiceDB] is a database and service that stores, computes, and validates your application's permissions.
9
+
This repository houses the Java client library for [SpiceDB], a database and service that can store your application's permissions.
12
10
13
11
Developers create a schema that models their permissions requirements and use a client library, such as this one, to apply the schema to the database, insert data into the database, and query the data to efficiently check permissions in their applications.
Request and Response types are located in their respective gRPC Service packages and common types can be found in the Core package.
131
120
Referring to the [Authzed ProtoBuf Documentation] is useful for discovering these APIs.
132
121
133
122
Because of the verbosity of these types, we recommend writing your own functions/methods to create these types from your existing application's models.
134
123
135
-
The following example initializes a permission client, performs a `CheckPermission` call and prints the result
124
+
The following example initializes a permission client, performs a `CheckPermission` call and prints the result.
0 commit comments