#cedar #java #cedar-policy #validate #version

yanked cedar-java-ffi

Java FFI for Cedar (from the cedar-policy crate)

2 stable releases

3.2.0 May 17, 2024
3.1.0 May 16, 2024

#6 in #cedar-policy

Download history 235/week @ 2024-05-12 41/week @ 2024-05-19

276 downloads per month

Apache-2.0

42KB
1K SLoC

CedarJavaFFI

Bindings to allow calling the core Cedar functions (is_authorized and validate) from Java.

Usage

Build

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.

Run

You can test the code with

cargo test

Typically you will want to use ../CedarJava in your project and won't care about CedarJavaFFI.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Dependencies

~11–25MB
~353K SLoC