jar

com.github.zhangquanli : jwt-security-spring-boot-starter

Maven & Gradle

Apr 10, 2020

jwt-security-spring-boot-starter · jwt for spring security

Table Of Contents

Latest Version

Download com.github.zhangquanli : jwt-security-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.zhangquanli : jwt-security-spring-boot-starter 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 jwt-security-spring-boot-starter-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zhangquanli.jwt.security

├─ com.github.zhangquanli.jwt.security.JwtSecurityProperties.class - [JAR]

├─ com.github.zhangquanli.jwt.security.JwtWebSecurityConfiguration.class - [JAR]

com.github.zhangquanli.jwt.security.config.annotation.web.configures

├─ com.github.zhangquanli.jwt.security.config.annotation.web.configures.JwtLoginConfigurer.class - [JAR]

com.github.zhangquanli.jwt.security.web.access

├─ com.github.zhangquanli.jwt.security.web.access.JwtAccessDeniedHandler.class - [JAR]

com.github.zhangquanli.jwt.security.web.context

├─ com.github.zhangquanli.jwt.security.web.context.JwtSecurityContextRepository.class - [JAR]

com.github.zhangquanli.jwt.security.web

├─ com.github.zhangquanli.jwt.security.web.JwtAuthenticationEntryPoint.class - [JAR]

com.github.zhangquanli.jwt.security.authentication

├─ com.github.zhangquanli.jwt.security.authentication.JwtAuthenticationToken.class - [JAR]

com.github.zhangquanli.jwt.security.web.authentication

├─ com.github.zhangquanli.jwt.security.web.authentication.JwtLoginAuthenticationFailureHandler.class - [JAR]

├─ com.github.zhangquanli.jwt.security.web.authentication.JwtLoginAuthenticationSuccessHandler.class - [JAR]

Advertisement