Skip to content

luciamartinnunez/odre-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODRE Framework

Maven Central License

Quick install

Install

Install latest version from maven central repository

<dependency>
    <groupId>io.github.odre-framework</groupId>
    <artifactId>odre-core</artifactId>
    <version>0.1.2</version>
</dependency>

Enforce ODRL policies

String policy = // ODRL policy goes here

Map<String, Object> interpolations = new HashMap<>();
ODRE odre = new ODRE();

Map<String, String> usage = odre.enforce(policy, interpolations);

BibTeX

@misc{cimmino2024opendigitalrightsenforcement,
      title={Open Digital Rights Enforcement Framework (ODRE): from descriptive to enforceable policies}, 
      author={Andrea Cimmino and Juan Cano-Benito and Raúl García-Castro},
      year={2024},
      eprint={2409.17602},
      archivePrefix={arXiv},
      primaryClass={cs.CR},
      url={https://arxiv.org/abs/2409.17602}, 
}

About

ODRE enforcement algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.9%
  • Shell 1.1%