jar

io.github.dengchen2020 : dc-spring-boot-starter-security

Maven & Gradle

Jun 03, 2024

dc-spring-boot-starter-security · token认证框架

Table Of Contents

Latest Version

Download io.github.dengchen2020 : dc-spring-boot-starter-security JAR file - Latest Versions:

All Versions

Download io.github.dengchen2020 : dc-spring-boot-starter-security JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 dc-spring-boot-starter-security-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.dengchen2020.security.utils

├─ io.github.dengchen2020.security.utils.JwtHelper.class - [JAR]

io.github.dengchen2020.security.core.support.exception

├─ io.github.dengchen2020.security.core.support.exception.BaseException.class - [JAR]

├─ io.github.dengchen2020.security.core.support.exception.SessionTimeOutException.class - [JAR]

io.github.dengchen2020.security.core.context

├─ io.github.dengchen2020.security.core.context.SecurityContextHolder.class - [JAR]

io.github.dengchen2020.security.core.model

├─ io.github.dengchen2020.security.core.model.ErrorResult.class - [JAR]

├─ io.github.dengchen2020.security.core.model.JwtAccessToken.class - [JAR]

├─ io.github.dengchen2020.security.core.model.TokenInfo.class - [JAR]

io.github.dengchen2020.security.core.support.password

├─ io.github.dengchen2020.security.core.support.password.BCrypt.class - [JAR]

├─ io.github.dengchen2020.security.core.support.password.PasswordEncoder.class - [JAR]

io.github.dengchen2020.security.core.interceptor

├─ io.github.dengchen2020.security.core.interceptor.AuthenticationInterceptor.class - [JAR]

io.github.dengchen2020.security.properties

├─ io.github.dengchen2020.security.properties.SecurityProperties.class - [JAR]

io.github.dengchen2020.security.core.support.token

├─ io.github.dengchen2020.security.core.support.token.JwtTokenServiceImpl.class - [JAR]

├─ io.github.dengchen2020.security.core.support.token.TokenConstant.class - [JAR]

├─ io.github.dengchen2020.security.core.support.token.TokenService.class - [JAR]

├─ io.github.dengchen2020.security.core.support.token.TokenServiceImpl.class - [JAR]

io.github.dengchen2020.security.core.support.web

├─ io.github.dengchen2020.security.core.support.web.AuthenticationHttpServletRequestWrapper.class - [JAR]

io.github.dengchen2020.security.core.support.convert

├─ io.github.dengchen2020.security.core.support.convert.AuthenticationConvert.class - [JAR]

io.github.dengchen2020.security.config

├─ io.github.dengchen2020.security.config.SecurityAutoConfiguration.class - [JAR]

├─ io.github.dengchen2020.security.config.TokenAutoConfiguration.class - [JAR]

io.github.dengchen2020.security.principal

├─ io.github.dengchen2020.security.principal.Authentication.class - [JAR]

io.github.dengchen2020.security.event

├─ io.github.dengchen2020.security.event.UserOfflineEvent.class - [JAR]

io.github.dengchen2020.security.core.filter

├─ io.github.dengchen2020.security.core.filter.AuthenticationFilter.class - [JAR]

io.github.dengchen2020.security.event.listener

├─ io.github.dengchen2020.security.event.listener.SecurityScheduledHandleListener.class - [JAR]

Advertisement