jar

io.github.fjh2021 : spring-security-easy-starter

Maven & Gradle

Feb 11, 2023
0 stars

spring-security-easy-starter

Table Of Contents

Latest Version

Download io.github.fjh2021 : spring-security-easy-starter JAR file - Latest Versions:

All Versions

Download io.github.fjh2021 : spring-security-easy-starter 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 spring-security-easy-starter-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fjh.security.easy.starter.authentication.service.impl

├─ com.fjh.security.easy.starter.authentication.service.impl.EasyDefaultAuthFailureServiceImpl.class - [JAR]

com.fjh.security.easy.starter.kaptcha

├─ com.fjh.security.easy.starter.kaptcha.KaptchaConfig.class - [JAR]

├─ com.fjh.security.easy.starter.kaptcha.KaptchaController.class - [JAR]

├─ com.fjh.security.easy.starter.kaptcha.KaptchaService.class - [JAR]

├─ com.fjh.security.easy.starter.kaptcha.KaptchaVO.class - [JAR]

com.fjh.security.easy.starter.authentication.handler

├─ com.fjh.security.easy.starter.authentication.handler.JsonAccessDeniedHandler.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.handler.JsonAuthenticationEntryPoint.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.handler.JsonAuthenticationFailureHandler.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.handler.JsonAuthenticationSuccessHandler.class - [JAR]

com.fjh.security.easy.starter.authentication.service

├─ com.fjh.security.easy.starter.authentication.service.EasyAccessDeniedService.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.service.EasyAuthEntryPointService.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.service.EasyAuthFailureService.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.service.EasyAuthSuccessService.class - [JAR]

com.fjh.security.easy.starter.userdetails

├─ com.fjh.security.easy.starter.userdetails.CustomUser.class - [JAR]

├─ com.fjh.security.easy.starter.userdetails.EasyDefaultJdbcDaoImpl.class - [JAR]

├─ com.fjh.security.easy.starter.userdetails.EasyUserDetailsService.class - [JAR]

com.fjh.security.easy.starter.authority

├─ com.fjh.security.easy.starter.authority.EasyPermission.class - [JAR]

├─ com.fjh.security.easy.starter.authority.EasyPermissionAspect.class - [JAR]

com.fjh.security.easy.starter.authentication.exception

├─ com.fjh.security.easy.starter.authentication.exception.AccessPermissionException.class - [JAR]

├─ com.fjh.security.easy.starter.authentication.exception.KaptchaNotFoundException.class - [JAR]

com.fjh.security.easy.starter.util

├─ com.fjh.security.easy.starter.util.HttpSessionUtil.class - [JAR]

com.fjh.security.easy.starter.authentication.filter

├─ com.fjh.security.easy.starter.authentication.filter.SecurityCaptchaFilter.class - [JAR]

com.fjh.security.easy.starter.config

├─ com.fjh.security.easy.starter.config.AuthenticationHandlerConfig.class - [JAR]

├─ com.fjh.security.easy.starter.config.EasyPropertiesConfig.class - [JAR]

├─ com.fjh.security.easy.starter.config.JetcacheConfig.class - [JAR]

├─ com.fjh.security.easy.starter.config.RequestRateLimiterConfig.class - [JAR]

├─ com.fjh.security.easy.starter.config.WebSecurityConfig.class - [JAR]

com.fjh.security.easy.starter

├─ com.fjh.security.easy.starter.SpringSecurityEasyStarterAutoConfig.class - [JAR]