API Token authentication in Java environment
The Java security SDK provides packages that enable client implementations to authenticate HTTP requests using an API Token.
The Java security SDK packages are available through Maven shared repository in the following URL:
https://af1.verintconnect.com/artifactory/WFO-SDK-Maven/
Add this URL as the Java source in your developing tool.
Supported environment
Java 8 or higher environment
Maven repositories and dependencies
Copy
<repositories>
<repository>
<id>verint</id>
<name>verint-public-repository</name>
<url>https://af1.verintconnect.com/artifactory/WFO-SDK-Maven/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.verint.platform.security</groupId>
<artifactId>verint-security-core</artifactId>
<version>21.1.73</version>
</dependency>
</dependencies>