jar

com.gitee.secretopen : secret-boot-framework-security

Maven & Gradle

Jun 30, 2023
1 usages
Table Of Contents

Latest Version

Download com.gitee.secretopen : secret-boot-framework-security JAR file - Latest Versions:

All Versions

Download com.gitee.secretopen : secret-boot-framework-security JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.7.x
1.6.x
1.5.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 secret-boot-framework-security-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.chenc.framework.security.exception

├─ cn.chenc.framework.security.exception.SecurityExceptionHandler.class - [JAR]

cn.chenc.framework.security.model

├─ cn.chenc.framework.security.model.SecurityAbstractLoginUser.class - [JAR]

├─ cn.chenc.framework.security.model.SecurityLoginUser.class - [JAR]

cn.chenc.framework.security.jwt

├─ cn.chenc.framework.security.jwt.SecurityJwtTemplate.class - [JAR]

├─ cn.chenc.framework.security.jwt.SecurityRedisJwtTemplate.class - [JAR]

cn.chenc.framework.security.handle

├─ cn.chenc.framework.security.handle.AuthenticationEntryPointImpl.class - [JAR]

├─ cn.chenc.framework.security.handle.AuthenticationFailureHandlerImpl.class - [JAR]

├─ cn.chenc.framework.security.handle.LogoutSuccessHandlerImpl.class - [JAR]

cn.chenc.framework.security.service

├─ cn.chenc.framework.security.service.PermissionService.class - [JAR]

cn.chenc.framework.security.util

├─ cn.chenc.framework.security.util.SecurityUtil.class - [JAR]

cn.chenc.framework.security.filter

├─ cn.chenc.framework.security.filter.SecurityJwtAuthenticationTokenFilter.class - [JAR]

cn.chenc.framework.security.repository

├─ cn.chenc.framework.security.repository.RedisTokenRepositoryImpl.class - [JAR]

Advertisement