jar

com.chenkaiwei.krest : krest-core

Maven & Gradle

Jun 09, 2022

krest-core · krest是一款基于Java的轻量级RESTful框架套装,旨在整合no-session服务中常见的基础模块(身份验证、权限控制、通信加密等),并提供统一的配置方式和精简的使用方式。

Table Of Contents

Latest Version

Download com.chenkaiwei.krest : krest-core JAR file - Latest Versions:

All Versions

Download com.chenkaiwei.krest : krest-core 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 krest-core-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.chenkaiwei.krest.cryption.annotation

├─ com.chenkaiwei.krest.cryption.annotation.Cryption.class - [JAR]

├─ com.chenkaiwei.krest.cryption.annotation.CryptionModle.class - [JAR]

com.chenkaiwei.krest

├─ com.chenkaiwei.krest.JwtUtil.class - [JAR]

├─ com.chenkaiwei.krest.KrestUtil.class - [JAR]

com.chenkaiwei.krest.cryption.config

├─ com.chenkaiwei.krest.cryption.config.KrestMvcConfigurer.class - [JAR]

com.chenkaiwei.krest.cryption

├─ com.chenkaiwei.krest.cryption.CryptionInterceptor.class - [JAR]

├─ com.chenkaiwei.krest.cryption.CryptionRequestAdvice.class - [JAR]

├─ com.chenkaiwei.krest.cryption.CryptionResponseAdvice.class - [JAR]

com.chenkaiwei.krest.filters

├─ com.chenkaiwei.krest.filters.CorsFilter.class - [JAR]

├─ com.chenkaiwei.krest.filters.JwtBearerHttpAuthenticationFilter.class - [JAR]

com.chenkaiwei.krest.realms

├─ com.chenkaiwei.krest.realms.TokenValidateAndAuthorizingRealm.class - [JAR]

├─ com.chenkaiwei.krest.realms.UsernamePasswordRealm.class - [JAR]

com.chenkaiwei.krest.entity

├─ com.chenkaiwei.krest.entity.JwtUser.class - [JAR]

├─ com.chenkaiwei.krest.entity.KrestUsernamePasswordAuthenticationInfo.class - [JAR]

com.chenkaiwei.krest.config

├─ com.chenkaiwei.krest.config.KrestAutoConfiguration.class - [JAR]

├─ com.chenkaiwei.krest.config.KrestConfigurer.class - [JAR]

├─ com.chenkaiwei.krest.config.KrestCryptionProperties.class - [JAR]

├─ com.chenkaiwei.krest.config.KrestJwtProperties.class - [JAR]

├─ com.chenkaiwei.krest.config.KrestProperties.class - [JAR]

com.chenkaiwei.krest.exceptions

├─ com.chenkaiwei.krest.exceptions.KrestAuthenticationException.class - [JAR]

├─ com.chenkaiwei.krest.exceptions.KrestErrorController.class - [JAR]

├─ com.chenkaiwei.krest.exceptions.KrestException.class - [JAR]

├─ com.chenkaiwei.krest.exceptions.KrestPasswordLoginException.class - [JAR]

├─ com.chenkaiwei.krest.exceptions.KrestTokenException.class - [JAR]

├─ com.chenkaiwei.krest.exceptions.KrestUnauthorizedException.class - [JAR]