https://github.com/aserto-dev/java-directory
Java gRPC bindings for the directory service
https://github.com/aserto-dev/java-directory
Last synced: about 1 year ago
JSON representation
Java gRPC bindings for the directory service
- Host: GitHub
- URL: https://github.com/aserto-dev/java-directory
- Owner: aserto-dev
- License: apache-2.0
- Created: 2022-10-26T16:30:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:16:42.000Z (over 1 year ago)
- Last Synced: 2024-11-25T21:25:05.452Z (over 1 year ago)
- Language: Java
- Size: 2.32 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-directory
[](https://asertocommunity.slack.com)
Generated Java gRPC bindings for the Topaz and Aserto Directory Service; these are low-level bindings.
For a more idiomatic Java development experience, we advise using the [aserto-java](https://github.com/aserto-dev/aserto-java) or [aserto-spring](https://github.com/aserto-dev/aserto-spring) when your project is using Spring.
## Requirements
- GNU make
- [maven](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html)
- Java 8 or newer
If you need to regenerate the protobuf binding you will also need the:
- [buf cli](https://docs.buf.build/installation), which will be installed by using `make deps`
### Building the project
```bash
make build
```
or
```bash
mvn clean package
```
If you want to install the package to your local maven repository in order to include it in other projects
```bash
make install
```
or
```bash
mvn clean install
```