| Crates.io | cedar-java-ffi |
| lib.rs | cedar-java-ffi |
| version | 3.2.0 |
| created_at | 2024-05-16 22:22:35.707015+00 |
| updated_at | 2024-05-17 17:19:00.826558+00 |
| description | Java FFI for Cedar (from the cedar-policy crate). |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1242534 |
| size | 51,700 |
Bindings to allow calling the core Cedar functions (is_authorized and validate) from Java.
You can build the code with
cargo build
Note that the main branch expects that the cedar repository is cloned locally in the top-level directory (..). release/x.x.x branches use a version of cedar-policy available on crates.io.
You can test the code with
cargo test
Typically you will want to use ../CedarJava in your project and won't care about CedarJavaFFI.
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.