jar

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

Maven & Gradle

Oct 31, 2018
0 stars

jwt-security-spring-boot-starter · A small Jwt Token Spring Security Spring Boot Starter

Table Of Contents

Latest Version

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

All Versions

Download com.github.759434091 : 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.jwtsecurityspringbootstarter.annotation

├─ com.github.jwtsecurityspringbootstarter.annotation.TokenUser.class - [JAR]

├─ com.github.jwtsecurityspringbootstarter.annotation.TokenUserException.class - [JAR]

├─ com.github.jwtsecurityspringbootstarter.annotation.TokenUserMethodArgumentResolver.class - [JAR]

com.github.jwtsecurityspringbootstarter.filter

├─ com.github.jwtsecurityspringbootstarter.filter.JwtAuthenticationFilter.class - [JAR]

com.github.jwtsecurityspringbootstarter

├─ com.github.jwtsecurityspringbootstarter.JwtTokenUtils.class - [JAR]

com.github.jwtsecurityspringbootstarter.entity

├─ com.github.jwtsecurityspringbootstarter.entity.JwtAuthenticationToken.class - [JAR]

├─ com.github.jwtsecurityspringbootstarter.entity.JwtUser.class - [JAR]

├─ com.github.jwtsecurityspringbootstarter.entity.JwtUserFactory.class - [JAR]

com.github.jwtsecurityspringbootstarter.config

├─ com.github.jwtsecurityspringbootstarter.config.JwtConfigurer.class - [JAR]

├─ com.github.jwtsecurityspringbootstarter.config.JwtConfigurerAdapter.class - [JAR]

├─ com.github.jwtsecurityspringbootstarter.config.MvcConfig.class - [JAR]