jar

com.yicenyun.casdoor : casdoor-client

Maven & Gradle

Aug 07, 2023
0 stars

Casdoor Client · Java client for Casdoor.

Table Of Contents

Latest Version

Download com.yicenyun.casdoor : casdoor-client JAR file - Latest Versions:

All Versions

Download com.yicenyun.casdoor : casdoor-client JAR file - All Versions:

Version Vulnerabilities Size Updated
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 casdoor-client-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yicenyun.casdoor.client.response

├─ com.yicenyun.casdoor.client.response.CasdoorActionResponse.class - [JAR]

├─ com.yicenyun.casdoor.client.response.CasdoorResponse.class - [JAR]

com.yicenyun.casdoor.client.annotation

├─ com.yicenyun.casdoor.client.annotation.CasdoorId.class - [JAR]

├─ com.yicenyun.casdoor.client.annotation.RequireOwnerInQuery.class - [JAR]

com.yicenyun.casdoor.client.util.http

├─ com.yicenyun.casdoor.client.util.http.HttpClient.class - [JAR]

com.yicenyun.casdoor.client.service

├─ com.yicenyun.casdoor.client.service.CasdoorAccountService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorApplicationService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorAuthService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorCasbinApiService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorEmailService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorEnforcerService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorGroupService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorOrganizationService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorPermissionService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorResourceService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorRoleService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorSmsService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorTokenService.class - [JAR]

├─ com.yicenyun.casdoor.client.service.CasdoorUserService.class - [JAR]

com.yicenyun.casdoor.client

├─ com.yicenyun.casdoor.client.CasdoorClient.class - [JAR]

com.yicenyun.casdoor.client.command

├─ com.yicenyun.casdoor.client.command.QueryCommand.class - [JAR]

├─ com.yicenyun.casdoor.client.command.SendEmailCommand.class - [JAR]

├─ com.yicenyun.casdoor.client.command.SendSmsCommand.class - [JAR]

com.yicenyun.casdoor.client.interceptor

├─ com.yicenyun.casdoor.client.interceptor.AuthenticationInterceptor.class - [JAR]

├─ com.yicenyun.casdoor.client.interceptor.CasdoorIdInterceptor.class - [JAR]

├─ com.yicenyun.casdoor.client.interceptor.QueryCommandInterceptor.class - [JAR]

├─ com.yicenyun.casdoor.client.interceptor.RequireOwnerInQueryInterceptor.class - [JAR]

com.yicenyun.casdoor.client.exception

├─ com.yicenyun.casdoor.client.exception.CasdoorAuthException.class - [JAR]

├─ com.yicenyun.casdoor.client.exception.CasdoorException.class - [JAR]

com.yicenyun.casdoor.client.config

├─ com.yicenyun.casdoor.client.config.CasdoorConfig.class - [JAR]

com.yicenyun.casdoor.client.util

├─ com.yicenyun.casdoor.client.util.Map.class - [JAR]

├─ com.yicenyun.casdoor.client.util.QueryUtils.class - [JAR]

com.yicenyun.casdoor.client.entity

├─ com.yicenyun.casdoor.client.entity.CasdoorApplication.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorGroup.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorOrganization.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorPermission.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorProvider.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorProviderItem.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorResource.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorRole.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorSignupItem.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorThemeData.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorToken.class - [JAR]

├─ com.yicenyun.casdoor.client.entity.CasdoorUser.class - [JAR]