jar

com.laserfiche : lf-api-client-core

Maven & Gradle

Mar 23, 2023
2 stars

Laserfiche API Client Core · Java implementation of various foundational APIs for Laserfiche, including authorization APIs such as OAuth 2.0 flows for secure and easy access to Laserfiche APIs.

Table Of Contents

Latest Version

Download com.laserfiche : lf-api-client-core JAR file - Latest Versions:

All Versions

Download com.laserfiche : lf-api-client-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.x
1.1.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 lf-api-client-core-2.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.laserfiche.api.client.model

├─ com.laserfiche.api.client.model.AccessKey.class - [JAR]

├─ com.laserfiche.api.client.model.ApiException.class - [JAR]

├─ com.laserfiche.api.client.model.CreateConnectionRequest.class - [JAR]

├─ com.laserfiche.api.client.model.GetAccessTokenResponse.class - [JAR]

├─ com.laserfiche.api.client.model.ProblemDetails.class - [JAR]

├─ com.laserfiche.api.client.model.SessionKeyInfo.class - [JAR]

com.laserfiche.api.client.tokenclients

├─ com.laserfiche.api.client.tokenclients.BaseTokenClient.class - [JAR]

├─ com.laserfiche.api.client.tokenclients.TokenClientUtils.class - [JAR]

com.laserfiche.api.client.httphandlers

├─ com.laserfiche.api.client.httphandlers.BeforeSendResult.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.HeaderKeyValue.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.HeaderKeyValueImpl.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.Headers.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.HeadersImpl.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.HttpRequestHandler.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.OAuthClientCredentialsHandler.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.Request.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.RequestImpl.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.Response.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.ResponseImpl.class - [JAR]

├─ com.laserfiche.api.client.httphandlers.UsernamePasswordHandler.class - [JAR]

com.laserfiche.api.client.oauth

├─ com.laserfiche.api.client.oauth.TokenClient.class - [JAR]

├─ com.laserfiche.api.client.oauth.TokenClientImpl.class - [JAR]

com.laserfiche.api.client.apiserver

├─ com.laserfiche.api.client.apiserver.TokenClient.class - [JAR]

├─ com.laserfiche.api.client.apiserver.TokenClientImpl.class - [JAR]

com.laserfiche.api.client.deserialization

├─ com.laserfiche.api.client.deserialization.JwkDeserializer.class - [JAR]

├─ com.laserfiche.api.client.deserialization.OffsetDateTimeDeserializer.class - [JAR]

├─ com.laserfiche.api.client.deserialization.ProblemDetailsDeserializer.class - [JAR]

├─ com.laserfiche.api.client.deserialization.TokenClientObjectMapper.class - [JAR]

Advertisement