jar

com.genesys : authentication

Maven & Gradle

Mar 04, 2022
0 stars

Authentication API · A Java library to interface to Genesys Authentication public API

Table Of Contents

Latest Version

Download com.genesys : authentication JAR file - Latest Versions:

All Versions

Download com.genesys : authentication JAR file - All Versions:

Version Vulnerabilities Size Updated
9.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window authentication-9.0.79.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.genesys.internal.common

├─ com.genesys.internal.common.ApiCallback.class - [JAR]

├─ com.genesys.internal.common.ApiClient.class - [JAR]

├─ com.genesys.internal.common.ApiException.class - [JAR]

├─ com.genesys.internal.common.ApiResponse.class - [JAR]

├─ com.genesys.internal.common.Configuration.class - [JAR]

├─ com.genesys.internal.common.GzipRequestInterceptor.class - [JAR]

├─ com.genesys.internal.common.JSON.class - [JAR]

├─ com.genesys.internal.common.Pair.class - [JAR]

├─ com.genesys.internal.common.ProgressRequestBody.class - [JAR]

├─ com.genesys.internal.common.ProgressResponseBody.class - [JAR]

├─ com.genesys.internal.common.StringUtil.class - [JAR]

com.genesys.internal.authentication.model

├─ com.genesys.internal.authentication.model.ApiRequestOfAuthSchemeLookupData.class - [JAR]

├─ com.genesys.internal.authentication.model.ApiRequestOfChangePasswordOperation.class - [JAR]

├─ com.genesys.internal.authentication.model.ApiResponseOfMap.class - [JAR]

├─ com.genesys.internal.authentication.model.AuthSchemeLookupData.class - [JAR]

├─ com.genesys.internal.authentication.model.ChangePasswordOperation.class - [JAR]

├─ com.genesys.internal.authentication.model.CloudUserDetails.class - [JAR]

├─ com.genesys.internal.authentication.model.DefaultOAuth2AccessToken.class - [JAR]

├─ com.genesys.internal.authentication.model.ErrorResponse.class - [JAR]

├─ com.genesys.internal.authentication.model.ModelApiResponse.class - [JAR]

├─ com.genesys.internal.authentication.model.OpenIdUserInfo.class - [JAR]

├─ com.genesys.internal.authentication.model.ResponseStatus.class - [JAR]

├─ com.genesys.internal.authentication.model.UserRole.class - [JAR]

com.genesys.internal.common.auth

├─ com.genesys.internal.common.auth.ApiKeyAuth.class - [JAR]

├─ com.genesys.internal.common.auth.Authentication.class - [JAR]

├─ com.genesys.internal.common.auth.HttpBasicAuth.class - [JAR]

├─ com.genesys.internal.common.auth.OAuth.class - [JAR]

├─ com.genesys.internal.common.auth.OAuthFlow.class - [JAR]

com.genesys.authentication

├─ com.genesys.authentication.AuthenticationApi.class - [JAR]

├─ com.genesys.authentication.AuthenticationApiException.class - [JAR]

├─ com.genesys.authentication.AuthorizationApi.class - [JAR]

├─ com.genesys.authentication.RetrieveTokenApi.class - [JAR]

com.genesys.internal.authentication.api

├─ com.genesys.internal.authentication.api.AuthenticationApi.class - [JAR]

Advertisement