Skip to content

PAI Authentication Client: Client for handling authentication requests and managing access to the PAI services.

Notifications You must be signed in to change notification settings

LACNIC/pai-auth-ws-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAI Authentication Web Service Client

PAI Authentication Web Service Client es un cliente Java para consumir el servicio web de autenticación de PAI. Este cliente permite realizar autenticaciones y gestionar accesos a través de la API de autenticación de PAI.

Características

  • Conexión sencilla al servicio web de autenticación de PAI.
  • Métodos para realizar autenticaciones y gestionar sesiones.
  • Configurable y fácil de integrar en aplicaciones Java.

Requisitos

  • Java 8 o superior.
  • Maven para gestionar las dependencias.

Instalación

Puedes agregar esta biblioteca a tu proyecto utilizando JitPack. Asegúrate de que tienes JitPack configurado como repositorio en tu proyecto Maven.

Paso 1: Agregar el repositorio de JitPack

Agrega el siguiente repositorio en el archivo pom.xml de tu proyecto:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
Luego, agrega la dependencia del cliente PAI:
<dependency>
  <groupId>com.github.LACNIC</groupId>
  <artifactId>pai-auth-ws-client</artifactId>
  <version>1.0.0</version> <!-- Reemplaza con la versión publicada en JitPack -->
</dependency>

Luego, agrega la dependencia del cliente PAI:

<dependency>
  <groupId>com.github.LACNIC</groupId>
  <artifactId>pai-auth-ws-client</artifactId>
  <version>1.0.0</version> <!-- Reemplaza con la versión publicada en JitPack -->
</dependency>

About

PAI Authentication Client: Client for handling authentication requests and managing access to the PAI services.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages