VOMS API Java v. 3.2.0

Bug fixes

  • VOMS-876 : VOMS Java APIs authorityKeyIdentifier AC extension validation is not aligned with C/C++ VOMS APIs
  • VOMS-878 : Update to CANL 2.2.6

Installation

From Maven central

To install from Maven central, use the following snippet:

<dependency>
  <groupId>org.italiangrid</groupId>
  <artifactId>voms-api-java</artifactId>
  <version>3.3.2</version>
</dependency>