Skip to main content

Installation

Entrust Identity as a Service (IDaaS) Administration API client provides integrations with the IDaaS Administration API.

System Requirements

The following are the system requirements for the IDaaS Administration API client:

  • Java 8 or higher
  • Maven / Gradle

Install the Administration API Client

The IDaaS Administration Java client is available from the IDaaS Maven repository. Add the following repository to your build tool configuration:
<repositories>
<repository>
<id>idaas-releases</id>
<url>https://entrust.us.trustedauth.com/packages/client/java</url>
</repository>
</repositories>
And add the following dependency:
<dependency>
<groupId>com.entrustdatacard</groupId>
<artifactId>intellitrust-admin-Administration</artifactId>
<version>5.36.1</version>
</dependency>

By downloading the IDaaS Administration library, you agree to the terms of the license. The open source softwares has been included with or as part of the IDaaS Administration library can be found here.